Michał "phoe" Herda
Michał "phoe" Herda
The best way to explore that is to grab a Common Lisp implementation and start tweaking it until it's no longer CL and has different semantics. Maybe CCL would work...
Added and available; huge thanks! I think this issue can now be closed.
Introduction and basic use of CSTs: http://metamodular.com/concrete-syntax-tree.pdf
AFAIK the status is the same as before: there'll be no progress until there's a person willing to sponsor the development, since @dimitri is shooooort on pgloader time and since...
Can you try with the most recent version, 3.6.2? Does the issue still persist there?
If it's meaningful in any way, `sbcl --script` doesn't quit without a manual ^D either, and requires an explicit `(sb-ext:quit)` call in its eval chain. For CCL, is adding `--eval...
Welp, I launched `sbcl --script` in a terminal, at which point it was reading from standard input, which needed a manual `^D`. I assume then this is a feature request...
> (say, a 'secure array' type, which guarantees that, if the gc ever copies it, it will erase the original copy summarily). https://github.com/sionescu/static-vectors - these are never moved around by...
Likely a fault in the constant folding process somewhere - disassembling the function shows the 0...490 value already present as a constant there. ```lisp ... ;;; (format t "~S~%~,17G~%" (get-fpu-mode)...
SIGILL? What instruction is the CPU executing at that moment? Is it possible to disassemble whatever is at the program counter at the time of the signal?