I personally like java, kotlin, dart, and python. whats you language of choice?
For further actions, you may consider blocking this person and/or reporting abuse
I personally like java, kotlin, dart, and python. whats you language of choice?
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (28)
smalltalk, prolog, forth and APL are awesome. They are so different than other programming languages. They are cool in their own way.
JavaScript ES6
python, elisp, js, I have Go and Rust in my todo list.
Kotlin
My preferences go to C and, of course Gwion.
As a side note, I tried Haskell and loved it 😄
Typescript.
It has almost all the type safety of Java and C#, but it's a much more flexible system. And it's got all the fun of JavaScript, but the type system kills most of the crazy perks JavaScript has.
The only downside is setting up a build system and integrating JavaScript libraries, which sometimes don't mesh well with the type system.
When I first met C# it was love at first sight ❤️ 😄
Some years later its still C# and also TypeScript (both server-/client-side)
PYthon
one of my favorites as well
...huh. I hate that stuff. Even in 2019, with ECMAScript being what it is?
dlang.org/
Hands down. Decided to write up a bunch of articles on using it.
Basically it is a compiled scripting language, with low level power.
The compile time execution makes for very powerful code generation and is fun.