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

2008-10-17 Thread Alexander Kjeldaas
Trondheim, Norway 2008/10/18 Brett Morgan <[EMAIL PROTECTED]> > > Sydney, Australia > > On Sat, Oct 18, 2008 at 3:58 PM, Ande Turner <[EMAIL PROTECTED]> > wrote: > > Dunedin, Otago, NEW ZEALAND > > > > 2008/10/18 Craig McDaniel <[EMAIL PROTECTED]> > >> > >> also from Atlanta, Georgia > >> > >> >

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

2008-10-17 Thread Brett Morgan
Sydney, Australia On Sat, Oct 18, 2008 at 3:58 PM, Ande Turner <[EMAIL PROTECTED]> wrote: > Dunedin, Otago, NEW ZEALAND > > 2008/10/18 Craig McDaniel <[EMAIL PROTECTED]> >> >> also from Atlanta, Georgia >> >> > > > > > -- Brett Morgan http://brett.morgan.googlepages.com/ --~--~-~--~

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

2008-10-17 Thread Ande Turner
Dunedin, Otago, NEW ZEALAND 2008/10/18 Craig McDaniel <[EMAIL PROTECTED]> > > also from Atlanta, Georgia > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to

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

2008-10-17 Thread Craig McDaniel
also from Atlanta, Georgia --~--~-~--~~~---~--~~ 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 PROTECTED

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

2008-10-17 Thread Andrew Bagdanov
American expat, currently in Rome. Soon to be in Barcelona... -Andy Andrew D. Bagdanov [EMAIL PROTECTED] On Sat, Oct 18, 2008 at 2:33 AM, Stuart Sierra <[EMAIL PROTECTED]> wrote: > > New York City, Clojure's birthplace (I think) > -Stuart Sierra > > On Oct 17, 5:27 am, "Rastislav Kassak" <[EM

Re: Suggest two argument "into-array" with explicit type

2008-10-17 Thread Stephen C. Gilardi
On Oct 17, 2008, at 7:59 PM, Rich Hickey wrote: > Patch applied (SVN 1074) - thanks! Thanks! --Steve --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@g

Re: Clojure's first year

2008-10-17 Thread Stuart Sierra
I saw one of the first public presentations of Clojure, at LispNYC. I remember thinking at the time, "Yes, this is a Lisp that makes sense." I was pretty surprised when my blog post hit Reddit, and frankly even more surprised that the language attracted adherents so quickly. I mean, it's *Lisp*

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

2008-10-17 Thread Stuart Sierra
New York City, Clojure's birthplace (I think) -Stuart Sierra On Oct 17, 5:27 am, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be p

Re: should (test ...) resolve symbols?

