How to rename an operation in Clojure?
Posted
by Silanglaya Valerio
on Stack Overflow
See other posts from Stack Overflow
or by Silanglaya Valerio
Published on 2010-05-14T07:46:40Z
Indexed on
2010/05/14
7:54 UTC
Read the original article
Hit count: 317
In my list, addition, the operation + appears as #. How can I make this appear exactly as +? When I eval it, it should also work exactly the same as +.
I guess this would also apply in all kinds of functions in Clojure... Thanks guys.
© Stack Overflow or respective owner