Re: If code is data why do we use text editors?

2014-11-14 Thread Max Kreminski
A little bit ago there was a reddit /r/Clojure thread about structured editors – code editors tha

Re: [ANN] tools.analyzer(.jvm) 0.1.0-alpha1

2014-05-13 Thread Max Kreminski
Hi Greg, I wrote a quickref to the AST node structures that also describes a generic method for traversing an arbitrary AST. It can be found here: http://mkremins.github.io/clojure-ast-ref Essentially, the :children vector is an ordered list of keys into the AST node. Each of these keys is gua

Re: [ANN] tools.analyzer(.jvm) 0.1.0-alpha1

2014-05-13 Thread Max Kreminski
On Tuesday, May 13, 2014 4:14:16 AM UTC-7, Gregg Reynolds wrote: > I've begun experimenting with this and I wonder if there is any further > documentation or more extensive examples.  So far I'm just trying to use > walk, prewalk, postwalk to crawl an AST, but I think I must be doing > something

Re: Unity 3d and Clojure

2014-04-27 Thread Max Kreminski
It looks like it's still in the "mostly functional hack" phase, and there's not yet any documentation on how to set it up or what exactly can be done with it, but there's a public GitHub repoyou can look at if you're feeling adventurous. -- You receive

Re: Unity 3d and Clojure

2014-04-27 Thread Max Kreminski
It looks like it's still in the "mostly functional hack" phase, and there's not yet any documentation on how to set it up or what exactly can be done with it, but there's a public GitHub repothat you can look at if you're feeling adventurous. On Saturda

Re: [GSoC] Mentor for self-hosting ClojureScript compiler project?

2014-03-21 Thread Max Kreminski
recommend directing your energies elsewhere. I'm more than happy to mentor > this, but in order for this to succeed I would like to see work done along > these lines from interested parties long before the GSoC period begins. > > David > > > On Tue, Mar 18, 2014 at 2:42 AM

[GSoC] Mentor for self-hosting ClojureScript compiler project?

2014-03-17 Thread Max Kreminski
Hello all, I'm applying to GSoC this year, and I'm interested in taking the opportunity to go full-speed on a project I've been toying with on the side for the last month or so now. Specifically, I'm interested in writing a self-hosting ClojureScript compiler – either by forking the current Cl

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 (