I create a Kotlin scratch file in Intellij IDEA and use my current project's module classpath in order to access all libraries of the project (i'm using Jackson
Sometimes I find myself coding in some repl, writing and debugging some function/logic with a little bit of trial and error, kind of testing some thought proces
Sometimes I find myself coding in some repl, writing and debugging some function/logic with a little bit of trial and error, kind of testing some thought proces
So, I accidentally figured this out while playing around with some strings. (str 111) => "111" (str 0111) => "73" What is this?
So I'm having trouble in that every time I evaluate a Clojure function, or type in in a REPL and call it, I'm not getting the result but something like #functio