μολων λαβε

Results 11 comments of μολων λαβε

Shouldn't [using it with re-frame](https://github.com/reagent-project/reagent-forms#using-with-re-frame) solve the problem? "(...) reagent-forms will not hold any internal state and functions provided by you will be used to get, save, and update the...

I liked your library because it had what I was looking for: a simple, functional way of using clojure with excel sheets. I expected similar functionality for reading. I can...

> Clojure recently released a new library, tools.deps.alpha, and an associated brew install package for Clojure that results in a new CLI and a wrapper script, "clj" to launch it....

Also copying the form that throws the error when you're typing to a new file means it no longer throws this error when typing. Haven't been able to figure out...

If you google "sublimerepl {desired language}" you'll find plenty of tutorials.

Can also update the readme, as with these changes it works for Sublime Text 3.

I also think `LoadFileInReplCommand` should switch the ns to that of the loaded file, or at least there should be a keybind to do so. I haven't included it, but...

[I've forked the original project and updated it to work with ST3](https://github.com/efraimmgon/SublimeClojureSetup).

Same, on a mac, while trying the 'How to run a sample project' on readme. After `clj -M -m cljd.build init sample.fab` I get the following error: ```clj {:clojure.main/message "Syntax...