Hacker News new | ask | show | jobs
by natertux 545 days ago
If you choose Ruby because it seems distinct in syntax and concept. I would recommend you to take a look at OCaml. Some keywords: immutable, functional, loop via recursion, accumulators, tail-call optimization, monads, pattern matching, type inference, ADT, etc A small hobby project I made with it: https://stackl.remikeat.com
1 comments

I'd pick elixir over Ocaml. Same feature list, but it's a bit better in the documentation department.