Ask HN: What programming language has you really excited lately, and why?
31–40 of 105 posts
Re: Ask HN: What programming language has you really excited lately, and why?
#32Elixir, to taste functional programming on the backend.
Re: Ask HN: What programming language has you really excited lately, and why?
#33Re: Ask HN: What programming language has you really excited lately, and why?
#34Re: Ask HN: What programming language has you really excited lately, and why?
#35Earlier quoted context omitted.
The syntax looks awful? It looks extremely clean. It cleaned up the JS syntax enormously...
Talking mostly about things like: // 1. [a + b] // [a + b] is an array {[a + b]: c} // [a + b] is not an array // 2. { x, y: x, y} // inconsistent object fields and there are more examples. After you get to know the syntax, it can be used for good -- but some decisions are making the language more complex. As written above, I enjoy its new features
Re: Ask HN: What programming language has you really excited lately, and why?
#36Re: Ask HN: What programming language has you really excited lately, and why?
#37Re: Ask HN: What programming language has you really excited lately, and why?
#38Crystal: Syntax inspired by Ruby, static types and compiled by LLVM. The standard library is mostly similar to Ruby (I'd say it's better. For example it rack-like functionality and websockets built-in). It's getting a lot of traction in the community.