Re: Clojure Conj extracurricular activities spreadsheet

2011-11-08 Thread Andres Gomez
Im in for wednesdays drinkup and thursdays lighting taks (i would like to give a 5 -10 min lighting talk) On Oct 25, 10:11 am, Fogus wrote: > All, > > We talked about the possibility of getting some ideas about > extracurricular activities during the Conj days (and possibly training > days).  I'v

Non Dev Builds

2011-11-16 Thread Andres Gomez
Inspired by Hickey's keynote at the conj, I built a proof of concept for a program to make non dev builds (remove comments, docstrings, line breaks) https://github.com/fractalmedia/prod-build It is very simple, its most important function is: (defn read-file [name] (eval (read-string (str "'(" (s

Re: Non Dev Builds

2011-11-16 Thread Andres Gomez
Thanks for the robustness tip, Meikel. Just a question, i dont understand what you state, i dont think it needs to end in a newline in order to work. On Nov 16, 5:17 pm, Meikel Brandmeyer wrote: > Hi, > > Am 16.11.2011 um 17:17 schrieb Andres Gomez: > > > It is very simple,