Re: Interesting Light Table post

2013-03-01 Thread charlie
are subscribed to the Google Groups Clojure group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Thanks! Charlie 512-698-2009 -- -- You received

Re: Clojure Sticker

2012-07-19 Thread charlie
Yeah any sort of vector image should work for us On Wed, Jul 18, 2012 at 7:59 PM, Alex Kurilin a...@kurilin.net wrote: +1. A temporary workaround would be getting a .svg that you could turn into stickers yourself, if that's ok with Rich. We did something similar with the vim logo on Reddit.

Re: Overtone - Live @ Arnolfini

2012-08-14 Thread charlie
Exciting times indeed! On Wed, Aug 8, 2012 at 10:46 AM, lambdatronic gwjoh...@uvm.edu wrote: Eppccc!! On Friday, August 3, 2012 6:47:50 AM UTC-4, Sam Aaron wrote: Hi everyone, for those interested, I just put up a screencast of a performance I did with Overtone on

Re: Overtone - Actual Music!

2012-08-15 Thread charlie
I'm sharing these with everyone I know, it's a brand new form of music, let's keep it going! On Wed, Aug 15, 2012 at 9:41 AM, Baishampayan Ghose b.gh...@gmail.comwrote: Very beautiful work, Sam! Loved it. Regards, BG On Wed, Aug 15, 2012 at 4:20 PM, Sam Aaron samaa...@gmail.com wrote:

Re: ANN Clojure documentation site (CDS) progress report for the week of October 28th, 2012

2012-10-31 Thread charlie
+1 also, it's been a great resource for me. It also reads really well on mobile devices. On Tue, Oct 30, 2012 at 1:57 PM, titon barua titani...@gmail.com wrote: +1 for clojure-doc.org. As a beginner, i greatly appreciate your efforts and think this solves the 'lack of beginner friendly

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-08 Thread charlie
I look forward to my copy ( currently in the mail ) ! On Thu, Nov 8, 2012 at 12:07 PM, Stuart Sierra the.stuart.sie...@gmail.comwrote: Already bought it weeks ago, like it, it's a concise recipe, right on target. Aw, thanks! Disclaimer: I am not a blonde Stuart Sierra groupie :) Aw,

Re: Where did the idea of metadata come from?

2012-11-12 Thread charlie
Unless I'm totally mistaken about clojure's meta ( totally possible ) , Java's annotations play a similar role. JPA2 and Hibernate use this feature alot. Also neat fact about the perl taint. On Mon, Nov 12, 2012 at 3:11 PM, Meikel Brandmeyer m...@kotka.de wrote: Hi, Am 12.11.2012 um 22:01

Re: Job Opportunity (Java/Processing/Clojure)

2012-11-28 Thread charlie
And now I have a Christmas gift for my father in law. Cool product ( and keep using Clojure! ). On Wed, Nov 28, 2012 at 11:06 AM, Wyatt Niehaus nieha...@gmail.com wrote: New York based artist Bradley Pitts is looking to hire a programmer to continue the development of the Yearlight Calendar (

Re: A bearded person, Clojure and JavaFX

2012-12-05 Thread charlie
What is the GUI for ? I'm not sure I'm happy about it, but I think most UI's are done in a browser now, and if you haven't checked out clojurescriptone.com yet I'd take a look. On Wed, Dec 5, 2012 at 5:38 PM, Christian Sperandio christian.speran...@gmail.com wrote: Hi, I'm one of those

Newbie question

2016-09-04 Thread Charlie
I'm going through the Do Things: A Clojure Crash Course, and the following example (in REPL) is presented: (defn recursive-printer ([] (recursive-printer 0)) ([iteration] (println iteration) (if (> iteration 3) (println "Goodbye!") (recursive-printer (inc

Re: Newbie question

2016-09-04 Thread Charlie
Thanx Colin & James - got it now - Charlie On Sunday, September 4, 2016 at 5:31:40 PM UTC-4, Colin Yates wrote: > > This form allows the fn to have multiple arities. So if I call > (recursive-printer) it will 'invoke' ([] (recursive-printer 0)). If I call > (rec

Re: is there a way I can learn clojure with a lot of exercises

2014-04-16 Thread Charlie Griefer
what you're asking for (exercises). But I'd start off with Clojure for the Brave and True, and as concepts start to click (or maybe even just before that), start working some of the 4Clojure exercises. -- Charlie Griefer http://charlie.griefer.com Give light, and the darkness will disappear

Re: is intellij idea a good ide for clojure development?

2013-01-29 Thread Charlie Griefer
development, but if we're weighing perceived pros and cons of various options, this is still somewhat on-topic) :) -- Charlie Griefer http://charlie.griefer.com Give light, and the darkness will disappear of itself. -- Desiderius Erasmus -- -- You received this message because you

Re: FYI - Light Rail notes for Portland (fix)

2013-03-17 Thread Charlie Griefer
might be more familiar with the area? It looks like a longer walk to the hotel from the station, but still only 0.3 miles. I'd prefer a longer walk to making a transfer on a light rail system that I'm not familiar with. Thanks! Charlie -- Charlie Griefer http://charlie.griefer.com Give light

Re: Local bindings w/o let

2011-07-10 Thread Charlie Griefer
and y, which represent 2 values being passed in. Outside fo the vector brackets you've got a conditional. if the first argument (x) is greater than the 2nd (y), return x. otherwise, return y. (if ( a b) ;; if a b a ;; return a b ;; otherwise, return b )) -- Charlie Griefer http

Re: Anyone on Google+ yet?

2011-07-14 Thread Charlie Griefer
On Thu, Jul 14, 2011 at 10:12 AM, Claudia Doppioslash claudia.doppiosl...@gmail.com wrote: My Clojure circle is all set up but empty. My g+ is: http://gplus.to/gattoclaudia Please add link to your profile below. https://plus.google.com/115906367193916269897/ -- Charlie Griefer http

Re: Anyone on Google+ yet?

2011-07-14 Thread Charlie Griefer
groups. -- Charlie Griefer http://charlie.griefer.com/ I have failed as much as I have succeeded. But I love my life. I love my wife. And I wish you my kind of success. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email

Re: Alright, fess up, who's unhappy with clojurescript?

2011-07-24 Thread Charlie Griefer
On Sun, Jul 24, 2011 at 2:28 PM, Rich Hickey richhic...@gmail.com wrote: ClojureScript is an action movie, and we're interested in helping people kick butt. Could you please tweet that, if only so I can retweet it? :) -- Charlie Griefer http://charlie.griefer.com/ I have failed as much as I

Re: Clojure User Group, Phoenix

2011-07-28 Thread Charlie Griefer
On Thu, Jul 28, 2011 at 8:12 PM, pmbauer paul.michael.ba...@gmail.com wrote: Anyone in the Phoenix area care to help start a Clojure user group? http://clj-phx.wikispaces.com/Startup+Discussion I'm in. I'm a total n00b, but I'm definitely in. -- Charlie Griefer http://charlie.griefer.com/ I

Re: smallest unit of code requiring a CA

2011-11-09 Thread Charlie Griefer
Chris Gray wrote: I have a patch to the clojure compiler that I would like to submit. I haven't signed a CA, but the patch is quite small. Would it be possible to submit it without a CA? I have no objection to signing one; it would just be slightly embarassing to do so for such a small patch.

Re: Request for a hint

2012-11-17 Thread Charlie Griefer
item 6) Now that coll and item exist, you can do (conj coll item), which is the same as doing (conj [1 2 3 4 5] 6). But you cannot simply do (conj coll item), and this is not a bug in the book, but rather a description of how conj works. -- Charlie Griefer http://charlie.griefer.com/ I have failed

Re: Request for a hint

2012-11-17 Thread Charlie Griefer
into the REPL and evaluated, but rather a high level example of how a particular function works. Hope that helps :) On Sat, Nov 17, 2012 at 5:46 PM, Charlie Griefer charlie.grie...@gmail.com wrote: On Sat, Nov 17, 2012 at 5:32 PM, Milen Ivanov milen.iva...@gmail.com wrote: Dear Mr. Chose, Thank

Re: emacs - how to wean me off the family of Java IDEs

2013-01-16 Thread Charlie Griefer
into various directories. It's what we're used to, yes… but it's not really, um… idiomatic Emacs :D -- Charlie Griefer http://charlie.griefer.com Give light, and the darkness will disappear of itself. -- Desiderius Erasmus -- You received this message because you are subscribed to the Google

Re: emacs - how to wean me off the family of Java IDEs

2013-01-16 Thread Charlie Griefer
works pretty well. -- Charlie Griefer http://charlie.griefer.com Give light, and the darkness will disappear of itself. -- Desiderius Erasmus -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Re: Clojure Literature

