saolsen / floclo

Floclo watches a flowdock chat room and evaluates clojure expressions tagged with #clj
5 stars 2 forks source link

Create a clojure environment per flowdock thread where vars can be created and used. #12

Closed saolsen closed 10 years ago

saolsen commented 10 years ago

I don't really know how to do this. Maybe just create a namespace for each thread and prefix any other calls with (in-ns 'whatever). Could that work?

DarrenN commented 10 years ago

:thumbsup:

jeremyheiler commented 10 years ago

I got this workin'