Y
Hacker News
new
|
ask
|
show
|
jobs
by
panzi
2 days ago
Either it is only accepting a subset of TypeScript, or it is still interpreting the parts that don't have enough types. Given other comments here it sounds like the later.
2 comments
lpribis
2 days ago
No idea about this project, but it is very possible to compile a dynamically typed language, without large VM/runtime. See Common Lisp, Julia
link
queenkjuul
2 days ago
Both, basically. Default is the subset, but you can enable an interpreter
link