theclapp

Search theclapp.blog-city.com

 

Chapter 4, exercise 3

posted Sunday, 12-Jan-2003
16:43 -- Starting 4.3, Java version
16:48 -- Done
---
// ch04_ex03.java

class ch04_ex03 {
public static void main(String[] args) {
ch04_ex02[] ar = new ch04_ex02[ 10 ];
}
}
---

xx:xx -- 4.3, Lisp version

---
(let ((ar (make-array 10
:element-type 'ch04-ex02-class)))
(declare (ignore ar))
nil)
---

links: digg this    del.icio.us    technorati    reddit