Comment on: Why Python is not the programming language of the future
0 12 Apr 2020 00:05 u/Master_Admin in v/programmingComment on: C or C++: Which is the language you prefer?
It's just what I've been using for anything that doesn't require classes. Started using it for LBM simulations, very straightforward to learn, it's fast, and easily parallelized.
Comment on: C or C++: Which is the language you prefer?
I usually use c++ for anything i need classes for. Otherwise I use c (although I use fortran more often)
Comment on: [Poll] Do you write hexadecimal numbers in upper- or lowercase?
Depends how burnt out I am. If I'm really tired of programming for the day I'll go to lower but usually I do upper
Comment on: As a Linux Developer, do you find the GNOME or KDE ecosystems better and why?
Yes
Comment on: Which Programming Language Should You Learn? The Infographic to Code It All
This stupid flowchart doesn't even have fortran or assembly on it.
Comment on: 'goto' in Python by re-writing the bytecode
Why would you want to use goto anyway?
Soft syntax, scripting, interpreter just goes to c/fortran anyway. Lol I fucking hate python.