Nu Versions Save

Nu is an interpreted Lisp that builds on the Objective-C runtime and Foundation framework.

v2.3.0

4 years ago

This release updates the supported/tested version of Ubuntu to 18.04 and depends on a more recent version of the GNUstep base library.

v2.2.2

7 years ago

Very minor update to synchronize the (version) operator with the current version.

v2.2.1

7 years ago

This release adds Travis CI of Linux builds on Ubuntu 14.04. macOS builds are verified with Xcode 8.3. Future commits must maintain compatibility with both macOS and Linux.

Run the ubuntu.sh script in a bare Ubuntu instance to install Linux dependencies. libobjc2, gnustep-make, and gnustep-base are vendored from forks in http://github.com/nulang.

v2.2.0

7 years ago

This release restructures Objective-C source code into separate files per class and category.

v2.1.2

7 years ago

Final snapshot of "amalgamated Nu", which collected all source into two files (a header and a .m file) for easier embedding.