this post was submitted on 02 Jun 2023
23 points (100.0% liked)
Programming
13376 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I regularly work with C#, JavaScript, TypeScript, and PHP. Of those, C# and TypeScript are my favorites. I'm also planning to try out Rust eventually, but atm I don't have time to learn such a complex language.
I feel like you'd appreciate Ocaml, ReasonML, and ReScript.
The future of Rust seems promising. I'm also intrigued by Odin as an alternative to C.
Thanks for the recommendations! OCaml and ReasonML look really interesting. But tbh I'm not quite sure what the advantage of ReScript is over TypeScript.
ReScript is Ocaml but using a different compiler that follows JavaScript standards more closely. The entire Javascript ecosystem is available to ReScript.
ReasonML is Ocaml. The entire Ocaml ecosystem is available to ReasonML