0

I've recently found scala-bindgen from a Gitter room on Scala Native. Seems like (at the present point in time) they are developing a tool for generating Scala bindings for C header files.

Are there plans for generating Scala bindings for Objective-C and C++ too?

Richard Gomes
  • 5,675
  • 2
  • 44
  • 50

1 Answers1

1

The initial plan consists only on Scala bindings for C language. Bindings for Objective-C is something planned for future. Bindings for C++ are pretty unlikely to happen, due to the complexity involved in such task.

For more information:

http://github.com/frgomes/scala-bindgen

Richard Gomes
  • 5,675
  • 2
  • 44
  • 50