Necronic
Staff member
I thought it would be cool to have a place to discuss programming. Currently I am learning/doing a lot of programming for work and school. The programming I do is very simple stuff, for the most part, but I enjoy it greatly. Its almost all math programming with a little data management. Here are the languages I know/use/used to know and may still know.
C#/Java - this was the first language I learned in. I haven't used it in a long time, to be honest it is too cludgy for me. I prefer something more direct like...
Fortran77 - 25 commands and I can run the world. I sincerely believe every programmer should start with this language. It contains most of the standard concepts like loops, conditionals, arrays, and subfunctions/modules, but avoids the complicated issues like pointers, recursion, inheritence, and overloading.
VBA - the rodney dangerfield of the rodney dangerfield. It may get no respect but for business computing it is crazy useful. I have been using it to manage datafiles/build databases
SQL - not exactly a programming language, but similar in mentallity. I am not great with this, and am having a hard time learning it to be honest.
and finally
Matlab - I am new to this language but I am simply astounded at how brutally powerful it is for the math programming I do. I feel like Mike Tyson eating a salad of polynomial ears when I use it.
anyways, thought others might enjoy this thread. Any other programmers out there? Also, I would suggest people not get up their own ass with "that's not a programming language that's a scripting language!" and all that stuff, because at the end of the day someone somewhere could say the same about you (like C++ is high level compared to assembly, and I do know people that code in assembly.)
C#/Java - this was the first language I learned in. I haven't used it in a long time, to be honest it is too cludgy for me. I prefer something more direct like...
Fortran77 - 25 commands and I can run the world. I sincerely believe every programmer should start with this language. It contains most of the standard concepts like loops, conditionals, arrays, and subfunctions/modules, but avoids the complicated issues like pointers, recursion, inheritence, and overloading.
VBA - the rodney dangerfield of the rodney dangerfield. It may get no respect but for business computing it is crazy useful. I have been using it to manage datafiles/build databases
SQL - not exactly a programming language, but similar in mentallity. I am not great with this, and am having a hard time learning it to be honest.
and finally
Matlab - I am new to this language but I am simply astounded at how brutally powerful it is for the math programming I do. I feel like Mike Tyson eating a salad of polynomial ears when I use it.
anyways, thought others might enjoy this thread. Any other programmers out there? Also, I would suggest people not get up their own ass with "that's not a programming language that's a scripting language!" and all that stuff, because at the end of the day someone somewhere could say the same about you (like C++ is high level compared to assembly, and I do know people that code in assembly.)