Re: [ANN] Planck 1.0 - Bootstrapped ClojureScript OS X REPL

2015-07-31 Thread Mark C
Awesome. Starts almost instantly! Btw, in order to get a command-line editor at the repl, I run: rlwrap -m " \ " planck Not sure if there's some other way, but that works fine. rlwrap has a lot of nice features, esp. multi-line edit in your editor of choice. M. On Friday, July 31, 2015 at 2:2

Re: [ANN] Counterclockwise - Clojure plugin for Eclipse

2013-10-10 Thread Mark C
Nice update, I like auto-indent. I ran into one small glitch on OSX, which is that the shortcut for toggling between unrestricted and strict/paredit mode wasn't working for me at first. Going to Preferences -> General -> Keys : Switch Edit mode, and deleting then re-applying the Alt-D fixed it.

Re: Why is clojure so powerful?

2013-09-13 Thread Mark C
I see "Arrogance of Abstraction" can be borrowed free (today only I think) by Kindle users with Amazon prime. On Friday, September 13, 2013 10:36:14 AM UTC-4, John Hyaduck wrote: > > Have you made the free version available yet? I would like to read it and > review. John Hyaduck > > On Wednesd

Re: how to get SHA1 of a string?

2013-03-06 Thread Mark C
gh… > > Regards, Frank. > > > On Mar 4, 2013, at 7:32 PM, Mark C > > wrote: > > > For another cut at a hashing interface, you may want to look at one I > made specifically for passwords. You make a password hasher by passing in > algorithm, salt length,

Re: how to get SHA1 of a string?

2013-03-04 Thread Mark C
For another cut at a hashing interface, you may want to look at one I made specifically for passwords. You make a password hasher by passing in algorithm, salt length, and iterations, and you get back a map containing a pair of complementary functions: one that digests, the other that verifies

Re: Clojure 1.5 print-table, org-mode babel, and org-mode HTML gen

2013-03-04 Thread Mark C
n hours of manual document generating. >> >> There were several technologies to learn to get it all to work in harmony: >> >> Clojure >> Incanter >> Emacs (24.2) (including some Elisp in the .emacs file) >> org >> babel >> Leiningen >> La

Re: Clojure 1.5 print-table, org-mode babel, and org-mode HTML gen

2013-03-04 Thread Mark C
sp in the .emacs file) > org > babel > Leiningen > LaTeX > Texworks > nrepl (this will require some extra stuff in the .emacs file to get babel > to work) > > It took a lot of work, but I think the org-babel system is really worth it! > > Regards, > Greg > &

Re: Clojure 1.5 print-table, org-mode babel, and org-mode HTML gen

2013-03-02 Thread Mark C
rectly > into the buffer. If the results look like a table they will be aligned as > such by Org mode. > > org is a fantastic environment for playing with Clojure. I've got a lot > done with it. > > Regards, > Greg > > On Friday, March 1, 2013 11:29:17 PM UTC-5,

Clojure 1.5 print-table, org-mode babel, and org-mode HTML gen

2013-03-01 Thread Mark C
Sorry in advance if this doesn't turn out to be a clojure-specific problem, but this seemed like a reasonable place to ask.. Context: I'm a heavy org-mode user, so Mike Fogus' recent "usesthis" postmentioning org-mode babel was quite interesting. I got babel wor

Re: Interesting Light Table post

2013-03-01 Thread Mark C
This release is a big step forward. I still struggle a little with the editor (the new vim mode is great but I really want Emacs bindings), but one nice use of LT is doing 4clojure problems. For each problem, define the function "__", then paste tests right from the 4clojure problem page. Yo

Re: Boston meetup Jan 11?

2011-01-08 Thread Mark C
Boston Clojure Group: http://www.meetup.com/Boston-Clojure-Group/ On Jan 7, 12:16 pm, Eric Kobrin wrote: > Jeff posted this in a separate thread. We'll be hosting ameetupon > the 13th: > > 1st Boston ClojureMeetup > > Date:  Thursday, January 13th, 2011 > > Location:  Akamai Technologies > 8 Camb

Re: Boston meetup Jan 11?

2011-01-02 Thread Mark C
Btw, I notice there are 10 people near Boston waiting for a Clojure meetup. http://clojure.meetup.com/members/us/ma/boston/ It might be worth creating a meetup to let them know this is happening. M. On Dec 30 2010, 1:52 pm, dysinger wrote: > 10 of us from Sonian are going to converge on Boston

Re: Dead easy start with Clojure on windows

2010-04-17 Thread Mark C
Found the link here: http://bitbucket.org/kasim/clojurew/get/tip.zip Kasim - thanks for the quick start. Worked fine. Maybe add a readme? M. On Apr 17, 5:35 am, Zmitro Lapcjonak wrote: > On Apr 15, 1:51 am, Kasim wrote: > > > Here are what you need to get started: > > 1. Download ClojureW.zip