Paste number 71414: bytes

Paste number 71414: bytes
Pasted by: achim_p
When:7 months, 1 day ago
Share:Tweet this! | http://paste.lisp.org/+1J3Q
Channel:#clojure
Paste contents:
Raw Source | XML | Display As
user=> bytes
java.lang.Exception: Unable to resolve symbol: bytes in this context (NO_SOURCE_FILE:0)
user=> (defmulti bytes identity)
#'user/bytes
user=> (defmethod bytes :default [x] (println x))
java.lang.IllegalArgumentException: No matching method: addMethod (NO_SOURCE_FILE:3)
user=> (defmulti bbbytes identity)
#'user/bbbytes
user=> (defmethod bbbytes :default [x] (println x))
#<MultiFn clojure.lang.MultiFn@ba9340>
user=> (defn bytes [x] (println x))
#'user/bytes

This paste has no annotations.

Colorize as:
Show Line Numbers

Lisppaste pastes can be made by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively.