Re: Using an initialization file with leiningen

2018-03-02 Thread Doug Telford
correction: :repl:init should have been :repl-options On Friday, March 2, 2018 at 11:01:01 AM UTC-7, Doug Telford wrote: > > When initiating clojure with clj, you can specify an initialization file. > However, if I run lein repl, it is not clear how to specify an > initializat

Using an initialization file with leiningen

2018-03-02 Thread Doug Telford
When initiating clojure with clj, you can specify an initialization file. However, if I run lein repl, it is not clear how to specify an initialization file. I looked at the documunt for :repl-init but didn't see anything applicable. -- You received this message because you are subscribed to

Re: What's clojure killer app? I don't see any.

2014-04-23 Thread doug smith
For sure I see using the libs I mentioned. I was referring to an app for very basic leaning of " stuff". Is that what you have heard they are working on ? On Wednesday, April 23, 2014, Mike Haney wrote: > This sounds similar to what the Cognician guys are doing. > > -- > You received this mes

Re: What's clojure killer app? I don't see any.

2014-04-23 Thread doug smith
> i am a language hobbyist with absolutely no formal training. i have an > idea for a killer app. > what i envision includes: -pedestal om session datomic type framework for teaching clojure while it analyzes YOUR learning process. -an entry point that assumes no prior knowledge -but could b

Re: ANN: Clarity 0.5.1 - New GUI library

2011-12-02 Thread Doug South
Hi Stathis, Nice presentation and the library looks interesting. One question, when do you think it will be ported to 1.3? Regards, Doug On Fri, Dec 2, 2011 at 12:55 PM, Stathis Sideris wrote: > Hello everyone, > > I would like to announce the first release of Clarity (v0.5.1), a >

Re: When are you going to upload Conj2011 videos?

2011-11-30 Thread Doug South
On Wed, Nov 30, 2011 at 12:24 AM, Ambrose Bonnaire-Sergeant wrote: > Byrd, Friedman, Byrd, Friedman, Byrd, Friedman :) Was their presentation actually recorded? I don't recall confreaks being there, but then again, I was too busy watching an excellent presentation... -- You received this messag

Re: Leiningen local dependencies?

2011-11-19 Thread Doug South
Thanks Stephen, That's exactly the information I was looking for. FWIW, I went with the :extra-classpath-dirs as the source is being built via IntelliJ at the moment... Regards, Doug On Sat, Nov 19, 2011 at 5:25 PM, Stephen Compall wrote: > On Sat, 2011-11-19 at 14:06 -0500, Doug Sou

Leiningen local dependencies?

2011-11-19 Thread Doug South
Leiningen project at the local directories? Is there a better tool to use for this than Leiningen? Regards, Doug -- 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 Note that posts

Re: Clojure-in-CommonLisp?

2011-11-15 Thread Doug South
With my limited theoretical understanding of Clojure, I would expect the language to interop with the platform it was implemented on. Therefore I would expect Clojure in CL to interop with CL and not the JVM. I know a little CL and even less of Clojure, but wouldn't Clojure in CL be fairly tri

Re: Clojure Conj extracurricular activities spreadsheet

2011-11-05 Thread Doug South
lved take responsibility for returning the room to it's "conference state" at the end of the night, that might work well? Regards, Doug Sent from my iPhone -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this gr

Discount for 2-Day public course on Clojure in Chicago in April

2011-03-08 Thread Doug Bradbury
Save $50 this week on "Clojure: Functional Programming on the JVM" a 2- day course in Chicago with Colin Jones with discount code CLJ50. In this 2-Day course, you'll grow your knowledge and skill to the point where you're ready to embark on your first Clojure project. With numerous hands-on exerc

Re: Feature idea: meta-macros

2010-09-17 Thread Doug Philips
efined' with a macro to do something that masquerades as foo and probably/maybe calls the 'real' foo eventually. Problem is that macros interact with apply, etc. so I'm back to thinking name space manipulations are the right thing, or that I've skimmed too much and don'

Re: ANN: Emacs auto-complete plugin for slime users

2010-08-19 Thread doug
Great plugin- thanks steve i applied your patch but still throws on clojure.main and on some (import '(java.util.concurrent MHOOO's code above seems to resolve my errors. thanks -doug On Aug 18, 1:44 pm, MHOOO wrote: > I can get rid of those errors by evaling this in the re

Re: abstract structural binding

2010-08-01 Thread doug
thanks- you are correct. it is -what it is! -doug On Aug 1, 1:03 pm, Rasmus Svensson wrote: > 2010/8/1 doug <395curra...@gmail.com> > > > > > > > Hey all! > > > can't seem to get the last element to bind. tia -doug > > > user> cj-mpdata >

abstract structural binding

2010-08-01 Thread doug
Hey all! can't seem to get the last element to bind. tia -doug user> cj-mpdata ["0010335602 " "" "40.00" "" "1060.51" "6/23/2010" "DISCOVER E- PAYMENT 7796" "" "" ("DISCOVER")]

Re: swank-clojure and GNU Emacs 23 - package.el install issues

2010-05-20 Thread doug smith
this may help: http://www.bestinclass.dk/index.clj/2009/12/clojure-101-getting-clojure-slime-installed.html -doug On May 17, 4:18 pm, Terrence Brannon wrote: > Hello, I wanted to try out Clojure. It was my understanding that > swank-clojure was a package GNU Emacs that would download c