factor/basis/alien
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
..
arrays
c-types
complex
data fix more typos in docs. 2018-02-12 16:43:08 -08:00
destructors
endian
enums Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
libraries alien.libraries: load-library is misnamed, refactor library-dll. 2018-02-19 10:38:21 -06:00
parser Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
prettyprint
remote-control
syntax