clarkgrubb / hyperpolyglot

hyperpolyglot.org
Other
473 stars 94 forks source link

Lisp: Clojure identifiers support more characters #115

Open alysbrooks opened 3 years ago

alysbrooks commented 3 years ago

According to Clojure's official page on the reader:

Symbols begin with a non-numeric character and can contain alphanumeric characters and *, +, !, -, _, ', ?, <, > and = (other characters may be allowed eventually).

However, Hyperpolyglot shows:

permitted characters: A-Z a-z 0-9 * + ! - _ ?

As an aside, this is a very helpful resource. it's been very useful in helping me translate my Clojure knowledge to other lisps.