about summary refs log tree commit diff stats
path: root/Readme
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-24 22:44:42 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-24 22:51:03 -0800
commitc1b2f17fcf02ce40aaf345880d928f6ee540f80e (patch)
tree8f03505b49f46af0ebbcf1db2c2cd56d60d970ef /Readme
parent371925c3d55486745f44109d19e9c7b674171f1d (diff)
downloadmu-c1b2f17fcf02ce40aaf345880d928f6ee540f80e.tar.gz
323 - function clauses
You can now call 'def' on a function name multiple times. Each time the
instructions you provide are *prepended* to any existing instructions.

One important use for this is when you define a new type and need to
support it in all your generic methods. Now you can keep all those
extensions in one place, near the definition of the type.

To redefine a function, use 'def!'.
Diffstat (limited to 'Readme')
0 files changed, 0 insertions, 0 deletions