Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-03-06 Thread Joseph Guhlin
Thanks, I've just gotten around to playing with this and it's something I've been looking for. I think Incanter integration is the way to go, even if I have to figure it out myself I'd be happy to help (limited in my incanter knowledge as is, but this works great with it so far). Best,

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-03-04 Thread François Rey
Great project! I just watched this interesting video http://vimeo.com/44968627 on reinventing the REPL which also talks about notebook/graphical REPL. This was further developed at Clojure/con 2012 http://www.youtube.com/watch?v=sSQ1dqqINrQ, and there's a project called Session on github

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-03-04 Thread kovas boguta
On Tue, Mar 4, 2014 at 8:39 AM, François Rey fmj...@gmail.com wrote: Great project! I just watched this interesting video on reinventing the REPL which also talks about notebook/graphical REPL. This was further developed at Clojure/con 2012, and there's a project called Session on github. The

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-23 Thread Jony Hudson
Hi, thanks again for the kind words and enthusiasm! Let me try and give my thoughts on some of the points raised: ** Light table plugin (@Patrik) ** I would like to see this, as I think LT has a lot of potential. Things like file-handling UI, nice code editing ... are all difficult problems

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-23 Thread Patrik Sundberg
re LT: It'd be a natural thing to dig into if/when you look to move to cljs. For the context at hand I think of an LT plugin as something that: - is easy to edit code/text in - has access to ways of executing remote code via nrepl and get back results - have access to files and resources etc via

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-23 Thread Alex Ott
Hello Jony It would be nice to make some cooperation between the Gorilla's Charsts Incanter's. Right now, there is discussion in Incanter mailing list, about implementing different backends for charts, so it would be possible to generate them for JFreeChart, D3, etc. On Sun, Feb 23, 2014 at

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-20 Thread Fabian Page
What i found with saving and loading: - If i try to save to a folder it will not be created and there is no error message. - It will not load a file which is in the root folder. - If i created the ws folder by hand i can load and save without problems. Fabian Am 20.02.2014 um 08:43 schrieb

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-20 Thread Max Kreminski
This is really neat! For the last two or three weeks I've been experimenting with a handful of different implementations of a really similar idea – an interactive Clojure notebook using web technologies for the frontend. In the process I've encountered a lot of the same issues you described

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-20 Thread Jony Hudson
Thanks all for the kind comments. I'll be back to follow up later once I have some free time. I made another short video - this one slightly incoherent as I was getting tired it would seem - about how plotting works, that might be of interest: https://vimeo.com/87139900 Thanks again, Jony

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-20 Thread Matt Mower
Jony this thing is totally cool. Forget the plotting as a REPL for exploring stuff (with the ability to restore sessions) it's very nice. m/ On Wednesday, 19 February 2014 21:23:02 UTC, Jony Hudson wrote: I'm pleased to announce the first release of Gorilla REPL, a rich REPL in the

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-20 Thread Matt Mower
Couple of feature requests: move segment up/down and MathML support (it's been 20 years since I did any Latex although its undoubtedbly cool!) m/ On Wednesday, 19 February 2014 21:23:02 UTC, Jony Hudson wrote: Hi All, I'm pleased to announce the first release of Gorilla REPL, a rich

[ANN] Gorilla REPL initial release (0.1.2)

2014-02-19 Thread Jony Hudson
Hi All, I'm pleased to announce the first release of Gorilla REPL, a rich REPL in the notebook style: https://github.com/JonyEpsilon/gorilla-repl From the README: You can think of it like a pretty REPL that can plot graphs, or you can think of it as an editor for rich documents that can

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-19 Thread Patrik Sundberg
This is awesome. In my head I've been planing something similar to this for a while now. In my head it's the ideal kind of UI for a power-user not scared of writing small scripts to get their work done while not losing visual output and feedback. More recently I was thinking of it as a

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-19 Thread Devin Walters
I've spent a bit of time with Julia lately and I found the Julia notebook via ipython to be really nice. I really appreciate all the work you've put into this and am looking forward to trying it out! Great announcement, btw. It's nice to have clear action items to go along with the

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-19 Thread Jeff Rose
Hey, this looks really great, and if it could be made easily extensible I think it could gain a lot of traction. From a quick glance I have a couple thoughts: * Clojurescript!!! Why do all this work in Javascript? This is a project made for clojurescript, core.async, and maybe Om. - To

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-19 Thread Mikera
This looks great - congrats! I think it would be very useful to integrate core.matrix array types. This gives a number of advantages: - Multi-dimensional array data for plotting / analysis - Lots of array programming operations handy for data manipulation and analysis - Incanter integration

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-19 Thread Alan Thompson
Hey - tried to play the video with Chrome/Fedora, and no go! Got any other formats available? Alan On Wed, Feb 19, 2014 at 1:23 PM, Jony Hudson jonyepsi...@gmail.com wrote: Hi All, I'm pleased to announce the first release of Gorilla REPL, a rich REPL in the notebook style:

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-19 Thread Fabian Page
Very nice project! I can save but not load a worksheet on my machine. (OS X, Chrome) If somebody else has the same problem i can open an issue on github. Fabian Am 19.02.2014 um 22:23 schrieb Jony Hudson jonyepsi...@gmail.com: Hi All, I'm pleased to announce the first release of Gorilla