Commit Graph

8 Commits (revert-2214-feature-commandline-documentation)

Author SHA1 Message Date
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
John Benediktsson de179243ce basis/extra: cleanup uses of add-library. 2014-11-13 13:05:14 -08:00
John Benediktsson 2f4573b6f4 readline-listener: fix tab completion to complete from where the pointer is. 2012-09-25 14:13:42 -07:00
John Benediktsson 80e1c8e3f2 Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed. 2011-10-18 13:19:39 -07:00
John Benediktsson 3582e9c168 More lint fixes. 2011-10-16 21:23:21 -07:00
John Benediktsson a80d176720 readline: change to create alien at run-time. Fixes #254. 2011-10-13 13:24:56 -07:00
Erik Charlebois c492ff62a7 Add vocab completion for readline when line begins with USING: 2011-05-24 04:02:10 -04:00
Erik Charlebois 215e720513 Raw FFI bindings to libreadline and a few higher level words 2011-05-23 23:36:14 -04:00