-
Sesman is an initiative to create an uniform manager for IDE's REPLs and associated connections. It is designed primarily with CIDER and ESS in mind, but the hope is that it could appeal to other IDEs…
-
-
(This is an attempt to restate #3752, explain the current position and present options)
## A blessed view system for Atom
We're in an interesting place with respect to generating views in packages an…
-
I could possibly give this talk myself, but I've already been accepted to give another talk, so I won't hog the stage. If someone is looking for a topic, this might be a good one since you get to leaf…
mgold updated
7 years ago
-
## Why I chose ClojureScript over JavaScript – Oursky Team
Why I chose ClojureScript over JavaScript I’ve recently been tasked with writing an interactive web app called ShotBot to help mo…
-
Since we no longer use Elm package system, we need something to generate documentation out of `elm-make --docs` json file.
Preferably something that would create github markdown documentation file
wende updated
7 years ago
-
Lots of ideas from Gleb's talk: http://slides.com/bahmutov/cycleconf-2017
:)
-
[`R.lift`](http://ramdajs.com/docs/#lift) covers all my uses of [`R.converge`](http://ramdajs.com/docs/#converge).
``` javascript
> R.converge(R.subtract, [R.inc, Math.sqrt])(9)
7
> R.lift(R.subtract…
-
Bucklescript is great! However Still not reached a level of maturity the seems to be production ready for the masses. There are not so subtle warts with the developer experience. These are some that I…
-
I recently added compile-time checking in my project (as described there: https://github.com/clojure/clojurescript/wiki/Compile-Time-Type-Checking ).
This triggers errors like this one:
```
SEVERE: …