Smalltalk and Java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
21 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Smalltalk and Java

Colin Putney

On 11-Nov-07, at 3:53 PM, tim Rowledge wrote:

> Do I recall correctly that java allows native methods? So make the  
> entire squeak vm a native method :-)

Or the reverse. IIRC, Dolphin has a Java integration doohickey that  
loads the JVM as a library and calls into it via FFI/JNI to execute  
Java code. It's a pretty nifty way to deal with Java-only APIs.

Colin

12