Hacker News new | ask | show | jobs
by pjmlp 1291 days ago
Common Lisp supports gradual typing.
1 comments

but not static mem allocation
It surely does, including stack values.

That is the thing, Lisp is not only lists unless one is stuck using Lisp 1.5.

i dont think were talking about the same thing unless youre claiming that common lisp can be non garbage collected. otherwise stack allocation is very implementation dependent