2008-10-17 Thread Stuart Sierra
Oct 17, 12:33 pm, Stuart Halloway <[EMAIL PROTECTED]> wrote: > ; do this > (test #'foo) > -> :ok > > Is there a conceptual reason that test should not resolve symbols into > Vars? Maybe to make it easier to enumerate over vars, as with ns-interns. I took the same approach.with test-var in cloju

Re: Erlang vs Clojure

2008-10-17 Thread Luc Prefontaine
I am not very far from tackling this issue. In our bus messaging system, we are using Terracotta with some Java components and it's a matter of weeks before we start to investigate how we can bridge Clojure and Terracotta. A customer asked us about some new functionality today and I see a need to

Re: Suggest two argument "into-array" with explicit type

2008-10-17 Thread Rich Hickey
On Oct 17, 7:24 pm, "Stephen C. Gilardi" <[EMAIL PROTECTED]> wrote: > On Sep 20, 2008, at 11:16 AM, Rich Hickey wrote: > > > As far as into-array taking a type, I'm fine with that, but the type > > should come first. > > Rich, > > I uploaded a patch for this to the group on September 20: > > htt

Re: Suggest two argument "into-array" with explicit type

2008-10-17 Thread Stephen C. Gilardi
On Sep 20, 2008, at 11:16 AM, Rich Hickey wrote: > As far as into-array taking a type, I'm fine with that, but the type > should come first. Rich, I uploaded a patch for this to the group on September 20: http://clojure.googlegroups.com/web/into-array-type.patch I just updated it to be a patc

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

2008-10-17 Thread Tom Emerson
Worcester, Massachusetts, USA Sent from Gmail for mobile On 10/17/08, soyrochus <[EMAIL PROTECTED]> wrote: > > > >> So wherever are you come from, be proud and say it. > > Dutch expat, living in Valencia, Spain > > > -- Sent from Gmail for mobile | mobile.google.com Tom Emerson [EMAIL PROTEC

Re: splat operator

2008-10-17 Thread Martin DeMello
On Oct 16, 5:13 pm, Timothy Pratley <[EMAIL PROTECTED]> wrote: > Maybe something along these lines? > > (defn myreplace [str [a b]] >   (.replace str a b)) > (myreplace target search-replace) > -> "heo world" Same problem - it doesn't work within a doto block. This is where JRuby-style reopening

More Concise flatten, separate

2008-10-17 Thread Mark McGranaghan
Now that we have "remove" (and "sequential?"), perhaps we should redefine flatten and separate: (defn flatten "Takes any nested combination of sequential things (lists, vectors, etc.) and returns their contents as a single, flat sequence." [x] (remove sequential? (tree-seq sequential? seq

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

2008-10-17 Thread soyrochus
> So wherever are you come from, be proud and say it. Dutch expat, living in Valencia, Spain --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroup

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

2008-10-17 Thread Joel L
London, UK (Canadian expat) On Oct 17, 8:05 pm, "Stewart Griffin" <[EMAIL PROTECTED]> wrote: > Birmingham, UK too :) > > On 17/10/2008, Barry <[EMAIL PROTECTED]> wrote: > > > > >  Birmingham, UK > > >  Barry > > >  On Oct 17, 10:27 am, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: > >  > Hello Cl

Re: splat operator

2008-10-17 Thread Michel Salim
On Thu, Oct 16, 2008 at 8:13 PM, Timothy Pratley <[EMAIL PROTECTED]> wrote: > > Maybe something along these lines? > > (defn myreplace [str [a b]] > (.replace str a b)) > (myreplace target search-replace) > -> "heo world" > Clojure's ML/Haskell-style deconstructing of sequences takes a while to si

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

2008-10-17 Thread Stewart Griffin
Birmingham, UK too :) On 17/10/2008, Barry <[EMAIL PROTECTED]> wrote: > > Birmingham, UK > > > Barry > > > On Oct 17, 10:27 am, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: > > Hello Clojurians, > > > > I think after 1st year of Clojure life it's good to check how far has > > Clojure spre

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

2008-10-17 Thread Barry
Birmingham, UK Barry On Oct 17, 10:27 am, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. > > I'm from Slovakia

Re: recur question

2008-10-17 Thread wwmorgan
I think Stewart's code was more for exemplary purposes, to demonstrate the use of recur in tail position. A more idiomatic approach might look like this: (defn factorial [n] (apply * (range 1 (inc n On Oct 17, 12:43 pm, Joel L <[EMAIL PROTECTED]> wrote: > This is interesting as I hit a sim

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

2008-10-17 Thread bc
> I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. Vancouver, Canada --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

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

2008-10-17 Thread Abhishek Reddy
Auckland, New Zealand. On 10/18/08, Shawn Hoover <[EMAIL PROTECTED]> wrote: > On Fri, Oct 17, 2008 at 2:27 AM, Rastislav Kassak <[EMAIL PROTECTED]>wrote: > >> >> So wherever are you come from, be proud and say it. >> > > Indianapolis, Indiana USA > > > > -- Abhishek Reddy http://abhishek.geek.

Re: recur question

2008-10-17 Thread Joel L
This is interesting as I hit a similar stumbling block when I was first playing with recur. I'm new to Lisp though not completely new to functional programming, and have a style question about your solution: Is there a particular reason you chose to arity overload the factorial function rather th

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

2008-10-17 Thread Shawn Hoover
On Fri, Oct 17, 2008 at 2:27 AM, Rastislav Kassak <[EMAIL PROTECTED]>wrote: > > So wherever are you come from, be proud and say it. > Indianapolis, Indiana USA --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojur

Specializing on type hints

2008-10-17 Thread Fogus
This would be interesting: (defn foo ([#^String x] (dosomething)) ([#^Number x] (dosomethingelse)) ([x] (dodefault))) I realize that I can do essentially the same thing with multimethods and I realize that type hints were not meant for this and I realize that there is likely an implication

should (test ...) resolve symbols?

2008-10-17 Thread Stuart Halloway
I was surprised to find that test does not resolve symbols into Vars: ; don't do this (test 'foo) -> :no-test ; do this (test #'foo) -> :ok Is there a conceptual reason that test should not resolve symbols into Vars? --~--~-~--~~~---~--~~ You received this mes

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

2008-10-17 Thread Apurva Sharan
from Bangalore, India. Regards, Apurva - Original Message - From: "Christopher Taylor" <[EMAIL PROTECTED]> To: clojure@googlegroups.com Sent: Friday, October 17, 2008 8:50:26 PM GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi Subject: Re: offtopic - where are you come from? (poll) an

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

2008-10-17 Thread Christopher Taylor
another German here, but from Berlin :) On 17.10.2008, at 14:07, mb wrote: > > Frankfurt am Main, Germany > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to c

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

2008-10-17 Thread Daniel Renfer
Michigan, USA On Fri, Oct 17, 2008 at 5:27 AM, Rastislav Kassak <[EMAIL PROTECTED]> wrote: > > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. > > I'm from Slov

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

2008-10-17 Thread Sean Spencer
On Fri, Oct 17, 2008 at 5:27 AM, Rastislav Kassak <[EMAIL PROTECTED]>wrote: > > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. Somerville, Massachusetts, USA.

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

2008-10-17 Thread Martin DeMello
On Oct 17, 2:27 am, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. India martin --~--~-~--~~--

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

2008-10-17 Thread verec
French expat, London, UK On Oct 17, 10:27 am, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. > > I'm from Slova

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

2008-10-17 Thread Brian Doyle
Denver, CO USA On Fri, Oct 17, 2008 at 3:27 AM, Rastislav Kassak <[EMAIL PROTECTED]>wrote: > > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. > > I'm from Slov

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

2008-10-17 Thread Allen Rohner
On Oct 17, 4:27 am, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. > Austin, Texas Allen --~--~-~--

Re: Clojure's first year

2008-10-17 Thread Mark H.
On Oct 17, 4:09 am, "Paul Stadig" <[EMAIL PROTECTED]> wrote: > One of the things that I have always thought was crucial to creating a new > Lisp (or any language really) is a Benevolent Dictator. I like the fact that > you have a strong vision, and although you are very open to suggestions, you >

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

2008-10-17 Thread John Hodge
Charlottesville, Virginia --~--~-~--~~~---~--~~ 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 PROTECTED]

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

2008-10-17 Thread fyuryu
I'm from Żory, Poland. Roland --~--~-~--~~~---~--~~ 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 PROTEC

LinkedIn Group

2008-10-17 Thread Paul Stadig
Are there any LinkedIn users who would be interested in joining a Clojure Users group? http://www.linkedin.com/e/gis/1058217 Paul --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this gro

Re: Ruby => Clojure for Enumerable and Array

2008-10-17 Thread Mark McGranaghan
Thanks for the feedback. I have: - Added references to the new clojure/remove and removed the old custom implementation - Added notes about the differences between Enumerable#min/max and clojure/min, /max (the former act on an arbitrary collection, the latter on separate numerical args) - Updated

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

2008-10-17 Thread Jon
Oslo, Norway --~--~-~--~~~---~--~~ 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 PROTECTED] For more opti

Re: Clojure init & class loader

2008-10-17 Thread Iwan van der Kleijn
2008/10/17 [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > I've done some work on jedit clojure too, if you're interested I'll > send what i have. I have quite a lot working in fact but it's a bit > flaky - repl, stolen method tree from enclojure, run scripts, syntax > highlighting generator Ok, that

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

2008-10-17 Thread Fredrik Appelberg
On Fri, Oct 17, 2008 at 11:27 AM, Rastislav Kassak <[EMAIL PROTECTED]>wrote: > So wherever are you come from, be proud and say it. > Uppsala, Sweden. Cheers, -- Fredrik == What am I up to? http://twitter.com/appelberg --~--~-~--~~-

Re: offtopic - where are you come from? (poll) [Attn: Western New Brunswick: "Placemark11"]

2008-10-17 Thread Randall R Schulz
On Friday 17 October 2008 06:44, Graham Fawcett wrote: > Just for kicks, I made a publically-editable Google map of Clojure > users. I've put my pin on the map, feel free to add your own. > > This is my first attempt at such a thing -- hopefully it works!) > > http://tinyurl.com/5kl68p > > Graham

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

2008-10-17 Thread Mark R
Dublin, Ireland cheers, Mark --~--~-~--~~~---~--~~ 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 PROTEC

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

2008-10-17 Thread .Bill Smith
Austin, Texas --~--~-~--~~~---~--~~ 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 PROTECTED] For more o

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

2008-10-17 Thread Eric Rochester
Atlanta, Georgia, US On Fri, Oct 17, 2008 at 5:27 AM, Rastislav Kassak <[EMAIL PROTECTED]>wrote: > > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. > > I'm fro

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

2008-10-17 Thread Graham Fawcett
On Fri, Oct 17, 2008 at 10:03 AM, Randall R Schulz <[EMAIL PROTECTED]> wrote: > > On Friday 17 October 2008 06:44, Graham Fawcett wrote: >> Just for kicks, I made a publically-editable Google map of Clojure >> users. I've put my pin on the map, feel free to add your own. >> >> This is my first att

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

2008-10-17 Thread Stephen C. Gilardi
On Oct 17, 2008, at 5:27 AM, Rastislav Kassak wrote: > So wherever are you come from, be proud and say it. Amesbury, Massachusetts, US --Steve --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To p

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

2008-10-17 Thread James Reeves
On Oct 17, 10:27 am, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. London, UK - James --~--~-~--~~~---~--~~ You received this message because you are subsc

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

2008-10-17 Thread Randall R Schulz
On Friday 17 October 2008 06:44, Graham Fawcett wrote: > Just for kicks, I made a publically-editable Google map of Clojure > users. I've put my pin on the map, feel free to add your own. > > This is my first attempt at such a thing -- hopefully it works!) > > http://tinyurl.com/5kl68p You might

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

2008-10-17 Thread Graham Fawcett
Just for kicks, I made a publically-editable Google map of Clojure users. I've put my pin on the map, feel free to add your own. This is my first attempt at such a thing -- hopefully it works!) http://tinyurl.com/5kl68p Graham --~--~-~--~~~---~--~~ You received

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

2008-10-17 Thread Jim Menard
On Fri, Oct 17, 2008 at 5:27 AM, Rastislav Kassak <[EMAIL PROTECTED]> wrote: > So wherever are you come from, be proud and say it. > > I'm from Slovakia. :) Connecticut, USA Jim -- Jim Menard, [EMAIL PROTECTED], [EMAIL PROTECTED] http://www.io.com/~jimm/ --~--~-~--~~~-

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

2008-10-17 Thread Chouser
On Fri, Oct 17, 2008 at 5:27 AM, Rastislav Kassak <[EMAIL PROTECTED]> wrote: > > So wherever are you come from, be proud and say it. Indiana, U.S.A. --Chouser --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojur

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

2008-10-17 Thread AlamedaMike
Alameda (an island in San Francisco Bay), California, USA --~--~-~--~~~---~--~~ 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,

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

2008-10-17 Thread J. McConnell
Western Mass., U.S. On Fri, Oct 17, 2008 at 9:14 AM, Parth Malwankar <[EMAIL PROTECTED]> wrote: > > > > On Oct 17, 2:27 pm, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: >> Hello Clojurians, >> >> I think after 1st year of Clojure life it's good to check how far has >> Clojure spread all over the

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

2008-10-17 Thread Weiqi Gao
Rastislav Kassak wrote: > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. > > I'm from Slovakia. :) St. Louis, MO, USA -- Weiqi Gao [EMAIL PROTECTED] http:

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

2008-10-17 Thread Parth Malwankar
On Oct 17, 2:27 pm, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. > > I'm from Slovakia. :) > > RK Bangalore

Re: Clojure init & class loader

2008-10-17 Thread [EMAIL PROTECTED]
I've done some work on jedit clojure too, if you're interested I'll send what i have. I have quite a lot working in fact but it's a bit flaky - repl, stolen method tree from enclojure, run scripts, syntax highlighting generator. I'm actually using emacs now, so i'm not sure I'll get back to it, i

Re: Clojure init & class loader

2008-10-17 Thread Rich Hickey
On Oct 17, 9:01 am, Stuart Halloway <[EMAIL PROTECTED]> wrote: > I haven't looked at the jEdit source, but the whole *purpose* of the > context loader is to avoid having to have explicit configuration APIs > for class loaders. It sounds like it would make more sense to patch > jEdit to set the c

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

2008-10-17 Thread Paul Barry
Baltimore, Maryland, US On Oct 17, 5:27 am, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. > > I'm from Slovaki

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

2008-10-17 Thread [EMAIL PROTECTED]
Santiago, Chile. On Oct 17, 6:27 am, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. > > I'm from Slovakia. :) >

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

2008-10-17 Thread Graham Fawcett
Windsor, Ontario, Canada. (Just down the road, Mark!) Graham --~--~-~--~~~---~--~~ 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 gr

Re: Clojure init & class loader

2008-10-17 Thread Stuart Halloway
I haven't looked at the jEdit source, but the whole *purpose* of the context loader is to avoid having to have explicit configuration APIs for class loaders. It sounds like it would make more sense to patch jEdit to set the context loader appropriately That being said, editor integration is

Re: Clojure's first year

2008-10-17 Thread Michael Beauregard
I can't tell you how underwhelmed I was when Arc was announced. Conversely, for each moment I spend with Clojure I am inspired by its genius. I'm convinced that Clojure is the Arc that everyone was hoping for. Thanks for you hard work and dedication, Rich. Michael --~--~-~--~~--

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

2008-10-17 Thread Mark Feeney
(What an easy way for a luker to get his first post!) Waterloo, ON, Canada. On Oct 17, 8:40 am, Rich Hickey <[EMAIL PROTECTED]> wrote: > On Oct 17, 5:27 am, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: > > > Hello Clojurians, > > > I think after 1st year of Clojure life it's good to check how f

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

2008-10-17 Thread Islon
Islon Scherer from Brazil :) On Fri, Oct 17, 2008 at 9:52 AM, Randall R Schulz <[EMAIL PROTECTED]> wrote: > > On Friday 17 October 2008 02:27, Rastislav Kassak wrote: > > Hello Clojurians, > > > > I think after 1st year of Clojure life it's good to check how far has > > Clojure spread all over th

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

2008-10-17 Thread Randall R Schulz
On Friday 17 October 2008 02:27, Rastislav Kassak wrote: > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. Silicon Valley. > I'm from Slovakia. :) > > RK RR

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

2008-10-17 Thread mb
Frankfurt am Main, Germany --~--~-~--~~~---~--~~ 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 PROTECTED]

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

2008-10-17 Thread Rich Hickey
On Oct 17, 5:27 am, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > This thread reminds me of another aspect of Clojure I neglected in the wrap-up, which pleases me

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

2008-10-17 Thread Paul Drummond
Sunderland, UK. --~--~-~--~~~---~--~~ 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 PROTECTED] For more o

