(no title)
Hasnep
|
2 months ago
I bounced off OCaml a few years ago because of the state of the tooling, despite it being almost exactly the language I was looking for.
I'm really happy with Gleam now, and recommended it over OCaml for most use cases.
IshKebab|2 months ago
1. You can import by relative file path. (Python can't.)
2. You can specify third party dependencies in a single file script and have that work properly with IDEs.
Deno is the best option I've found that has both of those and is statically typed.
I'm hoping Rust will eventually too but it's going to be at least a year or two.
dkarl|2 months ago
antsinmypants|2 months ago
If you want something with minimal startup times then you need a language that complies to native binaries like Zig, Rust or OCaml.
ZenoArrow|2 months ago
Hasnep|2 months ago
I have looked at the Fable compiler for F# which lets you compile F# to Rust which is very cool!