23
Which programming languages do you use?
(beehaw.org)
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.
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