Rob Zimmerman

Results 24 issues of Rob Zimmerman

This would create the `./public` folder to the `Journo.init` function. It makes starting a new blog a little easier.

Right now it just supports comprehensions

enhancement

translate ``` kal #!/usr/bin/env kal ``` to ``` #!/usr/bin/env node ```

feature

allow things like: ``` [a,b] = somefunction() {x,y} = require 'thing_with_x_and_y' ```

feature