Joel Neley
Member since Jan 29, 2011
- Profile: /members/7709-joel-neley.htm
- URL: http://joelneely.wordpress.com/
- Comments: 1
Recent Blog Comments By Joel Neley
-
Seven Languages In Seven Weeks By Bruce Tate - What An Adventure
Posted on Jan 29, 2011 at 9:29 PM
Here's a bit of Gosu... var testNames = {"Bob", "Carol", "Ted", "Alice"} function describe(names : List<String>, adjective : String) : List<String> { return names.map( \name -> (name + " is so " + adjective)) } describe(testName... read more »