Comment on Show HN: A Common Lisp implementation in development, supports ASDFComments−neonscribe1yDo you have a goal in mind for this project?−andreamonacoOP1yIdeally I'd reach ANSI compliance, first with a bytecode compiler and then with a full one−neonscribe1yIs there some important shortcoming of all the existing Common Lisp implementations that you would like to correct?−ngcc_hk1yAwaiting answers. Seems stepping is one.Btw, I stick to sbcl as I used vim and so far the script here works for me. Might try this when back to do lisp.https://susam.net/lisp-in-vim.html−andreamonacoOP1yYeah, advanced debugging features like watchpoints are very important to me
Comments
Do you have a goal in mind for this project?
Ideally I'd reach ANSI compliance, first with a bytecode compiler and then with a full one
Is there some important shortcoming of all the existing Common Lisp implementations that you would like to correct?
Awaiting answers. Seems stepping is one.
Btw, I stick to sbcl as I used vim and so far the script here works for me. Might try this when back to do lisp.
https://susam.net/lisp-in-vim.html
Yeah, advanced debugging features like watchpoints are very important to me