Skip to content

Instantly share code, notes, and snippets.

@useronym
Created May 2, 2017 14:20
Show Gist options
  • Save useronym/aa6e08710ecc1b93439ab3d8c1f430b1 to your computer and use it in GitHub Desktop.
Save useronym/aa6e08710ecc1b93439ab3d8c1f430b1 to your computer and use it in GitHub Desktop.
(defmodule rec
(export-macro make-myrec myrec-a myrec-b))
(defrecord myrec
a
b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment