Hello!
New year and new beginnings? Perhaps you feel it is time to take the step
to work with Clojure commercially in the new year?
Board Intelligence (BI) is looking for talented people to join our team. We
are searching for smart and talented senior developers and DevOps/SRE
professionals to
I've been happy using a monorepo with boot, and a build.boot with many building
blocks that can be mixed and matched for many deployables (uberjars in my case).
In my build.boot I define my internal blocks, but also defs for external deps
like eg postgres and grpc. That way I have one place for
Hello!
Board Intelligence (BI) is looking for talented people to join our team. We
are searching for smart and talented senior engineers to help architect and
build systems powering boardroom conversations at companies like Easy Jet,
Aviva, Britting Gas, BT and Royal Mail.
Clojure is our langu
Hello!
Board Intelligence (BI) is looking for a talented person to join us in a
multifaceted role focusing on platform reliability in the wider sense of
the word. All the way from operational setup, to CI/CD pipeline, to
developing our services in a solid fashion from a reliability perspecti
other command line argument parsing library that folks make me aware
> of!
>
>
>
> Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
>
> "If you're not annoying somebody, you're not really alive."
> -- Margar
I thought this was the go-to library for command line parsing:
https://github.com/clojure/tools.cli
On Wednesday, January 14, 2009 at 7:11:23 PM UTC, Grunde Løvoll wrote:
>
> Thanks!
>
> I'll have a look at clojure.contrib.command-line. I don't need
> anything super-powerfull, just something th
I tend to add a path to my :resource-paths in boot for dev-only things. You
can do the same with lein (and hopefully any other build tool you use).
I'm not sure I got your question fully. My interpretation is that you want
to have a different version of the "same" fn, so that other parts of the
What I meant was that you can spec the defmulti, and code runs just fine,
but you can't instrument it. As then you end up with the instrumentation
wrapper not being a multimethod, so things break. That's how I read the
stack trace. It'd seem possible for instrument to wrap the multimethod with
Hi,
Am I right to think you can't currently fdef a defmulti function? I tried
and when running tests using clojure.spec.test/instrument I see:
1. Unhandled java.lang.ClassCastException
clojure.spec.test$spec_checking_fn$fn__12959 cannot be cast to
clojure.lang.MultiFn
cor
where
all code was consistent and the exception catching worked just as expected.
The protos and laziness were coincidental to the cause of my confusion.
sorry for the noise.
On Sunday, March 30, 2014 5:12:44 PM UTC+1, Patrik Sundberg wrote:
>
> doh. that's a badly translated example
ll the-fn rather than the-fn2 -- the-fn is a method of AProto
> just like inner-lazy, but in this snippet it's actually called on
> ARecord instances, so the method lookup will be successful.
>
> Cheers,
> Michał
>
>
> On 30 March 2014 14:18, Patrik Sundberg >
>
I'm trying to work out how to catch exceptions close to source in some code
with structure similar to this:
https://www.refheap.com/68851
A doall on line 13 doesn't change the outcome.
So not involving records and protocol a similar structure does what I
expect it to do, but with them I seem un
re LT: It'd be a natural thing to dig into if/when you look to move to cljs.
For the context at hand I think of an LT plugin as something that:
- is easy to edit code/text in
- has access to ways of executing "remote" code via nrepl and get back
results
- have access to files and resources etc vi
This is awesome. In my head I've been planing something similar to this for
a while now. In my head it's the ideal kind of UI for a power-user not
scared of writing small scripts to get their work done while not losing
visual output and feedback. More recently I was thinking of it as a
LightTab
Hi,
We're a commodities hedge fund with most of our infrastructure being
developed in-house using a clojure stack. Think clojure, datomic, immutant,
pallet, looking at some UI ideas using LightTable and/or Om. If that sounds
like your kind of thing and you want to join a small hard working team
This paste seems gone - anyone has it available?
I seem to get bitten by this kind of thing in emacs using nrepl and it
pretty printing something and it gets into an infinite loop locking up my
emacs session completely. Running the same from command line i can see same
behavior (seems related t
Shouldn't that be TOMORROW? Says the 6th in the link.
On Monday, November 5, 2012 11:20:17 AM UTC, Theo wrote:
>
> *The London Clojure Community:Machine Learning With Clojure
> *
>
> Machine Learning involves developing systems to process (potentially very
> large) datasets, developing algorithm
On Sunday, October 28, 2012 9:56:35 PM UTC, Patrik Sundberg wrote:
>
> On Sunday, October 28, 2012 8:14:41 PM UTC, Chas Emerick wrote:
>
>> On Oct 28, 2012, at 2:57 PM, Patrik Sundberg wrote:
>>
>> I've looked at this for a bit now. It seems there are some sligh
On Sunday, October 28, 2012 8:14:41 PM UTC, Chas Emerick wrote:
> On Oct 28, 2012, at 2:57 PM, Patrik Sundberg wrote:
>
> I've looked at this for a bit now. It seems there are some slight
> inconsistencies in how the redirect info is used:
>
> Where the redirect-on-autth?
up there when the workflow sets
redirect-on-auth? to true.
Am I misunderstanding the flow or is there a mixup here? The tests only
tests for boolean state, not as a string url.
On Thursday, October 25, 2012 2:54:49 PM UTC+1, Patrik Sundberg wrote:
>
> On Thursday, October 25, 2012 1:59
On Thursday, October 25, 2012 1:59:36 PM UTC+1, Chas Emerick wrote:
>
> On Oct 25, 2012, at 8:04 AM, Patrik Sundberg wrote:
>
> > I've digested openid and using it with google, should have a working
> example to share when I have a time to put it together over week
27;s say user accesses /secret, isn't authenticated and gets redirected to
/login by friend. once authenticated, how do we ensure we get redirected
back to /secret?
On Wednesday, October 24, 2012 10:12:01 AM UTC+1, Patrik Sundberg wrote:
>
> On Wednesday, October 24, 2012
of people
> > much more qualified than myself to talk about such matter.
> >
> > Still docs could be improved and I believe helps could come from pull
> > requests to suggest the addition of code comments there and there.
> >
> > If I dig far enough in the
These are great tutorials. Thanks for publishing.
Right now I'm looking for something similar using the OpenID workflow. I
see it's there but how I use to for example create a "sign in with google"
setup is less clear to me.
Has anyone got a good OpenID example out there somewhere?
On Saturday
On Wednesday, September 19, 2012 10:52:26 AM UTC+1, Patrik Sundberg wrote:
>
> On Tuesday, September 18, 2012 10:10:35 PM UTC+1, hutch wrote:
>>
>>
>> On 2012-09-16, at 3:21 PM, Patrik Sundberg wrote:
>>
>> I'm asking myself though if there's a mo
On Tuesday, September 18, 2012 10:10:35 PM UTC+1, hutch wrote:
>
>
> On 2012-09-16, at 3:21 PM, Patrik Sundberg
> >
> wrote:
>
> I'm asking myself though if there's a more functional design for
> accomplishing the same goals? My main goals are to do thin
On Monday, September 17, 2012 3:05:57 PM UTC+1, Patrik Sundberg wrote:
>
> On Monday, November 28, 2011 9:52:55 PM UTC, Walter van der Laan wrote:
>>
>> You can add something like this to project.clj:
>> :resources-path "/usr/lib/jvm/java-6-sun/lib/tools.jar"
On Monday, November 28, 2011 9:52:55 PM UTC, Walter van der Laan wrote:
>
> You can add something like this to project.clj:
> :resources-path "/usr/lib/jvm/java-6-sun/lib/tools.jar"
>
> Walter
>
I found this thread an a couple of other ones relating to the problematic
tools.jar and lein 2.
Does
Hi,
I'm a newbie at clojure and functional programming and I'm toying with the
idea of switching a project of mine to clojure. Sorry for a long first
post, and it may also be a bit abstract - but you never know before trying
:)
In my previous OO prototype the domain is modelled via 2 basic pri
29 matches
Mail list logo