Hacker News new | past | comments | ask | show | jobs | submit login

You're not wrong. Ocaml, Haskell, etc are pretty slept on, and have some amazing features, and I 100% think people should be more open to using them.

In my space (data engineering and associated systems), Rust is a much more palatable and easier sell than an Ocaml or a Haskell.

> With faster compiler toolchains and REPL like tooling.

TBH I don't really miss a REPL, I know a lot of people love it, but between the type system, tooling like RA, and how Rust makes writing tests _so_ frictionless, I've not really had any need to touch a REPL in the last ~2 years. I've probably been abusing the frictionless test functionality to write little snippets to test out using a new library or tool, I certainly find it a lot manual work than the "type multi-line snippet into repl. Make a typo. Start it all over again. Discover that part x actually wants a y. Write it all over again. Repeat until correct. Painstaking trawl through repl history to find the set of code that actually does what we want and lift it into our actual code base" experience I have with reps-based development.




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

Search: