Re: help on exercises of brave and feedback

2015-11-14 Thread Charlie Griefer
Check out http://clojurians.net <http://clojurians.net/>. -- Charlie Griefer <http://charlie.griefer.com/>http://charlie.griefer.com <http://charlie.griefer.com/> “Surrender to what is. Let go of what was. Have faith in what will be.” -- Sonia Ricotti -- You received this m

Re: CCW bug [SEVERE]

2014-10-28 Thread Charlie Griefer
As has been mentioned already, git != 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.gr

Re: online courses for clojure?

2014-06-17 Thread Charlie Griefer
2/3 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 e

Re: Effective Clojure book?

2014-06-05 Thread Charlie Griefer
On Jun 4, 2014, at 6:30 PM, Mike Fikes 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://charlie.griefer.com

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

2014-04-16 Thread Charlie Griefer
xactly 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

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

2013-07-26 Thread Charlie Griefer
tself 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

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

2013-07-26 Thread Charlie Griefer
ular flavor of ice cream is good. Which is silly, 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 w

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

2013-03-17 Thread Charlie Griefer
line alone. http://tinyurl.com/b2w43or Does that look right to anybody who 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 w

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

2013-01-29 Thread Charlie Griefer
at off of the main topic of whether or not IntelliJ is a good idea for Clojure 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.

Re: Clojure Literature

2013-01-19 Thread Charlie Griefer
e 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 Goo

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

2013-01-16 Thread Charlie Griefer
w directory, but new file 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 t

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

2013-01-16 Thread Charlie Griefer
your hands on the (proper) keys. A shell at least lets you continue to type your way around your directory structure to locate a file. A directory tree/project explorer would likely require grabbing the mouse and clicking down into various directories. It's what we're used to, yes… but i

Re: Request for a hint

2012-11-17 Thread Charlie Griefer
be pasted 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 wrote: > On Sat, Nov 17, 2012 at 5:32 PM, Milen Ivanov wrote: >> Dear Mr. Chose, >> >> Thank you fo

Re: Request for a hint

2012-11-17 Thread Charlie Griefer
l and item, which BG did as: (def coll [1 2 3 4 5]) (def 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

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 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

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 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? > >

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

2012-06-24 Thread Charlie Griefer
st to confirm... you're hitting F2, releasing F2, and _then_ hitting the "l" key, correct? 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 succes

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

2012-06-24 Thread Charlie Griefer
code and display the result in SublimeREPL. F2 followed by "f" should send the entire contents 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

Re: Clojure/West rock climbing unsession

2012-03-15 Thread Charlie Griefer
quot;Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For

Re: 4Clojure exersice question

2012-01-13 Thread Charlie Griefer
On Jan 13, 2012, at 4:47 PM, Anthony Grimes wrote: > Clojail errs on the side of safety and not on the side of "Oh, well maybe he > wasn't trying to break the sandbox. Let's allow it anyway.". Treating macros > as opaque is just another hole in what is already difficult sandboxing. > Macros ar

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: Clojure User Group, Phoenix

2011-07-28 Thread Charlie Griefer
On Thu, Jul 28, 2011 at 8:12 PM, pmbauer 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 hav

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 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 have suc

Re: Anyone on Google+ yet?

2011-07-14 Thread Charlie Griefer
ne-stop-shop for social networking amongst a variety of social 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

Re: Anyone on Google+ yet?

2011-07-14 Thread Charlie Griefer
On Thu, Jul 14, 2011 at 10:12 AM, Claudia Doppioslash 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://charlie.griefer.

Re: Local bindings w/o let

2011-07-10 Thread Charlie Griefer
hich 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 h