From: Jules Jacobs Date: 2005-12-02T01:19:17+09:00 Subject: Re: Good Ruby Examples? If you want to show them how fun ruby is: start with a c/java program and translate it to ruby step-by-step. Like this one: http://onestepback.org/articles/groovy/ajavaprogram.html Maybe something like: a = false puts ('aa'..'zz').select{a = !a} prints: aa ac ae etc. Will be huge in java ;-) This can be an introduction, but you need a practical example too. -- Posted via http://www.ruby-forum.com/.