| ▲ | deepsun an hour ago | |
Off topic: what is the most convenient statically typed language that don't require compilation/transpilation? To run instead of bash or Python, but types are mandatory (not just hints like python). I know jShell has been here like 10 years, but I'm not sure it's convenient to quickly write to a file, query a url, etc. .ksh for Kotlin? Typescript (through Deno)? Lua? | ||
| ▲ | Vedor 13 minutes ago | parent | next [-] | |
OCaml has both compilator and interpreter. Lua isn't statically typed, and while there is Teal – a statically typed variant of Lua – it requires separate build step. | ||
| ▲ | thesz 35 minutes ago | parent | prev [-] | |
Haskell: https://ghc.gitlab.haskell.org/ghc/doc/users_guide/runghc.ht... | ||