Factor Language Blog

JNI bridge

Friday, September 22, 2006

Chris Double is working on a JNI bridge for Factor. So far it only provides wrappers for JNI library functions, but a high-level interface will follow. This means Factor can now interface with three other languages directly:

  • C
  • Objective C
  • Java