Skip to content

Instantly share code, notes, and snippets.

@aamedina
Last active January 13, 2017 19:41
Show Gist options
  • Select an option

  • Save aamedina/4fdc81629824e744abc9ec176df83183 to your computer and use it in GitHub Desktop.

Select an option

Save aamedina/4fdc81629824e744abc9ec176df83183 to your computer and use it in GitHub Desktop.
deftype/defrecord Object usage
(defrecord A []
Object
(toString [x] "A")
(myMethod [this])
(myMethod2 [this x y]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment