5
C-sucks
2y

In what programming language, you love to code the most?
edge case: if you don't love to code, then skip the question

Comments
  • 0
    Purescript
    So declarative and expressive, functional, polymorphic and equipped for generative testing
  • 1
    TypeScript. Love the tooling around it. It just gets shit done.
  • 0
  • 1
    C# and SQL, sadly I keep getting forced to use javascript and Typescript though
  • 2
    Go and python atm.
    Easy to work with, and has very little boilerplate.
  • 2
    Go, love how creative I get to be
  • 1
    C and elixir, beauty in its essence
  • 0
    my all time favorites are Go, PHP, C# and TypeScript. All of these let me get shit done really fast without too much hassle.
  • 1
  • 0
    love c#, it's really clean and easy to code in
  • 1
    PHP. don’t @ me.
  • 0
    Go and Python, at the moment. If I could just take the exception handling from Python (or any other OOP language) and put it in Go, it would be perfect.
  • 0
    ARM Assembly all the way, with x86 coming as a close second.
    I dunno, I just love how structured and simple arm asm can be and the fact that I don't need to do stupid jumps for a line or two of conditional commands is just <3
    But don't get me wrong, Intel has some pretty nifty commands that do like a gazillion things in just one cycle (however you want to define a cycle).

    The next layer up would be C. Yes, it takes 10x more lines of code to do a simple thing compared to any scripting language, but I like my power that I have with C. The instant you try to take away my power to dereference an arbitrary address that I previously declared to be anything the fuck I want, is the moment I lose interest in that language. C++ comes dangerously close to that threshold with some default compiler warnings though...
Add Comment