-
There are several formats for doctests:
* "=>" followed by a form with the results on the next line (what testdoc calls "REPL style" )
* A form followed by a "=>" with results ("Code-first style")…
-
```
Clojure users would like to have it !
LotREPLs works with other languages that SL4A supports now.
http://lotrepls.appspot.com/
http://clojure.org/
```
Original issue reported on code.google.c…
-
Hello!
It would be useful to add a few words about the vision for Clover and how it relates to Calva. Does it intend to replace Calva? Only a part of Calva? Or integrate with Calva, providing an al…
-
Windows 10, Unity 2019.3.5f1, Arcadia 268bed0fc9dc5143870259d88a142d60ae8b7f9d
Given the following code:
```
(ns user
(:use arcadia.core)
(:import [UnityEngine BoxCollider2D
…
-
An (optional) autosave would be nice before the "Refresh namespaces" and the "Clear and refresh namespaces" commands.
moxaj updated
8 years ago
-
Hi,
Just wanted to confirm if we can configure the clj/cljs dropdown in cursive repl to use custom port when cljs is selected?
![image](https://github.com/cursive-ide/cursive/assets/38094922/cfc…
-
The following code works in `lein repl` from namespace `dev=>`
```clojure
(with-in-str (-> "resources/data.edn" slurp)
(while-let [e (edn/read {:eof nil :readers *data-readers*} *in*)]
(printl…
-
That could be a nice addition: http://blog.fikesfarm.com/posts/2015-06-10-analyze-path-ftw.html
-
There seems to be a problem preventing CCW REPL from launching in alpha10 (works on alpha9)
Problem appears to be related to `spec` validation
```
Exception in thread "main" java.lang.IllegalArgumen…
-
I am getting 1 error running tests near the middle of lesson 27, a NullPointerException saying the "app" is null.
It's referring to the app defined in the let binding of `test-endpoint`
```clojure…