[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Write Ruby code sentences

Sandro Paganotti

5/8/2008 8:55:00 PM

Have you ever tried to write phrases in ruby code ?
I do :D It's quite fun, there are two rules:
- use as fewer strings as possible
- create runnable code

Here's a sample

"code".is_a?(String).to_a << "RT"
#code is a string to art

Use this thread to post your creations :D




--
Go outside! The graphics are amazing!