19 | | Make LispObject a Java interface, as God and Gosling intended. LispObject should be a union of superinterfaces (like !wiki:HasPrintableRepresentation, !wiki:HasNumericTower) for which the current code is abstracted into common implementations. Patches exist for some of from previous version. This project would first study that code, decide whether to bring those changes forward to abcl trunk or start from scratch, provide the implementation as a pluggable alternative to the current one, benchmark the differences, and write up the result in a short paper. |
| 19 | Make LispObject a Java interface, as God and Gosling intended. LispObject should be a union of superinterfaces (like !HasPrintableRepresentation, !HasNumericTower) for which the current code is abstracted into common implementations. Patches exist for some of from previous version. This project would first study that code, decide whether to bring those changes forward to abcl trunk or start from scratch, provide the implementation as a pluggable alternative to the current one, benchmark the differences, and write up the result in a short paper. |