[JOB] Senior Engineer at Suiteness - remote possible

2017-04-17 Thread Brave Clojure Jobs
"Suiteness is looking for an experienced Clojure developer to join our small but passionate development team. Our ideal candidate is someone who geeks out over data storage and transformations, loves the functional paradigm, and wants to have a deep impact at a funded startup. Our team is small

Re: static fields in gen-class

2017-04-17 Thread Mars0i
You can just define a variable with def in the file containing gen-class. gen-class won't help with this; it's just regular Clojure functionality: (def CLASSNAME "MyClass") That variable will be specific to the generated class, and public at least in the sense that it can be accessed in Clojur

Has anyone tried building ClojureCLR using dontnet core on non-windows platforms?

2017-04-17 Thread Kashyap CK
Hi, I am attempting to build ClojureCLR on Mac- I was wondering if anyone's already done this. Regards, Kashyap -- 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 mem

Re: Has anyone tried building ClojureCLR using dontnet core on non-windows platforms?

2017-04-17 Thread Alex Miller
Just FYI, might also want to ask on https://groups.google.com/forum/#!forum/clojure-clr On Monday, April 17, 2017 at 1:15:10 PM UTC-5, Kashyap CK wrote: > > Hi, > I am attempting to build ClojureCLR on Mac- I was wondering if anyone's > already done this. > Regards, > Kashyap > -- You received

Re: [ANN and RFC] Bifurcan: impure functional data strucures

2017-04-17 Thread Dave Dixon
What is the issue with wrapping in Clojure interfaces? Added overhead of function calls? I'm finding myself in the process of doing some of this, at least for constructors. Also thinking of generating predicates/generators for use with spec. On Monday, March 27, 2017 at 9:51:46 AM UTC-7, Zach

Has anyone tried building ClojureCLR using dontnet core on non-windows platforms?

2017-04-17 Thread Alan Moore
Arcadia is a project that uses ClojureCLR in Unity and I've run it on macOS so you should be ok. However, I don't compile any code outside of Arcadia so maybe they've done something specific in that project to enable its operation (precompiled binaries?) Alan -- You received this message beca