Ultimate Programmer Hierarchy

Joined
5/2/06
Messages
12,527
Points
273

Attachments

  • 141886665.jpg
    141886665.jpg
    86.9 KB · Views: 25
I once programmed SCHEME, a dialect of LISP. This chart could explain a few things.
 
" You HAR-CORE ! "

Not really :). Scheme is sometimes considered a good language to start. The structure is very clean, academical. It's a pure functional language where you can understand in-depth lambda-closures and the core concept of a program.

Partially I agree with this approach. One simple "limitation" is that you cannot keep state, which means you have to think hard about your requirements. However this is not bad, even recommended. Programmers jumping on procedural languages can be sloppier in creating a state-full mess. They trigger secondary actions, transfer many variables between classes that are not needed.
Scheme would teach you pure encapsulation ...
 
I'm not sure if most Java programmers even know what Pascal is lol... (fun language btw.)
 
Back
Top Bottom