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

前端 未结 2 1310
旧时难觅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条回答
  • 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.

    0 讨论(0)
  • 2021-01-18 19:55

    You're probably using the "Pretty Big" language. Switch to "Module", and you can do it.

    0 讨论(0)
提交回复
热议问题