|
Posted by Moot on 11/29/06 16:43
Buddy wrote:
> PHP is far better... have you ever looked at LISP? It looks like a
> nightmare. I like that you have to use {} [] () it makes reading code
> way better... classes, functions, arrays, oh my...
Not better. Just different, and meant for different purposes.
You should try programming in something other than the procedural
paradigm sometime. Try LISP (functional paradigm) or Prolog (logical
paradigm). It'll really stretch your mind.
Languages like LISP or Prolog make algorithmically intense concepts in
the artificial intelligence genre a breeze compared to implementing
them procedurally.
Navigation:
[Reply to this message]
|