protorepl

fingertoe 2016-07-26T15:59:19.000043Z

In my protorepl (/ 44 14) rpgedn.core=> 3.142857142857143 In lein rpgedn.core=> (/ 44 14) 22/7

fingertoe 2016-07-26T16:20:09.000044Z

I believe 22/7 is the expected behavior.. Went to demonstrate the clojure ratio feature to a co-worker and it didn’t work..

jasongilman 2016-07-26T20:53:14.000045Z

@fingertoe: is this only in inline display or is it in the REPL?

fingertoe 2016-07-26T22:26:47.000046Z

In the Cloure Repl tab.

fingertoe 2016-07-26T22:32:29.000047Z

Seems to do it on a clean project too..

fingertoe 2016-07-26T22:32:53.000048Z

It does look to do it in both the REPL and the inline result now that I check..

fingertoe 2016-07-26T22:53:33.000049Z

Seems to decimalize it if I connect via remote nrepl as well..

fingertoe 2016-07-26T23:09:21.000050Z

In REPL rpgedn.core=> (def piishness (/ 22 7)) #'rpgedn.core/piishness rpgedn.core=> piishness 22/7 In protorepl hooked to nrepl port of REPL piishness rpgedn.core=> 3.142857142857143