Deserialization "gadget chain" in clojure

2017-07-11 Thread Ian Haken
Dear Clojure community, First off, apologies for directing this at the general clojure mailing list. I was looking for a better destination, but I couldn't find any obvious person or private mailing list to direct this to; hopefully from here this can get in front of anyone who may be

Re: [ClojureScript] [ANN] Orchestra 2017.07.04-1 (now supporting ClojureScript)

2017-07-11 Thread Daniel Compton
> It might be worth including a discussion about when to use this library, and perhaps indicating that using it might not be a best-practice. I'm using it to instrument a running development system as I'm working with it, via an API, REPL, and tests. I've found it handy in all three places for my

Re: I can only get the first item of a lazyseq via a Manifold stream, and I can't get/find an Exception

2017-07-11 Thread Justin Smith
Oh - this appears to be a separate issue that isn't just about leaving the context of the db transaction, I don't know enough about those parts of manifold to address the issue, sorry. On Tue, Jul 11, 2017 at 1:18 PM wrote: > Justin, thanks. I'd like to ask a follow

Re: I can only get the first item of a lazyseq via a Manifold stream, and I can't get/find an Exception

2017-07-11 Thread lawrence . krubner
Justin, thanks. I'd like to ask a follow up question. To be clear, if I go into (doseq) then this works fine: (defn start [] (let [ config (get-config) mysql-db { :dbtype "mysql" :dbname (get-in config [:database :config :connection

Re: I can only get the first item of a lazyseq via a Manifold stream, and I can't get/find an Exception

2017-07-11 Thread Justin Smith
My first suspicion would be that by the time you access the second element, you have exited the context of your database transaction, so there's no data stream available to get it from. Lazyness doesn't tend to mix well with stateful resources and contexts. On Mon, Jul 10, 2017 at 9:45 PM

Re: [ANN] r4f-pro: IDE for visual ontology-based, rule-based and algorithm-based software development

2017-07-11 Thread ru
Hi Didier, I believe that main use case is fast prototyping of new ideas. You model new concepts, classes, relations using native Protege capabilities and implement processes in this new area using rules and algorithms depending of what suits better. Important thing here is visual

Re: bots in closure

2017-07-11 Thread Daniel Compton
Hi Frank https://github.com/wit-ai/duckling_old is a text parsing library that returns structured data. You might find that useful? On Tue, Jul 11, 2017 at 1:10 PM Alex Walker wrote: > Hi Frank, > > Chatbot is a bit of a loaded term, so could you please give a bit of >

[ANN] r4f-pro: IDE for visual ontology-based, rule-based and algorithm-based software development

2017-07-11 Thread Didier
I feel like I'm missing out on this. It sounds very cool, but I'm not sureI understand the use cases whereI should reach for it. Can you speak of what kind of use case you can use rete and r4j for? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To