funlib.lsp – my newLisp library
I collecting some useful functions in a library that is automatically loaded with my init.lsp.
Fresh news: (global?) is now hardcoded in newlisp. So it was removed form latest funlib.lsp.
Now with newlispdoc support: check http://en.feautec.pp.ru/store/libs/doc/index.html
The library has been splitted into two parts:
funlib.lsp – for the functions which I really using in practice and for newly introduced functions.
explib.lsp – fot the functions which, after testing, was not confirm their usability. They will stay here for the reference.
NOTE: if anyone is interesting to restore something from explib.lsp back to funlib.lsp — let me know.
Latest versions are available at http://en.feautec.pp.ru/store/libs/