bun installTo run:
bun run lim.ts foo.lim- Arrays without homogenous types
- Curly brace based blocks, ';' separator
- scopes (out-scoping/region)
- true/false/nil as variables (???)
- precedence following math
- modular core functions
-
The benefits of an interpreted language is clear: easy dynamic arrays, type freedom, fast improvisation.
-
Although there are downsides we believe removing the high entrance barrier of a compiler for an open source project is important,
-
Typescript provides the simplicity of javascript, and fills the lack of types. This alone makes making a language much more easier.
-
Typescript also is widely used, and learned. Hence draws more contributor.
-
Typescript is also fast compared to other interpreted languages such as python, ruby, lua.
-
Bun uses about 30 - 40 % less memory compared to alternatives like Node.js
-
Bun has almost no config, solving most of "It works on my machine" nonsense
-
Bun can be used with NPM packages without problems
-
Node feels bloat, its a fact