Re: [ANN] General ML and ETL libraries

2019-03-13 Thread Didier
Awesome! On Wednesday, 27 February 2019 09:17:33 UTC-8, Chris Nuernberger wrote: > > Clojurians, > > > Good morning from (again) snowy Boulder! > > > Following lots of discussion and interactions with many people around the > clojure and ML worlds, TechAscent has built a foundation with the

Re: Closure lang for newbies in 2019

2019-03-13 Thread Didier
I highly recommend this tutorial series: https://aphyr.com/tags/Clojure-from-the-ground-up Followed by this one: https://kimh.github.io/clojure-by-example/#about And finally: https://practicalli.github.io/ Regards On Saturday, 9 March 2019 11:23:12 UTC-8, Eric Calonico wrote: > > Hi everybody,

Re: Noob: Getting (re)started with Clojure on OS X

2019-03-13 Thread Nathan Fisher
I would even argue against using central profiles. I think it obscures behavioural differences between machines and can impair reproducibility. Arguably better to have all deps in project where possible. On Wed, Mar 13, 2019 at 22:45, Mike Rodriguez wrote: > > [cider/cider-nrepl "0.8.2"] > > is

Re: Closure lang for newbies in 2019

2019-03-13 Thread Eric Calonico
Hi everyone, I didn't give up yet...lol Another cool intro to Closure and free for future users... https://www.youtube.com/watch?v=9A9qsaZZefw=PLAC43CFB134E85266 If you guys know more resources, please let me know... Thanks. P.S: I will start a new thread soon about installing on Windows 10

Re: Noob: Getting (re)started with Clojure on OS X

2019-03-13 Thread Mike Rodriguez
[cider/cider-nrepl "0.8.2"] is quite old. It looks like lein 2.9.1 (as of 2.8.2) uses a newer version of nrepl that requires cider-nrepl 0.18+ or something along those lines. In newer versions of cider, you may not need to include this plugin at all. I know that the "jack-in" commands of

Re: Noob: Getting (re)started with Clojure on OS X

2019-03-13 Thread Kenneth Beesley
> On 13Mar2019, at 10:19, Sean Corfield wrote: > > Check what’s in your ~/.lein/profiles.clj file – that’s usually the cause of > bizarre errors that people report with Leiningen. Hello Sean, Hah! I changed my ~/.lein/profiles.clj from {:user {:plugins [[cider/cider-nrepl "0.8.2"]]}} to

Re: Noob: Getting (re)started with Clojure on OS X

2019-03-13 Thread Kenneth Beesley
Many thanks for the reply. My ~/.lein/profiles.clj file looks like {:user {:plugins [[cider/cider-nrepl "0.8.2"]]}} What should it look like? * I've used Java quite a bit, and my CLASSPATH is extensive. It’s set in my ~/.bashrc What’s my next step? Best, Ken > On 13Mar2019, at

RE: Noob: Getting (re)started with Clojure on OS X

2019-03-13 Thread Sean Corfield
Check what’s in your ~/.lein/profiles.clj file – that’s usually the cause of bizarre errors that people report with Leiningen. Also check your environment variables: env|fgrep CLASSPATH Per the warning, you probably want to remove whatever is setting that (from one of your shell’s dot files,

Noob: Getting (re)started with Clojure on OS X

2019-03-13 Thread Kenneth Reid Beesley
I played happily with Clojure/leiningen several years ago, on OS X, but I'm having trouble getting restarted. I have macOS High Sierra Version 10.13.6 java version 1.8.0_05 and I just did $ brew upgrade leiningen (it confirms that I have leiningen 2.9.1 already installed) and $ brew install