From: Kyle R . B. <mo...@vo...> - 2002-09-09 15:00:45
|
I haven't been able to find anything in the documentaiton talking about how to create an object (or some type of equivaletn construct) in jscheme that effectivly inhertis from a Java class. Is this possible? I beleive that inheriting from a Java class is supported by one or more of the other Java scriping projects. Jython gives an example: http://www.jython.org/docs/subclassing.html IBM's Skij project doesn't seem to support inheritence, and it does not appear to be active, since the maintainer has left IBM and IBM has not released the code under any kind of open license. The behavior I am looking for is to use a Java abstract class or interface, and implement the required methods in scheme to be able to do rapid prototyping. Thank you for your time. Kyle R. Burton -- ------------------------------------------------------------------------------ Wisdom and Compassion are inseparable. -- Christmas Humphreys mo...@vo... http://www.voicenet.com/~mortis ------------------------------------------------------------------------------ |