Thank you. Could you explain this code: (load "@test/src/main.l" "@test/src/apply.l" "@test/src/flow.l" "@test/src/sym.l" "@test/src/subr.l" "@test/src/big.l" "@test/src/io.l" "@test/src/db.l" "@test/src/net.l" "@test/src/ext.l" "@test/src/ht.l" )
How is the "@" character being used here? The reference documentation mentions the wildcard character in conjunction with match and fill, but I'm not clear on what it means here. On 02/08/2017 04:47 AM, Mike Pechkin wrote: > > > On Wed, Feb 8, 2017 at 3:20 PM, Christopher Howard > <[email protected] <mailto:[email protected]>> > wrote: > > Hi all, picolisp newbie here. I was trying to figure out how to > "modularize" my code; there doesn't seem to be a module system built in, > but the reference doc did mention support for shared libraries. A few > questions: > > > As I can understand you mix two different functions - load and native > > > > > 1) On Gnu/Linux, how do you put code into a shared library? > > > Look how builtin tests splits to files: > https://bitbucket.org/mmamkin/picolisp/src/e33e90fb0e11aa6cdb8634c8ef73b1dac5c1f60a/lib/test.l?at=default&fileviewer=file-view-default > > > > 2) Where on the system does picolisp search for shared libraries? > > > native searches in dirs from ldconfig -p > > -- Christopher Howard, Computer Assistant Alaska Satellite Internet 3239 La Ree Way, Fairbanks, AK 99709 907-451-0088 or 888-396-5623 (toll free) fax: 888-260-3584 mailto:[email protected] http://www.alaskasatelliteinternet.com -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
