mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
92ca967dbf
language implementations using an Objective-C runtime for the object model. This is used by SmalltalkKit, implementing Etoile's Pragmatic Smalltalk, a Smalltalk JIT compiler which generates code binary-compatible with Objective-C, allowing classes to be written in a mixture of Smalltalk and Objective-C. WWW: http://www.etoile-project.org/
9 lines
414 B
Plaintext
9 lines
414 B
Plaintext
LanguageKit is a compiler kit built on top of LLVM for creating dynamic
|
|
language implementations using an Objective-C runtime for the object model.
|
|
This is used by SmalltalkKit, implementing Etoile's Pragmatic Smalltalk,
|
|
a Smalltalk JIT compiler which generates code binary-compatible with
|
|
Objective-C, allowing classes to be written in a mixture of Smalltalk
|
|
and Objective-C.
|
|
|
|
WWW: http://www.etoile-project.org/
|