Category "read-eval-print-loop"

Intellij IDEA returns different results with vs. without enabled REPL for Kotlin

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

How would I repeat TMUX send command x number of times

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

How would I repeat TMUX send command x number of times

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

In Clojure, passing number with leading 0s to str causes strange behavior. What feature is this?

So, I accidentally figured this out while playing around with some strings. (str 111) => "111" (str 0111) => "73" What is this?

Clojure result returned is always function rather then result

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