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

Username:   Password: 
 RegisterRegister   
 A brief look at the language that begot Python: ABC
Index -> General Programming
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
wtd




PostPosted: Thu Aug 26, 2004 4:22 am   Post subject: A brief look at the language that begot Python: ABC

http://homepages.cwi.nl/~steven/abc/

code:
>>> def greet(name):
...     print "Hello " + name
...
>>> greet("world")
Hello world
>>>


code:
>>> HOW TO GREET name:
HOW TO GREET name:
   WRITE "hello " ^ name

>>> GREET "world"
hello world
>>> ?
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 1 of 1  [ 1 Posts ]
Jump to:   


Style:  
Search: