Replies: 4 comments
-
Not sure yet. Let's keep this open until we can make an informed decision. |
Beta Was this translation helpful? Give feedback.
-
In contrast to Clojure, Symbols in JS are identical (if created with /for and the same string). In Clojure, symbols are not interned and can care metadata. I think the are too different to map onto each other. |
Beta Was this translation helpful? Give feedback.
-
@borkdude that's only if you use Perhaps we should wait until we figure out how we're going to handle metadata for objects and other types |
Beta Was this translation helpful? Give feedback.
-
Indeed! Perhaps we can implement metadata using the protocol which uses the Symbol like you suggested. |
Beta Was this translation helpful? Give feedback.
-
Should Clojure symbols map to Symbols, some custom type, or strings like keywords?
Beta Was this translation helpful? Give feedback.
All reactions