Skip to content

Add functions: reversible? sorted? special-symbol? parse-uuid#375

Open
brandoncorrea wants to merge 1 commit into
Tensegritics:mainfrom
brandoncorrea:additional-core-fns
Open

Add functions: reversible? sorted? special-symbol? parse-uuid#375
brandoncorrea wants to merge 1 commit into
Tensegritics:mainfrom
brandoncorrea:additional-core-fns

Conversation

@brandoncorrea

Copy link
Copy Markdown
Contributor

Adds several functions to cljd.core:

  • reversible?
  • sorted?
  • special-symbol?
  • parse-uuid

special-symbol?

This was moved and renamed from reader/special-form? to core/special-symbol?, as it exists in JVM and CLJS dialects.

Since this was formerly a public function of reader.cljd, this may be breaking if clients depend on it.

The following were added to the set of special symbols:&, catch, finally

parse-uuid

Implementation was inspired by that in ClojureScript. As such, I'm assuming the regex here is correct.

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

Successfully merging this pull request may close these issues.

1 participant