basilisp-lang / basilisp

A Clojure-compatible(-ish) Lisp dialect targeting Python 3.8+
https://basilisp.readthedocs.io
Eclipse Public License 1.0
198 stars 4 forks source link

Add `INamed` interface for Keywords and Symbols #884

Closed chrisrink10 closed 4 months ago

chrisrink10 commented 4 months ago

To support #882 without circular dependencies, we will need an INamed interface that can be applied to the Keyword and Symbol classes.