Noodles
From newLISP on Noodles
[edit]
How to use newLISP on Noodles
The aim is to create a set of functions that can be bundled together under the NOODLES context.
Consider it as a Standard newLISP Library.
We realize that nobody wants to type NOODLES as their context name repeatedly but we chose it with the expectation that very few people would already have implemented a NOODLES context in their own code. To use it in reality we encourage you to rename it to a shorter context name -- I prefer N.
(load "noodles.lsp") (set 'N NOODLES)
Then you can use the supplied NOODLES functions like
> (N:url-encode "foo@bar.com") "foo%40bar.com"
Before our official noodles.lsp release, check the following links for potential candidates.
[edit]
