Alejandro Zamora Fonseca
Alejandro Zamora Fonseca
Fix #425
Fix #425 by ordering the loading of some code in abcl.lisp and renaming some package names
2021-06-13 alejandrozf New feature proposed: - Added new button inside inspector for hash tables, that allows to interactively set a key value (tested on SBCL and CCL but should work...
Hi guys I just completed a working stepper for ABCL (more details below) See #264 I think it can help ABCL users even knowing that is an initial attempt. I've...
- Fixes #504 - Now the file compiler will always try to compile the form and it will only fallback to the interpreted form when the bytecode error is actually...
Fixes #500 specifically and similar forms but I suspect the problem is bigger Things like `(defun test (m) (let ((l 0)) (declare (type fixnum l)) (setq l (if m 2))...
I noticed that ABCL (as in ECL and CLISP) raises an error when one tries to specify a keyword using the package prefix For example: _keyword:world_ In SBCL, CCL ,...
I'm happy to add another tool to debug programs in ABCL :) For more information see the file _contrib/abcl-jvm-stepper/README.markdown_
This PR implements some generic hooks for the contrib _abcl-stepper_ that can be used to build a protocol of communication between the stepper process and an external UI. There is...
I mean, is possible to choose python executable from like python2 , python3 and/or other executables inside virtual environments, created with _virtualenv_ ?
- Attempt to fix #690