Richard Gomes
Richard Gomes

Reputation: 6094

Can I generate Scala bindings for Objective-C and C++ with scala-bindgen?

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?

Upvotes: 0

Views: 349

Answers (1)

Richard Gomes
Richard Gomes

Reputation: 6094

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

Upvotes: 1

Related Questions