Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lisp: Clojure identifiers support more characters #115

Open
alysbrooks opened this issue Sep 20, 2020 · 0 comments
Open

Lisp: Clojure identifiers support more characters #115

alysbrooks opened this issue Sep 20, 2020 · 0 comments

Comments

@alysbrooks
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant