Benno Löffler
Results
3
issues of
Benno Löffler
Browser starts without link… Im running a zero config setup. Clojure 1.11.3 Lein: project.clj Project file contains [com.github.gnl/playback "0.5.4"] core.clj starts with: (ns xyz.core (:require [playback.preload])) Running lein repl …...
(ns tupelo-bug.core (:use [tupelo.core])) (defn the-bug [] (glue ['abc 'def] [4] [3 4]) ; works - so symbols from tupelo.core are available (->vector 1 (unwrap [2 3 4 5 6...