Christopher Bertels
Member since Apr 14, 2011
- Profile: /members/8147-christopher-bertels.htm
- URL: http://www.fancy-lang.org
- Comments: 1
Recent Blog Comments By Christopher Bertels
-
Seven Languages In Seven Weeks By Bruce Tate - What An Adventure
Posted on Apr 14, 2011 at 9:30 AM
Or howbout in Fancy? :) def names: names with_adjective: adj { names map: |n| { "#{n} is so #{adj}" } } names: ["John", "Mike", "Alex", "Chris"] with_adjective: "cool" . println... read more »