Logo

Programming-Idioms

  • Lisp
  • Clojure
(let [s (str i)])
(setf s (princ-to-string i))
S : String := Integer'Image (I);

New implementation...