Pinned Loading
-
example of calling Java method from ...
example of calling Java method from Oracle PL/SQL using an Oracle collection (oracle.sql.ARRAY) 1CREATE OR REPLACE TYPE string_array AS TABLE OF VARCHAR2(32767);
2/
3CREATE OR REPLACE AND COMPILE JAVA SOURCE NAMED STRFMT AS
4public class StrFmt
5{ -
fizzbuzz no conditionals
fizzbuzz no conditionals 1(defn fizzbuzz [n]
2(let [f {(mod n 3) "fizz"}
3b {(mod n 5) "buzz"}4fblist [(get f 0) (get b 0)]
5fb (clojure.string/join "" fblist)]
-
sicp-exercises
sicp-exercises PublicWorking through problems in Structure and Interpretation of Computer Programs
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
