How can you re-define a constant identifier in DrScheme?

前端 未结 2 1328
旧时难觅i
旧时难觅i 2021-01-18 19:04

I am using DrScheme to write a Scheme interpreter. I define a Read Eval Print Loop and I am re-defining the eval procedure. This works fine in other scheme implementations l

2条回答
  •  旧时难觅i
    2021-01-18 19:51

    It turns out there are options per each language and one of them is "Disallow redefinition of initial bindings" which can be unchecked.

提交回复
热议问题