2013-01-19 Thread Charlie Griefer
as epub from https://github.com/ieure/sicp and pdf from http://sicpebook.wordpress.com/ -- Charlie Griefer http://charlie.griefer.com Give light, and the darkness will disappear of itself. -- Desiderius Erasmus -- You received this message because you are subscribed to the Google Groups

Re: 4Clojure exersice question

2012-01-13 Thread Charlie Griefer
over 4Clojure not recognizing that a particular function call was actually made from a macro will promptly be refunded the $ they spent to access the site :) Thanks, Anthony! (My $0.02 as a n00b) Charlie -- You received this message because you are subscribed to the Google Groups Clojure group

Re: Clojure/West rock climbing unsession

2012-03-16 Thread Charlie Griefer
Hi Kevin: If there's still room, I'd like to be part of the rock climbing excursion. Please either call my cell at 480.395.6930 or email char...@griefer.com to let me know if there's room. Thanks! Charlie On Mar 8, 2012, at 7:15 PM, Kevin Lynagh wrote: Keming Labs and Upwind Solutions

Re: Anyone using Sublime Text 2 + SumblimeREPL with Windows?

2012-06-24 Thread Charlie Griefer
of the editor tab over to the REPL for evaluation. Is that what you're looking for? If not, let me know and I'll see what I can dig up. -- Charlie Griefer http://charlie.griefer.com/ I have failed as much as I have succeeded. But I love my life. I love my wife. And I wish you my kind of success

Re: Anyone using Sublime Text 2 + SumblimeREPL with Windows?

2012-06-24 Thread Charlie Griefer
? Not both keys simultaneously? -- Charlie Griefer http://charlie.griefer.com/ I have failed as much as I have succeeded. But I love my life. I love my wife. And I wish you my kind of success. -- You received this message because you are subscribed to the Google Groups Clojure group. To post

Re: Anyone using Sublime Text 2 + SumblimeREPL with Windows?

2012-06-24 Thread Charlie Griefer
On Sun, Jun 24, 2012 at 3:59 PM, Jacobo Polavieja jacobopolavi...@gmail.com wrote: On Monday, June 25, 2012 12:05:17 AM UTC+2, Charlie Griefer wrote: Just to confirm... you're hitting F2, releasing F2, and _then_ hitting the l key, correct? Not both keys simultaneously? I've tried both

Re: Anyone using Sublime Text 2 + SumblimeREPL with Windows?

2012-06-24 Thread Charlie Griefer
On Sun, Jun 24, 2012 at 4:15 PM, Jacobo Polavieja jacobopolavi...@gmail.com wrote: On Monday, June 25, 2012 1:05:42 AM UTC+2, Charlie Griefer wrote: On Sun, Jun 24, 2012 at 3:59 PM, Jacobo Polavieja  wrote: On Monday, June 25, 2012 12:05:17 AM UTC+2, Charlie Griefer wrote: Just to confirm

Re: is intellij idea a good ide for clojure development?

2013-07-26 Thread Charlie Griefer
, because that's highly subjective. Unless you're asking about butter brickle ice cream. I mean c'mon. Who doesn't like butter brickle ice cream? -- Charlie Griefer http://charlie.griefer.com Give light, and the darkness will disappear of itself. -- Desiderius Erasmus -- -- You received

Re: is intellij idea a good ide for clojure development?

2013-07-26 Thread Charlie Griefer
some time during the first day. -- Charlie Griefer http://charlie.griefer.com Give light, and the darkness will disappear of itself. -- Desiderius Erasmus -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Re: Effective Clojure book?

2014-06-05 Thread Charlie Griefer
On Jun 4, 2014, at 6:30 PM, Mike Fikes mikefi...@me.com wrote: Are there any books yet that prescribe best practices for Clojure, à la Meyers or Bloch? Not a book, but there is the Clojure Style Guide at https://github.com/bbatsov/clojure-style-guide -- Charlie Griefer http

Re: online courses for clojure?

2014-06-17 Thread Charlie Griefer
of this course is amazing. -- Charlie Griefer http://charlie.griefer.com Give light, and the darkness will disappear of itself. -- Desiderius Erasmus -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Re: CCW bug [SEVERE]

2014-10-28 Thread Charlie Griefer
!= github. Really, if the risk of losing your changes to this file are enough to warrant the tirade that you’ve been on, it’s enough of a risk to warrant doing a git init in the directory. -- Charlie Griefer http://charlie.griefer.com/http://charlie.griefer.com http://charlie.griefer.com