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 core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
c-types alien.c-types: c-type-string without using prettyprint words 2016-08-11 15:25:46 +02:00
complex functors: FUNCTOR: ;FUNCTOR -> <FUNCTOR: ;FUNCTOR> 2017-08-05 20:41:19 -05:00
data fix more typos in docs. 2018-02-12 16:43:08 -08:00
destructors functors: FUNCTOR: ;FUNCTOR -> <FUNCTOR: ;FUNCTOR> 2017-08-05 20:41:19 -05:00
endian alien.endian: Add a couple more types. This vocab needs better 2017-07-03 19:15:22 -07:00
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 alien.*: moving the c-type-string word to the alien.c-types vocab 2016-08-10 21:34:38 +02:00
remote-control basis: Cleaning up tests using lists and IN: forms. 2016-03-30 20:04:14 -07:00
syntax strings.parser: remove parse-short-string, everyone should parse-string. 2016-04-04 15:00:04 -07:00