-
In working on http://github.com/clojure-emacs/inf-clojure I see that we need to take different code-paths depending on which REPL we're interacting with.
example:
```emacs-lisp
(defcustom inf-cloj…
-
The problem:
Cider connections (~= 'repl buffer') are either 'clj or cljs' connections. Cider needs to decide between them for each connection.
General approach 1: Specify up front whether it is…
-
When trying out the following taken from the examples folder:
```
(ns foo
(:require [clojure.core.matrix.random :as rnd])
(:use [plotly-clj.core] :reload-all))
(online-init)
(-> (plotl…
-
* Clojure CLI Getting Started - Video Script
Welcome to Practicalli, thank you for joining me.
I'm John and i'll introduce you to the Clojure CLI tools,
the simplest way of running and working …
-
Installed clerk to a project, and get this upon trying to run it. Both in repl and browser:
![image](https://github.com/user-attachments/assets/67876069-cb32-4cff-b7e2-b4aa63d0bed7)
-
| Q | A |
|---------------------|-----------------|
| PHP version | 8.2.24 |
| Phel version | v0.15.2 |
#### Summary
I noted …
-
I'm trying to make a migration in postgres, I'm following the getting started and using the integreation with leiningen:
```clojure
{:aliases {"migrate" ["run" "-m" "investtrack.scripts.migration…
-
``` clojure
(require '[gamma.api :as g])
```
``` clojure
(g/+ 1 (g/aget (g/vec3 2) 0))
```
throws:
```
gamma-tools.core=> System.Exception: Arguments to + must have type :int or :float
at gamma/a…
-
Original [issue 327](https://code.google.com/p/counterclockwise/issues/detail?id=327) created by laurentpetit on 2012-02-16T13:11:00.000Z:
I want to be able to start a REPL easily for any Java projec…
-
I include JOCL-0.2.0-RC1-SNAPSHOT and JOCLBlast-0.0.1-SNAPSHOT in my Cloajure leiningen project (basically the same as maven, an uses maven repositories and poms etc.)
I start the REPL and:
``` cloj…