convex icon indicating copy to clipboard operation
convex copied to clipboard

Should be possible to override special definitions with `def` in environment?

Open mikera opened this issue 3 years ago • 0 comments

Question of priority when resolving Symbols. Currently

  • Specials take preference over environment
  • i.e. (do (def *address* 1) *address*) => #883 or similar

Alternatively:

  • Environment definitions could override special symbols

See CoreTest.testSpecialOverride for possible cases

mikera avatar May 26 '22 16:05 mikera