In The Joy of Clojure it states that:
you can even redefine a record if desired to have different fields giving you the compiled performance of Java dynamically
Can someone clue me in to how this is done?
Thanks
|
In The Joy of Clojure it states that:
Can someone clue me in to how this is done? Thanks |
|||
|
In chapter 9 we walk through the definition of the You'd likely not do this in code that you would deploy, but it's a useful technique when experimenting. Try to walk through the FIXO section and check the types as you go. |
|||
|
|
defrecordto define the record again. – Ankur Jul 13 '12 at 4:59