calysto_scheme icon indicating copy to clipboard operation
calysto_scheme copied to clipboard

define-datatype tests in interpreter go away

Open dsblank opened this issue 7 years ago • 0 comments

Probably shouldn't be able to do this:

In [2]: (define-syntax 5.4
      :   [(time ?exp) (let ((start (current-time)))
      :   ?exp
      :   (- (current-time) start))])

dsblank avatar Aug 26 '18 01:08 dsblank