Re: Best way to include dev-only functions?
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 code that use the fn ends up using a diff version without needing to be changed. I think that's what you asked? :) If so then adding a dev-only path like mentioned above, with the dev versions of the fns, and then e.g. add a wrapper macro that uses with-redefs to point the fns you want to the dev versions from the dev NS. You can then use this macro to to execute code with the dev versions, like (dev-mode (form1) (form2) ... ). On Monday, January 15, 2018 at 4:31:05 PM UTC, Jonathon McKitrick wrote: > > I’d like to have a namespace loaded with dev-only versions of some > functions. > > Is there a better way than using environ with ‘require’ and ’ns-resolve’ > to do this? > > -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[ANN] Datomic Cloud
Datomic Cloud is now available! http://blog.datomic.com/2018/01/datomic-cloud.html -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [ANN] Datomic Cloud
Congrats! On Wed, Jan 17, 2018 at 3:06 PM, Stuart Halloway wrote: > Datomic Cloud is now available! http://blog.datomic.com/2018/01/datomic- > cloud.html > > -- > 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 unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [ANN] Datomic Cloud
Cool. On Wed, Jan 17, 2018 at 6:25 AM, Jeroen van Dijk wrote: > Congrats! > > On Wed, Jan 17, 2018 at 3:06 PM, Stuart Halloway < > stuart.hallo...@gmail.com> wrote: > >> Datomic Cloud is now available! http://blog.datomic >> .com/2018/01/datomic-cloud.html >> >> -- >> 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 unsubscribe from this group, send email to >> clojure+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to clojure+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > 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 unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [ANN] Datomic Cloud
Is it / how is it possible to develop locally against the cloud version (or close enough to the cloud version) of datomic? My Datomic Pro Starter Edition license expired some 8 months ago. I don't remember if local development is allowed for subsequent versions released. thanks, Nando Aria Media Sagl +41 (0)76 303 4477 cell skype: ariamedia On Wed, Jan 17, 2018 at 4:59 PM, Alan Thompson wrote: > Cool. > > On Wed, Jan 17, 2018 at 6:25 AM, Jeroen van Dijk < > jeroentjevand...@gmail.com> wrote: > >> Congrats! >> >> On Wed, Jan 17, 2018 at 3:06 PM, Stuart Halloway < >> stuart.hallo...@gmail.com> wrote: >> >>> Datomic Cloud is now available! http://blog.datomic >>> .com/2018/01/datomic-cloud.html >>> >>> -- >>> 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 unsubscribe from this group, send email to >>> clojure+unsubscr...@googlegroups.com >>> For more options, visit this group at >>> http://groups.google.com/group/clojure?hl=en >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to clojure+unsubscr...@googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> 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 unsubscribe from this group, send email to >> clojure+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to clojure+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > 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 unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [ANN] Datomic Cloud
Hi Nando, Datomic Cloud is deeply integrated with AWS. Our recommended approach for dev is to provision a Solo system and enable the bastion server [1], then you can use it directly from your dev/staging/CI environment [2]. Cheers, Stu [1] https://docs.datomic.com/cloud/getting-started/configuring-access.html#authorize-bastion [2] https://docs.datomic.com/cloud/getting-started/connecting.html#socks-proxy On Wed, Jan 17, 2018 at 3:46 PM, Nando Breiter wrote: > Is it / how is it possible to develop locally against the cloud version > (or close enough to the cloud version) of datomic? > > My Datomic Pro Starter Edition license expired some 8 months ago. I don't > remember if local development is allowed for subsequent versions released. > > thanks, > > Nando > > > > Aria Media Sagl > +41 (0)76 303 4477 <+41%2076%20303%2044%2077> cell > skype: ariamedia > > On Wed, Jan 17, 2018 at 4:59 PM, Alan Thompson wrote: > >> Cool. >> >> On Wed, Jan 17, 2018 at 6:25 AM, Jeroen van Dijk < >> jeroentjevand...@gmail.com> wrote: >> >>> Congrats! >>> >>> On Wed, Jan 17, 2018 at 3:06 PM, Stuart Halloway < >>> stuart.hallo...@gmail.com> wrote: >>> Datomic Cloud is now available! http://blog.datomic .com/2018/01/datomic-cloud.html -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. >>> >>> -- >>> 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 unsubscribe from this group, send email to >>> clojure+unsubscr...@googlegroups.com >>> For more options, visit this group at >>> http://groups.google.com/group/clojure?hl=en >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to clojure+unsubscr...@googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> 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 unsubscribe from this group, send email to >> clojure+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to clojure+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > 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 unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
numeric-tower versus clojure 1.9
Is clojure.math.numeric-tower incompatible with clojure 1.9? The numeric tower is still at version 0.0.4, 4 years old. WHen I try to use I get the error 1. Caused by java.io.FileNotFoundException Could not locate clojure/math/numeric_tower__init.class or clojure/math/numeric_tower.clj on classpath. Please check that namespaces with dashes use underscores in the Clojure file name. In particular math.numeric-tower does not seem to obey the dash->underscore convention, nor does the installation seem to include init.class or .clj files. -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: numeric-tower versus clojure 1.9
Did you put [org.clojure/math.numeric-tower "0.0.4"] in your leiningen project.clj file? On Wed, Jan 17, 2018 at 2:26 PM, Andrew Dabrowski wrote: > Is clojure.math.numeric-tower incompatible with clojure 1.9? The numeric > tower is still at version 0.0.4, 4 years old. WHen I try to use I get the > error > > 1. Caused by java.io.FileNotFoundException >Could not locate clojure/math/numeric_tower__init.class or >clojure/math/numeric_tower.clj on classpath. Please check that >namespaces with dashes use underscores in the Clojure file name. > > In particular math.numeric-tower does not seem to obey the > dash->underscore convention, nor does the installation seem to include > init.class or .clj files. > > -- > 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 unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: numeric-tower versus clojure 1.9
Yes. On Wednesday, January 17, 2018 at 5:44:18 PM UTC-5, puzzler wrote: > > Did you put > > [org.clojure/math.numeric-tower "0.0.4"] > > in your leiningen project.clj file? > > > On Wed, Jan 17, 2018 at 2:26 PM, Andrew Dabrowski > wrote: > >> Is clojure.math.numeric-tower incompatible with clojure 1.9? The numeric >> tower is still at version 0.0.4, 4 years old. WHen I try to use I get the >> error >> >> 1. Caused by java.io.FileNotFoundException >>Could not locate clojure/math/numeric_tower__init.class or >>clojure/math/numeric_tower.clj on classpath. Please check that >>namespaces with dashes use underscores in the Clojure file name. >> >> In particular math.numeric-tower does not seem to obey the >> dash->underscore convention, nor does the installation seem to include >> init.class or .clj files. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to clo...@googlegroups.com >> >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> clojure+u...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to clojure+u...@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: numeric-tower versus clojure 1.9
It does use the underscore naming convention: https://github.com/clojure/math.numeric-tower/tree/master/src/main/clojure/clojure/math So I suspect there's something strange about your classpath or the dependencies haven't been downloaded, or something along those lines. On Wed, Jan 17, 2018 at 2:54 PM, Andrew Dabrowski wrote: > Yes. > > On Wednesday, January 17, 2018 at 5:44:18 PM UTC-5, puzzler wrote: >> >> Did you put >> >> [org.clojure/math.numeric-tower "0.0.4"] >> >> in your leiningen project.clj file? >> >> >> On Wed, Jan 17, 2018 at 2:26 PM, Andrew Dabrowski >> wrote: >> >>> Is clojure.math.numeric-tower incompatible with clojure 1.9? The >>> numeric tower is still at version 0.0.4, 4 years old. WHen I try to use I >>> get the error >>> >>> 1. Caused by java.io.FileNotFoundException >>>Could not locate clojure/math/numeric_tower__init.class or >>>clojure/math/numeric_tower.clj on classpath. Please check that >>>namespaces with dashes use underscores in the Clojure file name. >>> >>> In particular math.numeric-tower does not seem to obey the >>> dash->underscore convention, nor does the installation seem to include >>> init.class or .clj files. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To post to this group, send email to clo...@googlegroups.com >>> Note that posts from new members are moderated - please be patient with >>> your first post. >>> To unsubscribe from this group, send email to >>> clojure+u...@googlegroups.com >>> For more options, visit this group at >>> http://groups.google.com/group/clojure?hl=en >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to clojure+u...@googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > 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 unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: Russ olsen's Clojure Book
Thanks Sean. On Tuesday, January 16, 2018 at 8:08:22 PM UTC-8, Sean Corfield wrote: > > https://pragprog.com/book/roclojure/getting-clojure -- “This title will > be available on or about 2018-08-10.” > > > > I’m a bit surprised it wasn’t available under their Beta program… > > > > 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." > -- Margaret Atwood > > > -- > *From:* clo...@googlegroups.com > on behalf of William Swaney > > *Sent:* Saturday, January 13, 2018 4:53:00 PM > *To:* Clojure > *Subject:* Re: Russ olsen's Clojure Book > > Any idea when it'll be published? I don't see it at Pragmatic's site yet, > nor at Amazon. > > Bill > > On Wednesday, June 29, 2011 at 8:09:56 PM UTC-7, Sayth Renshaw wrote: >> >> >> Just wanted to put a shout out to Russ Olsen to see what would be >> needed to get a Russ Olsen book on clojure to happen. I am reading >> design principles in Ruby and its a great read, I feel I am learning >> much moe than just Ruby which is why I am reading it. >> >> I woould absolutely love to read how Russ would apply these design >> principles to Clojure a more functional language. His books are all 5 >> star reads(amazon ratings) and would greatly enjoy being able to read >> a Russ Olsen clojure book. >> >> Is there any way we could help this to happen? Is anyone else >> interested in such a book? >> >> Sayth > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clo...@googlegroups.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+u...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+u...@googlegroups.com . > For more options, visit https://groups.google.com/d/optout. > -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[ANN] Datomic Cloud
Yes! Thanks for your hard work on this. I was looking for the AMI after your Conj talk but couldn’t find it... thought my mad search skills had degraded. Good timing too, looking to provision very soon. Alan -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Clojure career advise?
Hi, all, My name is Leandro Doctors. I am a member of ClojureBA, currently based in Buenos Aires, Argentina. I write you for some career advise on getting my first (paid) Clojure job. I have been wondering about this for some time now... *How do we break the circle?* (lack of jobs -> lack of developers -> lack of jobs...) Within ClojureBA, almost all of us would love getting a Clojure-centered job. However, hardly any company here would use the language. In fact, there is only one guy active in the group who has an actual Clojure job (a remote one, BTW). The rest of us, do Clojure in our spare time. In my particular case, I have been playing with Clojure for over a year now. Now, I am working towards getting real, professional (read: paid) Clojure experience. >From what I can see: -there are plenty of Clojure jobs in the EU and the US, with Clojure positions being difficult to fill -people such as @seancorfield have recently praised the idea of a training period (see the recent discussion on the #jobs-discuss Clojurians Slack channel). *Would anyone here know of companies open to offering a (remote/on-site) training period?* By training period I mean one or two months during which they would work with them (most likely, remotely-based), follow that person up and see how the relationship evolves after a month or two. A win-win situation, with low risk for both parties. If not, what would you advise to someone in my situation to improve the likeness of getting his/her first (paid) Clojure job? (I have international experience and speak several languages) Thank you in advance, Leandro -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: numeric-tower versus clojure 1.9
I can't reproduce that locally. Checking with the new clojure 1.9 clj tool: $ echo '{:deps {org.clojure/math.numeric-tower {:mvn/version "0.0.4"}}}' > deps.edn $ clj Clojure 1.9.0 user=> (require '[clojure.math.numeric-tower :as n]) nil user=> (dir n) MathFunctions abs ceil ... On Wednesday, January 17, 2018 at 4:26:44 PM UTC-6, Andrew Dabrowski wrote: > > Is clojure.math.numeric-tower incompatible with clojure 1.9? The numeric > tower is still at version 0.0.4, 4 years old. WHen I try to use I get the > error > > 1. Caused by java.io.FileNotFoundException >Could not locate clojure/math/numeric_tower__init.class or >clojure/math/numeric_tower.clj on classpath. Please check that >namespaces with dashes use underscores in the Clojure file name. > > In particular math.numeric-tower does not seem to obey the > dash->underscore convention, nor does the installation seem to include > init.class or .clj files. > -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.