Re: How to replace code inside a macro

2014-03-05 Thread curiousGuy
Milinda if you are asking about the ~' that simply allows you to quote a symbol without the namespace resolution that a backquote ` provides. If you are trying to capture a local lexical value or otherwise do not want the full namespace resolved for the symbol, then you must use an ordinary quot

Re: What's the status of clojure for Android?

2014-02-08 Thread curiousGuy
Another interesting consideration regarding Clojure on Android (or any other local OS)... As of Qt 5, Javascript is a first-class language for developing apps, and Qt 5 officially supports Android, iOS, in addition to its prior support for OSX, Windows, Linux, etc. You can get nearly all app lo

Re: Cute Clojure tricks

2014-01-06 Thread curiousGuy
This is extremely disappointing, that the flag must change when the U.S. takes over all of North America. I suspect that this issue on flag design will be the likely reason that this never happens. On Monday, January 6, 2014 1:02:29 PM UTC+8, Cedric Greevey wrote: > > How many states can the US

Storing data on web server with Clojure

2014-01-01 Thread curiousGuy
I recently got started with Heroku and Clojure. They provide an optional SQL database for handling data, but it is not enabled by default. I'm wondering how much sense it makes to use SQL on a Clojure environment, vs just using sequence types within the language to store data and backing them u