Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jonase
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Redux reducers in Clojure
(jonase.github.io)
2 points
by
jonase
10y ago
|
0 comments
2.
▲
by
jonase
10y ago
Disney are apparently using drones to combat paparazzi drones when filming Star Wars VIII: http://consequenceofsound.net/2016/02/drones-are-patrolling-...
3.
▲
by
jonase
11y ago
I learned a lot from Mastering Bitcoin by Andreas M. Antonopoulos ( http://shop.oreilly.com/product/0636920032281.do )
4.
▲
by
jonase
11y ago
Thanks! So if I read your comment correctly there is nothing inherently wrong with the Comparable interface it's just that Clojure's sorted sets and maps could have used protocols instead. I can see why that would be useful for ex
5.
▲
by
jonase
11y ago
Sorry to jump in on an interesting discussion but I got interested in this part: > It's also disheartening to see that the sorted-set wants things that implement Java's Comparable. Could you quickly explain what's disheart
6.
▲
Clojure Made Simple
(youtube.com)
8 points
by
jonase
11y ago
|
0 comments
7.
▲
Clojure, Made Simple
(parleys.com)
2 points
by
jonase
11y ago
|
0 comments
8.
▲
Unofficial Relay FAQ
(gist.github.com)
4 points
by
jonase
12y ago
|
0 comments
9.
▲
A note on pre and post conditions
(jonase.github.io)
14 points
by
jonase
12y ago
|
0 comments
10.
▲
by
jonase
12y ago
At akvo.org we are using Clojure in production and hopefully soon also Clojurescript. We are using Clojure on top of existing Java functionality, and we're moving our Ember based Dashboard over to Clojurescript/Om.
11.
▲
Building Single Page Apps with Reagent
(yogthos.net)
4 points
by
jonase
12y ago
|
0 comments
12.
▲
by
jonase
12y ago
I'm very interested in working with SVG in the browser and have found it to work pretty well with React. I built a demo (Code: https://github.com/jonase/elements , App: http://jonase.github.io/eleme
13.
▲
by
jonase
12y ago
Maybe mori could include core.rrb-vector[1]. Other interesting persistent data structures (by the same author) are persistent sorted maps and sets[2]. [1] https://github.com/clojure/core.rrb-vector [2] https:/&#x
14.
▲
by
jonase
12y ago
Weekend project? That's amazing! Is the source available? I would love to read it.
15.
▲
Using Datomic as a Graph Database
(hashrocket.com)
5 points
by
jonase
12y ago
|
1 comments
16.
▲
by
jonase
13y ago
Am I missing something here or is the algorithm you describe simply: "Find the smallest even and odd number in a set of numbers?" This shouldn't be hard to do in any language.
17.
▲
by
jonase
13y ago
The best source I've found is at http://rewriting.loria.fr which contains lots of interesting papers.
18.
▲
by
jonase
13y ago
If someone is interested in how kibit is implemented I've got some slides at http://jonase.github.io/kibit-demo/ . It's quite easy and a good (I think) introduction to core.logic.
19.
▲
by
jonase
13y ago
It means that you can write pure functions (in the functional programming sense) where one (or more) of the arguments to your function is a _database value_. In haskell the types to a query function would perhaps look like this: query
20.
▲
The Functional Database [video]
(infoq.com)
77 points
by
jonase
13y ago
|
35 comments
21.
▲
Learn Datalog Today – An interactive Datomic query tutorial
(learndatalogtoday.org)
84 points
by
jonase
13y ago
|
7 comments
22.
▲
The Language of the System - Rich Hickey
(youtube.com)
8 points
by
jonase
14y ago
|
0 comments
23.
▲
by
jonase
14y ago
or maybe even cljs.user> (.css (js/jQuery "body") "background" "cyan")