Re: Two Senior Clojure developers based in Moscow looking for the interesting challenges and possibility for remote work

2018-08-03 Thread Robert Levy
The bouncer said, "I'm sorry sir, the bar is closed for a private function". After a brief huddle of whispering to one another off to side, one of the Clojure developers again approached the bouncer and said "we'd like to speak directly to your Var" On Fri, Aug 3, 2018 at 9:59 AM Raoul Duke wrot

ANN: gorilla-converter (clojupyter)

2018-08-03 Thread Christian Weilbach
Hey fellow Clojurians, I just wanted to announce that I have written a bidirectional gorilla to clojupyter converter: https://bitbucket.org/probprog/gorilla-converter This is used to make the http://anglican.ml examples accessible to the data science community, but should in general help to make

Re: Two Senior Clojure developers based in Moscow looking for the interesting challenges and possibility for remote work

2018-08-03 Thread Raoul Duke
what happened after they, "walked into a bar"? -- 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 u

Re: ANN: clj-windows-1.0-alpha - Clojure installer and CLI tools for windows 10

2018-08-03 Thread frericksm
sorry about that. i will add a non-official warning to the Readme Michael Am Freitag, 3. August 2018 18:43:33 UTC+2 schrieb Alex Miller: > > On Friday, August 3, 2018 at 11:42:43 AM UTC-5, Alex Miller wrote: >> >> Hi Fredrick, >> > (Sorry, misread the name - Michael!) > > >> >> I am working o

Re: ANN: clj-windows-1.0-alpha - Clojure installer and CLI tools for windows 10

2018-08-03 Thread Alex Miller
On Friday, August 3, 2018 at 11:42:43 AM UTC-5, Alex Miller wrote: > > Hi Fredrick, > (Sorry, misread the name - Michael!) > > I am working on a Powershell port and Windows install for Clojure and clj > and I hate to have your out there as a non-official but identically named > set of things.

Re: ANN: clj-windows-1.0-alpha - Clojure installer and CLI tools for windows 10

2018-08-03 Thread Alex Miller
Hi Fredrick, I am working on a Powershell port and Windows install for Clojure and clj and I hate to have your out there as a non-official but identically named set of things. Is there some way to make this less official looking and/or make it more obviously not the official one? Alex On Fri

ANN: clj-windows-1.0-alpha - Clojure installer and CLI tools for windows 10

2018-08-03 Thread frericksm
Hi, long demanded - at least by myself - i put together the missing installer for clojure and cli for windows 10. URL: https://github.com/frericksm/clj-windows/releases/tag/v1.0-alpha -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to t

Re: Two Senior Clojure developers based in Moscow looking for the interesting challenges and possibility for remote work

2018-08-03 Thread Juan Monetta
Hi Sergey, Can you send your CV to tal...@district0x.io? We are looking for remote Clojure developers. Also you can apply here https://remoteok.io/remote-jobs/66945-remote-clojurescript-developer-district0x Regards, Juan El jueves, 2 de agosto de 2018, 12:56:19 (UTC-3), Sergey Tashbayev escri

Re: Two Senior Clojure developers based in Moscow looking for the interesting challenges and possibility for remote work

2018-08-03 Thread Vladimir Bokov
Please, go here https://twitter.com/razum2um/status/1022529419502649345 as well :) пятница, 3 августа 2018 г., 0:53:23 UTC+7 пользователь Ripu Gupta написал: > > Hi Sergey, > I would have definitly helped you out in this. I do have good Clojure > Developer and Architect requirement but they are

Re: Order of preds in clojure.spec/alt

2018-08-03 Thread J
Hi Sean, unfortunately the problem is more complex. The "default" predicate i am using is a second case which sometimes overlaps with the first pred. For Example: (spec/alt :strings (spec/* string?) :length (spec/* #(< 1 (count (str % on input ["string" 1 ] matches only "st