Fork me on GitHub
#ldnclj
<
2015-09-28
>
xlevus09:09:03

I wrote some clojure code this weekend \ o /. First time in months. At this rate I'll be a pro by the time I've had kids and sent them to university

quentin10:09:44

haha xlevus, what did you wrote ?

xlevus10:09:16

A demo for reframe and sente

quentin10:09:23

is it online somewhere ?

xlevus10:09:39

Need to add running events through the webserver first

xlevus10:09:47

But hopefully tonight

quentin10:09:11

I am working with reagent on a project, definitely interested to see what you did with reframe

xlevus10:09:36

I'm going to create a multi player game with it. Going to send raw reframe db from the server to update the dom. Put the logic on the backend and avoid sync issues.

quentin10:09:03

nice simple_smile depending on the speed of the game and size of the reframe db this could be cool : )

xlevus10:09:53

It's just craps. So minimal state changes.

xlevus10:09:59

But it's a pretty common approach in online casinos. Clients are just thick pretty things. And logic can be adapted on the fly in the backend

jonpither13:09:51

My paredit clashes with CIDER on M-r, anyone had that?