On Tue, Aug 1, 2017 at 2:18 AM, David Chisnall <theraven@sucs.org> wrote:
On 31 Jul 2017, at 20:43, Liam Proven <lproven@gmail.com> wrote:
GNUstep apps can _only_ be written in Objective-C?
Kind of. They can only be written in a language that has good bridging to
Objective-C[++]. All of the interfaces are exposed as Objective-C objects, but
there are bridges that allow these to be used from (as far as I am aware):
- Java (JIGS)
- Ruby (RIGS)
- Python (not sure if this has a name, but I think it’s now part of the
upstream ObjC bridge).
- Rust
I'm not sure if the port still works anymore,
however bindings to the scheme-like language with objective-c like
dispatch added, making the briding pretty seamless.
https://github.com/nulang/nu