Viewing profile — ghfwlc
ghfwlc
HN member- Joined
- Thu, Jul 27, 2023, 8:30 AM UTC
- HN karma
- 13
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About ghfwlc
No profile information was provided.
Recent public activity
-
comment
Comment #36890698
Compared to Python, Common Lisp hardly has any performance issues.
-
comment
Comment #36890684
Restarting from the debugger keeps state without third party Python hacks that you mention. In this example Python increments x twice, Lisp just once: >>> x = 0 >>> def f(): ... gl…
-
comment
Comment #36890615
Common Lisp is still the most pleasant REPL language. The only complaint I have is that too many function names are taken due to the large spec.