0 replies on 1 page.
Pnuts 1.1 allows you to use more Java'ish notation than 1.0. Those are already implemented in 1.1beta(20040514).
Full description on the changes can be found here.
import java.util.*
new java.lang.Object() new int[10] x = new Object(){ test(){ "hogehoge" + super.toString() } } x.test()
(java.util.List)obj obj instanceof java.util.List new java.util.ArrayList()
System.gc()
Read: New features in Pnuts 1.1