I realized that almost all I ever do on HN is press Cmd-F, type "lang", see 0 results, and close it. So I figured I'd just ask y'all instead.
Ask HN: What programming language has you really excited lately, and why?
1–10 of 105 posts
Re: Ask HN: What programming language has you really excited lately, and why?
#2Happy to see Python getting first party support for concurrency.
Re: Ask HN: What programming language has you really excited lately, and why?
#3As primarily a C# and JavaScript developer, I'd say TypeScript. Best of both worlds and I feel pretty productive in it (once past the pain of setup).
Re: Ask HN: What programming language has you really excited lately, and why?
#4Elixir makes me warm and fuzzy.
Re: Ask HN: What programming language has you really excited lately, and why?
#5JS ES2015. The syntax looks awful at first glance, but after heavily using it, there's much more power to this language now.
Re: Ask HN: What programming language has you really excited lately, and why?
#6Picat. A new language that blends different paradigms including logic programming, constraint solving, pattern matching into a cohesive whole. Allows for very compact, elegant solutions to many problems.
Re: Ask HN: What programming language has you really excited lately, and why?
#7Haskell, seeing I still have so much to learn. Elm, because there seems to be a sane web frontend language. Swift, because I can do daily work in a modern language with so many parts done right.
Re: Ask HN: What programming language has you really excited lately, and why?
#8Also like newLISP. Powerful, small, practical and thought provoking.
Re: Ask HN: What programming language has you really excited lately, and why?
#9Rust: it provides extremely strong guarantees about your code at compile time so that usually it feels like a script language with C/C++-levels of performance. And the best part: no data races, and no runtime garbage collector overhead.
Re: Ask HN: What programming language has you really excited lately, and why?
#10JS ES2015. The syntax looks awful at first glance, but after heavily using it, there's much more power to this language now.
The syntax looks awful? It looks extremely clean. It cleaned up the JS syntax enormously...