The Little Prover and Scheme 48

Watson Ladd <[email protected]> Wed, 5 Aug 2015 20:18:54 -0700
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <CACsn0c=R-abnMwwL1roRMG2c23AUhDx4hvB98Q27f0LRMGAKRQ@mail.gmail.com>
Hello,

I tried using J-Bob in my favorite scheme implementation and
immediately ran into problems. Evaluating (atom '(ham eggs)) lead to a
Scheme48 heap overflow. When I typed in what I thought was the
troublesome definition myself nothing was wrong.

The relevant file is at
https://github.com/the-little-prover/j-bob/blob/master/scheme/j-bob-lang.scm.
I gave it a look, but didn't find anything that explained why Scheme48
behaved the way it did.

Sincerely,
Watson