Re: Mexico City Clojureists?

2020-10-22 Thread Scott Klarenbach
Ok great. If anyone is down for a beer in the sun to chat about tech, programming etc let me know. We've also got some contract work for Clojure devs on a pretty regular basis if anyone is interested. This is my company: https://invisiblerobot.io -- You received this message because you are

Mexico City Clojureists?

2020-10-20 Thread Scott Klarenbach
Wondering who is living/working in Mexico City? -- 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 from new members are moderated - please be patient with your first post. To

Clojure(script) Contractors in Vancouver?

2017-08-25 Thread Scott Klarenbach
if this violates the group etiquette, just figured it would be a good place to get the word out. -- Regards, Scott Klarenbach Invisible Robot Technologies invisiblerobot.io 604-537-1856 scott@i <sc...@pointyhat.ca>nvisiblerobot.io Suite R - 2404 Guelph Street Vancouver, BC, V

Monads and Middleware

2016-07-01 Thread Scott Klarenbach
reason to use monads in clojure instead of middleware? 3.) Are there classes of problems that can be solved with monads that can't be solved with middleware? 4.) Is there any benefit (beyond curiosity) to porting/re-implementing middleware as monads? Thanks. Scott Klarenbach

Re: Lein :provided profile and uberjar not working

2015-06-03 Thread Scott Klarenbach
The issue was that I hadn't removed the dependencies from the toplevel vector. Thanks to Jeremy Heiler for pointing that out. On Wednesday, June 3, 2015 at 12:35:30 PM UTC-7, Scott Klarenbach wrote: I'm unable to post a new topic to the leinigen group so I thought I'd try my luck here

Lein :provided profile and uberjar not working

2015-06-03 Thread Scott Klarenbach
I'm unable to post a new topic to the leinigen group so I thought I'd try my luck here. I'd like to exclude certain dependencies from my uberjar, by using the :provided profile, but the jars are always included. I've added the following to my project.clj, but the edu.stanford.nlp jars end