Jesse Riggins
Member since Jan 29, 2011
- Profile: /members/7702-jesse-riggins.htm
- Comments: 2
Recent Blog Comments By Jesse Riggins
-
Seven Languages In Seven Weeks By Bruce Tate - What An Adventure
Posted on Jan 29, 2011 at 3:18 AM
Submitting an example of the other language(s) I'm learning: http://jsfiddle.net/jriggins/a8SgD/5/... read more »
-
Seven Languages In Seven Weeks By Bruce Tate - What An Adventure
Posted on Jan 29, 2011 at 3:16 AM
Another Groovy submission: def printNamesAndAdjective = { names, adjective -> names.each { println "$it is so $adjective" } } printNamesAndAdjective(['Groovy', 'Grails', 'GSP', 'GORM'], "amazing") Run it at (results are in the "Output" tab): http://groo... read more »