Re: [ANN] Session 0.1.3 - A live-coding environment for Clojure

2014-03-26 Thread kovas boguta
If someone can figure out how to include the datomic transactor within a lein plugin, then its a possibility that can at least be considered. Overall though, I'm not sure its worth the effort. Session is more of a standalone app, like Light Table. If anything, the packaging should move towards tha

Re: [ANN] Session 0.1.3 - A live-coding environment for Clojure

2014-03-26 Thread Marc Limotte
I do like that Gorilla is distributed as a lein plugin, so I can easily start it up in the context of my project alongside my classpath and my code. Would a plugin make sense as an option for Session? marc On Tue, Mar 25, 2014 at 6:07 PM, kovas boguta wrote: > On Tue, Mar 25, 2014 at 3:05 PM,

Re: [ANN] Session 0.1.3 - A live-coding environment for Clojure

2014-03-25 Thread kovas boguta
On Tue, Mar 25, 2014 at 3:05 PM, Jony Hudson wrote: > the way you aggregate things in the rendered output is just the way you'd > aggregate the values. I think these are the core ideas which make both of > the renderers powerful. I'm highly in agreement with this POV. The way most JS libraries t

Re: [ANN] Session 0.1.3 - A live-coding environment for Clojure

2014-03-25 Thread Jony Hudson
On Monday, 24 March 2014 21:02:07 UTC, Paul Mooser wrote: > This looks great - I saw your talk at one of the clojure conferences, and > I'm glad you've continued to work on this! > > I'm curious as to whether your approach to rendering is similar to that > used in gorilla repl (http://gorilla-re

Re: [ANN] Session 0.1.3 - A live-coding environment for Clojure

2014-03-25 Thread kovas boguta
On Tue, Mar 25, 2014 at 6:09 AM, Sven Richter wrote: > Hi, > > This looks pretty awesome. Do you plan to integrate some authentication > mechanism. I just imagined running session on my server and being able to > access it from everywhere around the world, always having a repl available > instantl

Re: [ANN] Session 0.1.3 - A live-coding environment for Clojure

2014-03-25 Thread kovas boguta
On Mon, Mar 24, 2014 at 9:53 PM, John Jacobsen wrote: > Having only watched the video and skimmed the blog post so far, my first > thought is that it would be nice to see support for rendering Markdown and > math formulae (TeX), like iPN has. Any thoughts about how this might be > accomplished?

Re: [ANN] Session 0.1.3 - A live-coding environment for Clojure

2014-03-25 Thread Sven Richter
Hi, This looks pretty awesome. Do you plan to integrate some authentication mechanism. I just imagined running session on my server and being able to access it from everywhere around the world, always having a repl available instantly. But obv. I dont want everybody to access it. Best Regards,

Re: [ANN] Session 0.1.3 - A live-coding environment for Clojure

2014-03-25 Thread Gaofeng Zeng
gorilla-repl and session is very cool, I can use it in our log data statistics. thank your! On Monday, March 24, 2014 8:12:48 PM UTC+8, kovasb wrote: > > Session is a live coding environment, built on Datomic and Om. > > repo: https://github.com/kovasb/session > video: https://vimeo.com/8989902

Re: [ANN] Session 0.1.3 - A live-coding environment for Clojure

2014-03-24 Thread John Jacobsen
As a refugee (spy?) from the Python community, it's very exciting to see something similar to iPython Notebook, but based on / supporting the Clojure ecosystem. iPN has been making shockwaves in the Python world and in scientific computing in general for some time. Having only watched the vide

Re: [ANN] Session 0.1.3 - A live-coding environment for Clojure

2014-03-24 Thread kovas boguta
On Mon, Mar 24, 2014 at 5:18 PM, wrote: > How easy/feasible would it be to get this running in Light table as a plugin > (which is node-webkit based) ? Would the underlying archtecture of session > allow this? You would get some nice text editing and other project managment > features bassicly f

Re: [ANN] Session 0.1.3 - A live-coding environment for Clojure

2014-03-24 Thread kovas boguta
On Mon, Mar 24, 2014 at 5:02 PM, Paul Mooser wrote: > I'm curious as to whether your approach to rendering is similar to that used > in gorilla repl (http://gorilla-repl.org) ? Is it similarly extensible ? Session uses Om, https://github.com/swannodette/om You should definitely check it out to

Re: [ANN] Session 0.1.3 - A live-coding environment for Clojure

2014-03-24 Thread adriaan . sticker
Woow Looks very attractive. Let's see if I can put this to good use in the near future :) How easy/feasible would it be to get this running in Light table as a plugin (which is node-webkit based) ? Would the underlying archtecture of session allow this? You would get some nice text editing and

Re: [ANN] Session 0.1.3 - A live-coding environment for Clojure

2014-03-24 Thread Paul Mooser
This looks great - I saw your talk at one of the clojure conferences, and I'm glad you've continued to work on this! I'm curious as to whether your approach to rendering is similar to that used in gorilla repl (http://gorilla-repl.org) ? Is it similarly extensible ? -- You received this mess