At our meeting yesterday, we were able to successfully swarm-code a
simple web site using Noir and deployed it to Heroku. The web site is
available at <http://cljhouston.herokuapp.com/>.
Additionally, I have created a GitHub organisation for group projects.
The source code to the site we created yesterday is available at
<https://github.com/chug/cljhouston>.
While we haven't completely settled on a topic for the next meeting,
there was talk of continuing to code the site and/or doing some stuff
with ClojureScript.
Has anyone played with
https://github.com/takeoutweight/clojure-scheme? I'm looking for an
excuse to use Clojure in my research, but the target platforms do not
all support the jvm. This seems interesting. Any thoughts or
experience? Any ideas what (if any) the limitations might be?
On Tue, Jun 12, 2012 at 9:15 PM, Keith Lancaster <klancaster1...@acm.org> wrote:
> Has anyone played with
> https://github.com/takeoutweight/clojure-scheme? I'm looking for an
> excuse to use Clojure in my research, but the target platforms do not
> all support the jvm. This seems interesting. Any thoughts or
> experience? Any ideas what (if any) the limitations might be?
> --
> Keith Lancaster
Haven't played with it, but it is based on the clojurescript compiler.
This means it's probably missing the stm stuff (refs, agents, etc).
However, I would expect the rest of clojure to work. The author
mentions it is very rough to use.
https://groups.google.com/forum/?fromgroups#!topic/clojure/CsGhwc3oyUQ
On Tue, Jun 12, 2012 at 9:29 PM, Nelson Morris <nmor...@nelsonmorris.net> wrote:
> On Tue, Jun 12, 2012 at 9:15 PM, Keith Lancaster <klancaster1...@acm.org> wrote:
>> Has anyone played with
>> https://github.com/takeoutweight/clojure-scheme? I'm looking for an
>> excuse to use Clojure in my research, but the target platforms do not
>> all support the jvm. This seems interesting. Any thoughts or
>> experience? Any ideas what (if any) the limitations might be?
>> --
>> Keith Lancaster
> Haven't played with it, but it is based on the clojurescript compiler.
> This means it's probably missing the stm stuff (refs, agents, etc).
> However, I would expect the rest of clojure to work. The author
> mentions it is very rough to use.
> https://groups.google.com/forum/?fromgroups#!topic/clojure/CsGhwc3oyUQ
There is also clojure-py that seems further along if you've got an
environment w/ python.
On Wed, Jun 13, 2012 at 01:31:32PM -0500, Nelson Morris wrote:
> On Tue, Jun 12, 2012 at 9:29 PM, Nelson Morris <nmor...@nelsonmorris.net> wrote:
> > On Tue, Jun 12, 2012 at 9:15 PM, Keith Lancaster <klancaster1...@acm.org> wrote:
> >> Has anyone played with
> >> https://github.com/takeoutweight/clojure-scheme? I'm looking for an
> >> excuse to use Clojure in my research, but the target platforms do not
> >> all support the jvm. This seems interesting. Any thoughts or
> >> experience? Any ideas what (if any) the limitations might be?
> >> --
> >> Keith Lancaster
> > Haven't played with it, but it is based on the clojurescript compiler.
> > This means it's probably missing the stm stuff (refs, agents, etc).
> > However, I would expect the rest of clojure to work. The author
> > mentions it is very rough to use.
> > https://groups.google.com/forum/?fromgroups#!topic/clojure/CsGhwc3oyUQ
> There is also clojure-py that seems further along if you've got an
> environment w/ python.
Common Lisp? Compiles to real code, has your pick of concurrency abstractions (not language enforced, of course, but you can do the right thing). Most like Clojure of the Lisp dialects, IMO.