(define a 'b 'c) isn't valid form

Issue #175 resolved
Takashi Kato repo owner created an issue

(define a 'b 'c) can be compiled and the symbol b is bound to a. This is very confusing and none of Scheme standard accept this type of thing.

Comments (1)

  1. Log in to comment