Re: Clojure's first year

2008-10-17 Thread Paul Stadig
Congratulations, Rich! I have very bright hopes for Clojure's future. It came at the right time. I know there were/are lots of other people thinking about how Lisp could be reinvented. I had thought a lot about what I would want, and lo and behold nearly all of it is in Clojure. Also when you look

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

2008-10-17 Thread Christian Vest Hansen
Copenhagen, Denmark. On Fri, Oct 17, 2008 at 11:27 AM, Rastislav Kassak <[EMAIL PROTECTED]> wrote: > > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. > > I'm f

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

2008-10-17 Thread Michael Beauregard
Calgary, Canada On Fri, Oct 17, 2008 at 3:27 AM, Rastislav Kassak <[EMAIL PROTECTED]> wrote: > > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. > > I'm from Sl

Lispy Groovy

2008-10-17 Thread Jazun
Check out this Lispy Groovy Sexp like stuff: http://blackdragsview.blogspot.com/2006/08/beyond-groovy-10-groovy-goes-lisp.html It uses anonymous code blocks. Groovy calls them closures, but I read somewhere that they aren't real closures. If you every choose to use some groovy libraries, becaus

Clojure init & class loader

2008-10-17 Thread Iwan van der Kleijn
I am working on a Clojure plugin for jEdit. Currently you can use Clojure source as jEdit macros and evaluate source directly from a buffer. Next step is the incorporation of a REPL. The first try proved to be a bit more troublesome than I had expected. Apart from me being wrong footed by jEdit´s

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

