Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Java Vs. C++ Vs. VB6
Index -> General Programming
Goto page Previous  1, 2
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
guruguru




PostPosted: Wed Mar 31, 2004 5:09 pm   Post subject: (No subject)

Or if ure intereseted in AI or robotics or the like Lisp (standard is "Common Lisp") is a great language. Very mathematical and purely function based. Fun too Smile . It was created in like the 60's lol... but it just as good and better than most other languages cause its been updated and standarized (Common Lisp). Almost all of AI was written in Lisp 10 years ago but now its just mostly Sad .

And to follow the trend... to say "Hello World" in Lisp is very easy... but there is probaly 20 different ways you could do it...
code:
> 'hello 'world
HELLO
WORLD

> (list 'hello 'world)
HELLO WORLD

> (setf (setf say-hello-world (list 'hello 'world)) ; Variable definition (not common)
(HELLO WORLD)

> say-hello-world
(HELLO WORLD)

Oh... the possibilities 8) ...
Sponsor
Sponsor
Sponsor
sponsor
Display posts from previous:   
   Index -> General Programming
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 2 of 2  [ 16 Posts ]
Goto page Previous  1, 2
Jump to:   


Style:  
Search: