Re: Kawa Scheme on Android

2008-12-29 Thread walterc
thanks for sharing. looking forward to the day when i can write my android app in clojure! On Dec 30, 12:07 pm, Adam King wrote: > Rich Hickey wrote: > > On Sun, Dec 28, 2008 at 6:05 PM, Randall R Schulz wrote: > > >> Howdy, Folks, > > >> The gauntlet has been thrown down: > > > I've made chan

template.clj (r306) in clojure.contrib won't compile

2008-12-15 Thread walterc
the template function is missing parameter binding part of a let --~--~-~--~~~---~--~~ 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 To unsubscribe from this

Re: PATCH: add overloaded (reader) and (writer) to clojure.contrib.duck-stream

2008-12-05 Thread walterc
will do On Dec 5, 9:33 pm, Rich Hickey <[EMAIL PROTECTED]> wrote: > On Dec 5, 3:23 am, walterc <[EMAIL PROTECTED]> wrote: > > > i've added overloaded versions of reader and writer to > > clojure.contrib.duck-stream.  they can now take an additional string >

PATCH: add overloaded (reader) and (writer) to clojure.contrib.duck-stream

2008-12-05 Thread walterc
i've added overloaded versions of reader and writer to clojure.contrib.duck-stream. they can now take an additional string argument named "encoding" so content can be read or written with the specified encoding instead of default encoding. the semantics of the original functions have not changed

Re: Clojure Contrib's build.xml

2008-12-04 Thread walterc
and the property "clojure.jar" should be defined somewhere for the library files to compile. On Dec 4, 11:05 pm, Stuart Sierra <[EMAIL PROTECTED]> wrote: > I just pushed a fix. > -Stuart Sierra > > On Dec 4, 9:33 am, Randall R Schulz <[EMAIL PROTECTED]> wrote: > > > Hi, > > > This morning after I

Re: Monads in Clojure

2008-11-21 Thread walterc
how about clojure-contrib? On Nov 21, 7:14 pm, Konrad Hinsen <[EMAIL PROTECTED]> wrote: > As a first non-trivial exercice, I wrote an implementation of monads   > in Clojure. I just uploaded it to the Group: > >        http://clojure.googlegroups.com/web/monads.clj > > The file contains the macro

Re: Clojure HTML Documentation

2008-11-21 Thread walterc
way cool! thanks! On Nov 21, 4:17 pm, Mark McGranaghan <[EMAIL PROTECTED]> wrote: > I've created some experimental HTML docs for Clojure. You can see them > on S3:http://clj-doc.s3.amazonaws.com/tmp/doc-1116/index.html > > Or, just for kicks, on Amazon's new Cloud Front > CDN:http://d2nbqsesuabw

Re: offtopic - where are you come from? (poll)

2008-11-19 Thread walterc
taipei, taiwan cheers, walter chang --~--~-~--~~~---~--~~ 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 To unsubscribe from this group, send email to [EMAIL

Re: Changes for AOT compilation

2008-11-13 Thread walterc
does this mean that writing android application in clojure is possible? if not, what else needs to be done to make it happen? On Nov 14, 2:43 am, Rich Hickey <[EMAIL PROTECTED]> wrote: > We're coming around the other side of the few breaking changes I > wanted to get done before release 1.0. > >