2008-10-17 Thread Mikael Hall
I'm from sweden. Mikael Hall 2008/10/17 Rastislav Kassak <[EMAIL PROTECTED]> > > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. > > I'm from Slovakia. :) > >

Clojure init & class loader

2008-10-17 Thread soyrochus
I am working on a Clojure plugin for jEdit. Currently you can use Clojure source as jEdit macros and evaluate source directly from a buffer. Next step is the incorporation of a REPL. The first try proved to be a bit more troublesome than I had expected. Apart from me being wrong footed by jEdit´s

Re: Clojure's first year

2008-10-17 Thread JumpingJupiter
> through their extended experience, really 'get' the model behind > Clojure, and have developed idiomatic sensibilities. Would anyone else like to see something along the lines of an idioms/ style guide? The closest I've seen to this is the wiki examples. --~--~-~--~~~---

Re: Clojure's first year

2008-10-17 Thread Toralf Wittner
Thank you Rich for all the work you have put into Clojure. I am using this language ever since I heard of it in December last year. And it really is a joy to use. I have no doubts that Clojure's second year will be as good as the first one if not better. Cheers, Toralf --~--~-~--~~--

offtopic - where are you come from? (poll)

2008-10-17 Thread Rastislav Kassak
Hello Clojurians, I think after 1st year of Clojure life it's good to check how far has Clojure spread all over the world. So wherever are you come from, be proud and say it. I'm from Slovakia. :) RK --~--~-~--~~~---~--~~ You received this message because you a

Re: Clojure's first year

2008-10-17 Thread AlamedaMike
Thanks for a great language, Rich. Here's to broad acceptance! Mike On Oct 17, 12:09 am, Paul Drummond <[EMAIL PROTECTED]> wrote: > Congratulations Rich! > > I remember when Clojure was first announced (it doesn't feel like a > year ago!)  it was like a breath of fresh air! It was during a time

Re: Clojure's first year

2008-10-17 Thread Paul Drummond
Congratulations Rich! I remember when Clojure was first announced (it doesn't feel like a year ago!) it was like a breath of fresh air! It was during a time when I was trying learn Lisp as a newbie and finding it hard to focus on learning the language because I couldn't settle for a particular d