arclanguage / anarki

Community-managed fork of the Arc dialect of Lisp; for commit privileges submit a pull request.
http://arclanguage.github.io
Other
1.17k stars 160 forks source link

Define UUID #136

Closed shawwn closed 5 years ago

shawwn commented 5 years ago

I'm not sure if this is appropriate for anarki, but for nREPL support, it's necessary to be able to geneate UUIDs: http://arclanguage.org/item?id=20931

arc> (uuid)
"37E430A6-C53B-4D93-8B60-0CC006933951"
akkartik commented 5 years ago

Sure, why not :)

zck commented 5 years ago

Anything for Emacs! :-p

I guess UUID generation might be useful for other stuff, too. :)

kennethrapp commented 5 years ago

there appears to be a racket dependency missing now, see #143