Danny Philayvanh
Member since Jan 29, 2011
- Profile: /members/7704-danny-philayvanh.htm
- URL: http://www.iterativethoughts.com
- Comments: 1
Recent Blog Comments By Danny Philayvanh
-
Seven Languages In Seven Weeks By Bruce Tate - What An Adventure
Posted on Jan 29, 2011 at 12:20 PM
Here's a java submission. The language is very concerned with types and requires a bit of set up to execute a program with a function. import java.util.Iterator; import java.util.ArrayList; public class Describer { public static void main(String [] args) { ArrayList<String> list = ne... read more »