Please recommend a most featured lisp implementation #523
Replies: 1 comment 1 reply
-
I recommend allegro common lisp or abcl, but that's because those were the
two i most used. Allegro has very nice tracing, function wrapping
facilities. sbcl is generally faster, had better code gen, has better
diagnostics.
…On Sat, Jul 16, 2022, 15:06 Valery ***@***.***> wrote:
The manual tells
Most features work uniformly across implementations, but some are prone to
variation. These include the precision of placing compiler-note
annotations, XREF support, and fancy debugger commands (like “restart
frame”).
Which of listed implementation has most advanced debugging features?
—
Reply to this email directly, view it on GitHub
<#523>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC6PQZJ7RU2EI457ZHPFILVUK6VHANCNFSM53YERBRA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hww
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The manual tells
Which of listed implementation has most advanced debugging features? Mostly interested in referencing to the source code location.
Beta Was this translation helpful? Give feedback.
All reactions