Changes between Version 7 and Version 8 of GSOC/ProjectProposals
- Timestamp:
- 02/18/11 08:34:40 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSOC/ProjectProposals
v7 v8 15 15 Difficulty of this project may be that generic functions are based on the FUNCALLABLE-INSTANCE class, for which some investigating may be required to determine if its supports is up to the task of implementing generic functions with non-standard metaclasses. 16 16 17 == Make LispObject a Java interface==17 == [wiki:GSoC2011/LispObject-as-java-interface: Make LispObject a Java interface] == 18 18 19 19 Make LispObject a Java interface, as God and Gosling intended. Then factor the existing code into a Java5/6 implementation of LispObject. Then, provide an implementation of LispObject that will work on .NET and/or Dalvik.