ID:181218
 
So, I'm wondering what type of structure programming you guys do and what your first programming language was.
Javascript was my first language, and right now I use c++ and DM.
What type of structure programming? I'm going to assume this means "what paradigms", as in the philosophy and loose classification of a language.

With that in mind, I (currently) do a LOT of object-oriented programming, some aspect-oriented programming, a little data-oriented programming for a hobby project, typically a fair bit of functional / procedural programming for support work of my actual main job + hobbies.

In terms of languages for these current paradigms: Java, C++, C, AspectJ (ehh more akin to a post-processor language), Javascript + NodeJS, the typical suite of UNIX scripting languages (ksh, csh, awk etc etc)

My first language was ... DarkBASIC, I would suppose, back in late 2001.
In response to Stephen001
Lol.. By structure I meant Modular, or Top-Down programming. It's how you organize your program. Don't know the technical term. xD
In response to NarutoBleach
Dm mostly subdues your programming structure to OOP, so i guess most people who use DM would lean to that.