Ask HN: What programming language has you really excited lately, and why?
21–30 of 105 posts
Re: Ask HN: What programming language has you really excited lately, and why?
#22As 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?
#23Rust: 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.
Is that all? That's a pretty generic reason IMO.
Re: Ask HN: What programming language has you really excited lately, and why?
#24Re: Ask HN: What programming language has you really excited lately, and why?
#25Re: Ask HN: What programming language has you really excited lately, and why?
#26Elixir makes me warm and fuzzy.
Re: Ask HN: What programming language has you really excited lately, and why?
#27Re: Ask HN: What programming language has you really excited lately, and why?
#28Re: Ask HN: What programming language has you really excited lately, and why?
#29Elixir makes me warm and fuzzy.
Re: Ask HN: What programming language has you really excited lately, and why?
#30My only complaint so far is that the reference implementation has a stupid license, but most other D users just ignore the terms of the license. I had also found a performance bug in an stdlib function, but it's since been addressed in dev.