nu

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

APACHE-2.0 License

Stars
2.1K
Committers
37

Bot releases are hidden (Show)

nu - Ubuntu 18.04 support, gnustep-base mainline Latest Release

Published by timburks about 5 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.

nu - (version) update

Published by timburks over 7 years ago

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

nu - Xcode 8.3 and Ubuntu 14.04

Published by timburks over 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.

nu - Restructuring

Published by timburks over 7 years ago

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

nu - Last amalgmation

Published by timburks over 7 years ago

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