Re: Clojure + ClojureScript + Electron + Om.Next + Boot and ProtoRepl on Atom to co-exist?

2016-10-07 Thread Ray King
Thanks for all the direct and public replies so far, we take great reassurance from them. Recapping the constraints: We have an existing Java library, which is a collection of algorithms (Statistical inferencing stuff), architecturally they are stateless. Pass in a Map, and it returns a Map.

Clojure + ClojureScript + Electron + Om.Next + Boot and ProtoRepl on Atom to co-exist?

2016-10-03 Thread Ray King
Is there a blog post or has anyone tried to get a Clojure + ClojureScript + Electron + Om.Next + Boot and ProtoRepl on Atom to co-exist? TL;DR Background - Why? 1. We have a Clojure code base which deploys as a Jar local on a user's PC. It is running as a web socket server, serving a local brow