Skip to content

Instantly share code, notes, and snippets.

(ns a.b)
(defn function [x y]
(jop + (float x) (float y)))
;
(compile 'a.b)
;
% javap -classpath classes -c a.b\$function__5 jop
Compiled from "b.clj"