Changes between Version 11 and Version 12 of GSOC/ProjectProposals
- Timestamp:
- 02/18/11 09:14:21 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSOC/ProjectProposals
v11 v12 27 27 == Improve Java interoperability == 28 28 29 Looking at the best ideas from ABCL's JAVA package and [http:// lsw2.googlecode.com/svn/trunk/jss/invoke.lispAlan Ruttenberg's JSS package] while studying the best patterns from Clojure, design and implement an interface possibly using macros, auto-magic PACKAGE import, and other standard language extension features that allow Java developers to easily use ABCL but has solid Common Lisp foundations.29 Looking at the best ideas from ABCL's JAVA package and [http://code.google.com/p/lsw2/source/browse/trunk/jss/invoke.lisp?spec=svn35&r=35 Alan Ruttenberg's JSS package] while studying the best patterns from Clojure, design and implement an interface possibly using macros, auto-magic PACKAGE import, and other standard language extension features that allow Java developers to easily use ABCL but has solid Common Lisp foundations. 30 30 31 31 == Implement a better debugging facility ==