ANN: namespace.lsp - Java-like namespaces
Posted: Sat Jul 03, 2010 3:19 am
I've created a little project that adds Java-like namespaces to newLISP!
You can now do stuff like:
In a nutshell, this solves the name clashing issues in newLISP and means newLISP is now much easier to use for large projects.
It's on GitHub and Bitbucket!
http://github.com/taoeffect/namespace-newlisp
http://bitbucket.org/taoeffect/namespace-newlisp
You can now do stuff like:
Code: Select all
(ns-import 'com.example.*)
(ns-import 'com.example2.Test)
(Test:foo "bar")
It's on GitHub and Bitbucket!
http://github.com/taoeffect/namespace-newlisp
http://bitbucket.org/taoeffect/namespace-newlisp