Re: Best way to create a namespace at runtime from a web app

2014-04-24 Thread Shane Kilkelly
I can't offer any advice on how to do this, but I am genuinely curious as to why one would need to create a new namespace as part of a web server. Care to provide an example? :) On Thursday, 24 April 2014 18:44:02 UTC+1, Sarkis Karayan wrote: > > Hi everyone, > > I am working on a web app that a

Re: clojure -> javascript

2010-12-21 Thread Shane Daniel
http://jsfiddle.net/simloovoo/ZmruR/ Sorry for the trouble, Shane -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with y

Re: clojure -> javascript

2010-12-21 Thread Shane Daniel
rototype system, but really just wanted it online because it's an excellent starting point. Now it could be forked and demo'd easily. -Shane -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to cloju

Re: JDBC-ODBC Bridge

2009-08-18 Thread shane
nt. If you use (class (sel)) you will notice it is a resultset. > > Start by executed your desired s-exp inside the macro at the REPL. > Then I would > use a let/map combination to turn it into a fn. > > Hope this helps, > Sean > > On Aug 18, 2:28 pm, shane wrote: >

JDBC-ODBC Bridge

2009-08-18 Thread shane
I am trying to use the JDBC-ODBC with the following code: (use '[clojure.contrib.sql]) (def db {:classname "sun.jdbc.odbc.JdbcOdbcDriver" :subprotocol "odbc" :subname "jdbc:odbc:D2D1" :username "ERASUSR" :password "REPORTS"}) (defn sel [] (with-connection d