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

Username:   Password: 
 RegisterRegister   
 The gensis of a programming language
Index -> General Programming
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
wtd




PostPosted: Sun Dec 06, 2015 12:44 am   Post subject: The gensis of a programming language

I give you a concise explanation of where all of these different programming languages come from.

code:
programmming_languages = []

loop do
   programming_languages.push(ProgrammingLanguage.new)
   current_lang = programming_languages.last

   until current_lang.is_too_complex? do
      puts "#{current_lang} is perfect!"
      puts "But we could add #{random_feature}"
   
      current_lang.add_feature(random_feature)
   end

   puts "Heck with this, it'd be easier to just start over!"
end
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: