-
VSCode extension Calva provides excellent support for Clojure development and worked very successfully for nearly all students at the event.
Please add as comments any successes and fails of using …
-
In your article (http://www.davidykay.com/Clojure-CLR-for-Cross-platform-Native-Mobile-App-Development/) you ask people to wish you luck. That's what I do here!
Actually I'm really interested in he…
-
Create an infographic of the general development workflow used by Practicalli, as a foundation for building and selecting practices.
Influences from
- Agile Manefesto
- Extreme programming
- Unified…
-
#### Reagent compiles hiccup
[Hiccup](https://github.com/weavejester/hiccup) is a library that was created for Clojure which was mostly used on HTTP servers for generating HTML templates and it was…
-
When I specify a minify task, such as:
```clojure
(minify :in "cljsjs/react-toolbox/development/react-toolbox.inc.js"
:out "cljsjs/react-toolbox/production/react-too…
-
I would like to use vs code as development environment for clojure.
I'm opening [guestbook](https://github.com/rajcspsg/guestbook) project in vs code.
As soon as the project is opened in vs code…
-
## Expected behavior
Call `cider-doc` on `java.nio.file.Path/of`, render docs such that `more` is represented as an array:
```
java.nio.file.Path/of
^Path [^String first, ^String more] ; or [Lj…
-
It'd be nice to grab the source for a `fnk` during development or for debugging. I wrote https://gist.github.com/f2ee7ec7753bb83de1b974c919e1eb0b to do so, but it is very much a hack. Can we annotate …
-
This is a somewhat reproducible way to get ClojureDart up and running.
Not sure whether it should find its way in the wiki or not.
It's said that even android emulator works with --priviledged.
But…
-
It's absolutely inconvient to use IDE when refresh the page - the questionnaire response is lost.
1. Keep questionnaire response in locale storage along with launch context, and apply it on the app…