Alejandro Zamora Fonseca

Results 29 comments of Alejandro Zamora Fonseca
trafficstars

Update: I fixed my changes, forgot to compare correctly using _pathname-directory_ on the input file too The fix is in 6e8dc4f8

Hi Mark I couldn't reproduce it. I cloned the _ironclad_ repository (which points to 0.57 version) and loaded locally with ASDF and it worked for me with the latest ABCL...

Now the stepper allows the inspection of symbols and bindings in other packages too Attaching another session ``` ;; .abclrc ;; (defparameter *some-var* 1) ;; (defun test () ;; (let...

IMHO it is not a bug The macro ``` (defmacro fff (form) `(eq ',form ',form)) ``` can be translated to: ``` (defmacro fff (form) (list 'eq (list 'quote form) (list...

Hi @alanruttenberg it seems this is not happening anymore, I don't know when it was fixed but I tried it and I'm getting `t` in the last form

Hi @easye Glad to know you liked it. Good luck with the rewriting process And let me know if you need any help :)

Added new features to the stepper - See locals bindings (l): The l will show the local bindings for variables and function in the current environment passed to the current...

Hi @easye Yes, I think it is functional enougth to be released. I've been testing it these days, it would be amazing if someone else can do some more testing...