Re: [ClojureScript] Re: Using a state machine to design/program UI ?

2015-05-17 Thread Marc Fawzi
Ha! Their use for logic synthesis outside of digital circuits is a niche case but maybe not as not niche as i thought I would consider them for visualization and debugging, not code synthesis as i just cant see how that would work out for me Sure for parsing there is even the option of auto

Re: [ClojureScript] Re: Using a state machine to design/program UI ?

2015-05-17 Thread Daniel Kersten
I agree, Colin. I read his conclusion that FSM's are great and not so hard I once you're used to them but that until you're well enough versed they seem too much effort (YAGNI) and when the code is complex enough that it's no longer the case, it's to expensive to change. I'll definitely check out

[ClojureScript] Re: Using a state machine to design/program UI ?

2015-05-17 Thread Ruslan Prokopchuk
Re: Javelin subscriptions. Code to mimic subscriptions with cells and to use them as ratoms in Reagent code is pretty straightforward: Definition: https://github.com/ul/ampere/blob/master/src/ampere/adapters/reagent.cljs#L5 Usage in Reagent view:

Re: [ClojureScript] [ANN] Clojure 1.7.0-beta3

2015-05-17 Thread Herwig Hochleitner
Given that the JVM shouldn't segfault in any case, that's cleary looks to me like an ibm jdk bug, that could hit other JVM languages aswell. Maybe IBM is interested in fixing it? In my case, the VM most likely has the excuse of not expecting classpath-jar files to be swapped out, but the JIT? ​