Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Back in the 90s I remember taking a course that used Simple ML. I was pretty amazed by it's elegant syntax, and If I remember it correctly, it was either based on, or related to Miranda. I haven't really used a functional language since university. But would love to try one again. Whats worth checking out? I know nothing. Anything I can use to make a website or an interesting project within a week of learning.


F# is an ml inspired language running on the .net clr.

Use the SAFE template if you are interested in doing web development with this language.


This? What does safe stand for? https://safe-stack.github.io


Is this possible to use on a Mac


Definitely, using .NET Core.


You might like Elm if you're looking to do a fun web project and you enjoy MLish syntax.


Just reading about it ... thanks


JavaScript has some FP parts, and is kind of the goto language for websites. But is not strictly functional.


If you want something functional that compiles to JavaScript you can for f# use Fabel [0] and there is a ocaml-like language called reasonML [1] that also does it.

[0]: https://fable.io/ [1]: https://reasonml.github.io/


Reason{ML,} is just a new syntax for OCaml, still perfectly round trip translatable I believe (though that's something I expect to diverge over the years). You can use js_of_ocaml or BuckleScript to translate either OCaml or ReasonML written code to JavaScript.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: