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

Switch annotations from vectors to prefab structs #153

Closed shawwn closed 5 years ago

shawwn commented 5 years ago

Using a vector for annotations makes it difficult to extend Arc to work with native vector types.

akkartik commented 5 years ago

Interesting. I wasn't aware of https://docs.racket-lang.org/guide/define-struct.html before.

If the tests pass.. ship it!