factor/extra/readline
Doug Coleman 310a4a247c alien.libraries: load-library is misnamed, refactor library-dll.
load-library implies that dlopen() is called, which is totally not the
case. add-library calls dlopen() and load-library just looks the opened
library up in the ``libraries`` global. What load-library did is now
library-dll.

If we want to do it right, add-library should be a declarative top-level
form that tries to call a real load-library on demand instead of
memoizing the first try which would fix the case where the library is
not found, is moved into position by the user and Factor declines to
look it up again.
2018-02-19 10:38:21 -06:00
..
ffi factor: more function messups 2015-07-19 20:09:21 -07:00
authors.txt Raw FFI bindings to libreadline and a few higher level words 2011-05-23 23:36:14 -04:00
platforms.txt Make readline/readline-listener unix only 2011-08-28 16:42:55 -05:00
readline-docs.factor docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``. 2014-05-18 20:09:10 -07:00
readline.factor alien.libraries: load-library is misnamed, refactor library-dll. 2018-02-19 10:38:21 -06:00
summary.txt Raw FFI bindings to libreadline and a few higher level words 2011-05-23 23:36:14 -04:00
tags.txt Raw FFI bindings to libreadline and a few higher level words 2011-05-23 23:36:14 -04:00