factor/basis/compiler
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
..
cfg fix more typos in docs. 2018-02-12 16:43:08 -08:00
codegen fix more typos in docs. 2018-02-12 16:43:08 -08:00
constants compiler.*: a bunch of random doc additions 2016-06-21 23:15:20 +02:00
crossref compiler.crossref: stray char broke bootstrap, sorry 2017-07-05 11:56:03 +02:00
errors source-files.errors: rename <definition-error> to new-source-file-error. 2017-10-25 10:45:46 -07:00
prettyprint compiler.prettyprint: new vocab for prettyprinting compiler types 2016-08-15 15:16:41 +02:00
test compiler.test: this word is not used 2016-09-29 03:29:14 +02:00
tests alien.libraries: load-library is misnamed, refactor library-dll. 2018-02-19 10:38:21 -06:00
threads compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
tree fix a typo in compiler.tree.propagation.constraints documentation 2018-02-12 13:05:27 -08:00
utilities compiler.utilities: move conjoin-at tests. 2017-02-08 11:16:00 -08:00
authors.txt Create basis vocab root 2008-07-28 22:03:13 -05:00
compiler-docs.factor compiler.*: a bunch of random doc additions 2016-06-21 23:15:20 +02:00
compiler.factor compiler: Rename start -> start-compilation, finish -> finish-compilation. 2017-06-01 14:51:18 -05:00
summary.txt Create basis vocab root 2008-07-28 22:03:13 -05:00
tags.txt Create basis vocab root 2008-07-28 22:03:13 -05:00