Hi Lawrence,

> I'm wondering what you offer in lieu of modules (as with, say, Python). Is
> there a "black box" way to "package up" code in picoLisp that has
> module-like serviceability?

I would say no, though I don't know the modules of Python.

Similar to C, a source file has certain encapsulating properties (static
scope in C versus transient symbol scope in PicoLisp).

On the level of internal symbols, can use namespaces (via the function
'symbols', and its buddies 'local' and 'import') for encapsulation.

♪♫ Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to