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

前端 未结 2 1309
旧时难觅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:55

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

提交回复
热议问题