lisper icon indicating copy to clipboard operation
lisper copied to clipboard

implement letrec and use that to implement define

Open cgswords opened this issue 8 years ago • 2 comments

Title says it all; implementing letrec (probably via fixpoint) will get merge working.

cgswords avatar Mar 11 '16 01:03 cgswords

@cgswords Cool! I started with the lisp described in the micromanual and then as I found inconsistencies with scheme in syntax, behavior or whatever I made changes. For example, let, define etc supported only one expression in the body till very recently.

I'll look into this as soon as I can.

Thanks for the bug report.

jaseemabid avatar Mar 11 '16 05:03 jaseemabid

@cgswords By the way, merge works now.

https://github.com/jaseemabid/lisper/commit/115170b160a323d54b44b3566b34e99b204a25df https://travis-ci.org/jaseemabid/lisper

jaseemabid avatar Mar 11 '16 06:03 jaseemabid