-
Troncle seems like a good idea, I find myself still stuck doing printf debugging
with emacs for lack of better tooling.
A few suggestions:
- In the README, "installation" should come before "Usage" …
ghost updated
10 years ago
-
## Description
**This issue serves as a [milestone roadmap](https://github.com/arcticicestudio/northem-atom-syntax/milestones/Language/Library/Framework%20Support) for the most popular languages and …
-
# Synopsis
One of Clojure(Script)'s great benefits is of course REPL driven development. And Calva makes the Jack In process simple.
A common scenario I am encountering as a new Clojure develope…
-
Originally from #131. #132 closed that and added test naming conventions, but there are other test conventions that we should talk about:
- [ ] using `testing` to provide context for what you're testi…
-
Write an article covering Neovim for Clojure quick start and highlighting the main aspects of using Neovim setup, as covered in the Practicalli Neovim book.
Related: https://github.com/practicalli/…
-
cdk-clj has started taking a very long time to boot for a simple project:
```
>> time cdk ls
lib-tx-spec
cdk ls 21.98s user 1.28s system 121% cpu 19.072 total
```
For comparison:
```
>> tim…
-
Feature request: thanks for the blog entry describing how you went about this and providing this repo. Would it be possible for you to also demo a means of automatically launching a browser and conne…
-
This is an issue that started out as a comment to https://github.com/gnl/ghostwheel/issues/26
# Existing Feature
## Proposed Problem (1)
* Effortless spec-based stub generation in nil-body f…
-
Why not use symbols instead of keywords, to reduce syntax? Hiccup and others also go with keywords. Is it performance or memory footprint?
E.g.
(jack-html `(div/id1.c1 (h1 (p ,text))))
-