Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2011-12-31 | 1.0 kB | |
define_ext-0.2.zip | 2011-12-31 | 23.9 kB | |
define_ext-0.2.tar.gz | 2011-12-31 | 19.3 kB | |
Totals: 3 Items | 44.2 kB | 0 |
define-ext: plugin-based embedder of compiled foreign code for newLISP (www.newlisp.org) Version 0.2 Copyright © 2011 Rowan Thorpe See USAGE for usage details and examples. See COPYING for license details. See INSTALL for installation instructions. See "tools" directory for installation tools. See "src" directory for the software of the module. To report bugs, submit patches or give feedback contact Rowan Thorpe at: rowanthorpe - AT _ gmail _ DOT - com TODO: - [FEATURE] Create installer in tools dir, to automate installation. - [PORTABILITY] Set the right default obj and asm code for different platforms (presently only sets x86 defaults). - [SPEEDUP] Default functor must be lambda (type 12) or macro (type 13) so at present a caller is used to route through to the actual object code from the default functor... Ask/patch newLISP so foreign function calls (type 8 or 9) could be allowed as default functors (then replace pull-through call).