This 1985 paper reviewed three Lisp implementations for MS-DOS: muLISP-83, IQLISP, and Golden Common LISP.
https://pmc.ncbi.nlm.nih.gov/articles/PMC2577970
https://pmc.ncbi.nlm.nih.gov/articles/PMC2577970/pdf/procascamc00005-0202.pdf
Discussion
This 1985 paper reviewed three Lisp implementations for MS-DOS: muLISP-83, IQLISP, and Golden Common LISP.
https://pmc.ncbi.nlm.nih.gov/articles/PMC2577970
https://pmc.ncbi.nlm.nih.gov/articles/PMC2577970/pdf/procascamc00005-0202.pdf
A nice find!
This is about Golden Common Lisp version 1.
It could run on a 8086 or 8088 PC, but didn't have a compiler (among other things it didn't have).
Indeed it had stack groups (if I recall correctly) and array leaders.
(Version 2 required 80286 and had a compiler.)
@vnikolov I think the review is interesting as it reviewed some of the erliest Lisp implementations for MS-DOS.