ecl/src
Marius Gerbershagen 9e204464ea clos: replace macros by functions in with-early-accessors
Accessors are fuctions not macros. While using macros is fine in most
cases, we can't use them for example in higher-order functions. The
only reason this worked in the first place is due to our compiler
allowing expressions such as

`(macrolet ((x (...) ...)) (funcall #'x ...))

even though this is invalid.
2021-03-31 21:09:18 +02:00
..
bdwgc
c tree-wide: use new dpp @"" specifier for constant base strings where appropriate 2021-03-12 19:53:33 +01:00
clos clos: replace macros by functions in with-early-accessors 2021-03-31 21:09:18 +02:00
cmp cmp: fix evaluation order of sequence compiler macros 2021-03-31 21:09:18 +02:00
doc Merge branch 'file-stream-improvements' into 'develop' 2021-03-12 18:44:08 +00:00
ecl
gmp
h
libffi
lsp destructuring-bind: signal program-error instead of an ordinary error 2021-03-03 22:14:28 +01:00
tests cmp: fix let bindings with initforms which are lists with QUOTE symbol as first element 2021-03-31 19:57:01 +02:00
util
aclocal.m4
bare.lsp.in
compile.lsp.in
config.guess
config.sub
configure
configure.ac
install.sh
Makefile.in