Re: Running a certain function of your project

2016-07-15 Thread Erik Assum
If you're on OSX and not opposed to Clojurescript, Planck[1] starts up in no time and is very useful for scripting and playing around. There is also replete if you have an iOS device. 1 http://planck-repl.org/ Erik. -- i farta > Den 14. jul. 2016 kl. 23.15 skrev Cecil Westerhof : > > In m

Re: Error when upgrading yesql from 0.4.2 to 0.5.0

2016-07-15 Thread Cecil Westerhof
2016-07-15 2:19 GMT+02:00 Sean Corfield : > Google has the Migration Guide cached, if that helps: > > > > > https://webcache.googleusercontent.com/search?q=cache:zvoaA9nrTaUJ:https://github.com/krisajenkins/yesql/wiki/Migration+&cd=1&hl=en&ct=clnk&gl=us&client=safari > > > > And, yes, a LOT of AP

Re: Running a certain function of your project

2016-07-15 Thread Cecil Westerhof
2016-07-15 9:12 GMT+02:00 Erik Assum : > If you're on OSX and not opposed to Clojurescript, Planck[1] starts up in > no time and is very useful for scripting and playing around. > > There is also replete if you have an iOS device. > > 1 http://planck-repl.org/ > ​I myself are on Linux, but maybe

Re: Running a certain function of your project

2016-07-15 Thread Erik Assum
It's coming to Linux as well. Erik. -- i farta > Den 15. jul. 2016 kl. 10.41 skrev Cecil Westerhof : > > I myself are on Linux, but maybe interesting for someone else. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send e

Re: Running a certain function of your project

2016-07-15 Thread Cecil Westerhof
2016-07-15 10:54 GMT+02:00 Erik Assum : > It's coming to Linux as well. > ​I will keep an eye out then. :-) ​ > > Den 15. jul. 2016 kl. 10.41 skrev Cecil Westerhof < > cldwester...@gmail.com>: > > > > I myself are on Linux, but maybe interesting for someone else. > -- Cecil Westerhof -- Yo

Good Open Source project to learn Clojure

2016-07-15 Thread Cecil Westerhof
I did not work with Clojure for about a year I think. And before that I only made one little desktop application for myself and played with some little stuff like Happy Numbers. There is a big chance I will get a Clojure project soon, so it would be good to get up to speed. Anyone an idea what a go

Re: How I can access protected field of superclass from my generated by "gen-class" subclass?

2016-07-15 Thread ru
Ron! Thank you for the interesting example. I myself come to a simple solution, based on storing reference to the class object in THIS Var. (:gen-class :name com.bbn.openmap.layer.etopo.ETOPOEleLayer :extends com.bbn.openmap.layer.etopo.ETOPOLayer :exposes {dataBuffer {:get getDataBuffer}

Clojure Spec, performance and workflows

2016-07-15 Thread Kjetil Thuen
Hi. I was sent here from the Clojurians Slack after posting a question there about the performance of clojure.spec (or actually cljs.spec). After having specced most of my data structures and all of the functions in a couple of namespaces, I am seeing my test suite taking 5 minutes to complete

Re: lein repl and own functions

2016-07-15 Thread Gary Fredericks
I use lein-shorthand , which makes arbitrary functions available to me in any project (or no project) and namespace. Gary On Thursday, July 14, 2016 at 8:53:03 AM UTC-5, Cecil Westerhof wrote: > > When I first worked with Clojure I used a Bash script

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-15 Thread Yoko Harada
Boris, Yes! That's what I want to know. Also, the jar archive is the one ClojureBridge will use. Thanks! - Yoko On Thu, Jul 14, 2016 at 11:51 PM, Boris Kourtoukov wrote: > Hi Yoko, > > If all you need is standalone jar versions of Nightcode you can see all > the past releases here: https://gi

Re: Use latest stable

2016-07-15 Thread Matthew Boston
On the topic of keeping dependencies up-to-date, I use https://www.versioneye.com. I sign in with GitHub and it watches all the projects that I choose for out-of-date deps. It sends me a weekly/daily email so I'm rarely behind every new release. Cheers. On Thursday, July 14, 2016 at 11:58:41 A

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-15 Thread Zach Oakes
I will definitely look into the REPL issue this weekend. Sorry about that regression -- there are some rough edges right now. My users are also my beta testers :) On Thursday, July 14, 2016 at 10:46:17 PM UTC-4, yokolet wrote: > > Thanks for the update! A single REPL window on the new version lo

Re: Clojure Spec, performance and workflows

2016-07-15 Thread Rich Hickey
Thanks for your feedback. I've been anticipating this discussion, and my response here is directed to everyone, not just your problem. Using specs and instrument+generative testing is much different than the example-based testing that has happened thus far, and should deliver substantially grea

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-15 Thread Yoko Harada
Zach, Here's additional info. Hitting ENTER key a couple of times, at least, one more, fixes the problem. Probably, reloading has a problem. If I don't hit Reload button, this weird behavior doesn't happen. If I hit Reload button, or type (require ... :reload) in REPL, this weird behavior starts.

Re: Good Open Source project to learn Clojure

2016-07-15 Thread Jason Felice
We'd love to have you on Avi: https://github.com/maitria/avi If you normally use vim, the problem domain is easy to understand, and it provides plenty of interesting problems to solve. -Jason On Fri, Jul 15, 2016 at 6:49 AM, Cecil Westerhof wrote: > I did not work with Clojure for about a yea

Clojure News is out

2016-07-15 Thread Ertuğrul Çetin
Hi Everyone, I'm very excited to announce that Clojure News(Beta) https://clojure.news is out which is Hacker News Clone built for Clojurists. My goal is gathering Clojurists under one roof and helping Clojure Community to improve. It has cool and community driven features. P.S: It is open so

Re: Good Open Source project to learn Clojure

2016-07-15 Thread Shaun Mahood
Try checking out some of the projects on http://open-source.braveclojure.com/ On Friday, July 15, 2016 at 4:49:45 AM UTC-6, Cecil Westerhof wrote: > > I did not work with Clojure for about a year I think. And before that I > only made one little desktop application for myself and played with so

Re: Clojure Spec, performance and workflows

2016-07-15 Thread Colin Yates
Just dipping in to say the pragmatism and maturity around here is hugely attractive compared to other tech communities. +1. In terms of reducing the impact of a change, I have found ruthlessly separating out into separate libraries very beneficial here. lein's 'checkout' capability makes it not mu

[ANN] Uruk: Clojure lib for MarkLogic NoSQL databases

2016-07-15 Thread Dave Liepmann
Hi folks. I am releasing Uruk, a Clojure library for accessing MarkLogic NoSQL databases via the XML Content Connector API. Please see https://github.com/daveliepmann/uruk and Clojars . Feedback is welcome. Many thanks go to LambdaWerk f

[ANN] io.aviso/config 0.2.0

2016-07-15 Thread Howard Lewis Ship
io.aviso/config - Smart and flexible system configuration Config is a very small library used to handle configuration of a server; it works quite well with a system defined in terms of Stuart Sierra’s component library. config embraces the idea that your production configuration is different than

Re: [ANN] io.aviso/config 0.2.0

2016-07-15 Thread Howard Lewis Ship
https://github.com/AvisoNovate/config/ On Fri, Jul 15, 2016 at 12:11 PM, Howard Lewis Ship wrote: > io.aviso/config - Smart and flexible system configuration > > Config is a very small library used to handle configuration of a server; > it works quite well with a system defined in terms of Stuar

Re: Clojure 1.9.0-alpha10: Semantic mismatch: any? vs not-any?

2016-07-15 Thread Atamert Ölçgen
On Mon, Jul 11, 2016 at 9:01 PM, Alan Thompson wrote: > In clojure we are used to shortcuts involving not: > > (when-not x ...) => (when (not x) ...) > (if-not x ...) => (if (not x) ...) > (not-every? pred coll) => (not (every? pred coll)) > (not-any? pred coll) => (not (s

Re: where to find clojure gigs?

2016-07-15 Thread rob
We're (http://www.Omnypay.net) looking for Clojurians to work short term with the eventual possibility of long term. Drop me a note (j...@omnypay.net or direct if you know my direct email) and let me know what you are looking for and your experience. Thanks! Rob On Wednesday, July 13, 2016 a

Re: Clojure 1.9.0-alpha10: Semantic mismatch: any? vs not-any?

2016-07-15 Thread Sean Corfield
On 7/15/16, 12:27 PM, "Atamert Ölçgen" wrote: > > (defn any? > >  [x] true) > I can't think of a single use case where this function would be useful I don’t speak for Clojure/core but… This will be used in some of the spec in clojure.java.jdbc 0.6.2 because there are functions whose result type

Re: Clojure 1.9.0-alpha10: Semantic mismatch: any? vs not-any?

2016-07-15 Thread Alex Miller
On Friday, July 15, 2016 at 2:27:56 PM UTC-5, Atamert Ölçgen wrote: > > > I can't think of a single use case where this function would be useful. I > would either inline true instead of a function call, or I would supply > (constantly true) if a function is expected. > > I am sure it wouldn't be

Re: where to find clojure gigs?

2016-07-15 Thread Ertuğrul Çetin
Also you can try this: https://clojure.news/#/job On Thursday, July 14, 2016 at 12:15:36 AM UTC+3, ojito wrote: > > I'm looking for short term clojure gigs to work on? Does anyone know where > to find such gigs or know anyone who needs some clojure work done? > -- You received this message beca

Re: [ANN] Clojure 1.9.0-alpha5

2016-07-15 Thread Howard M. Lewis Ship
I hit this too and after an embarrasingly long time, found out the `lein clean` took care of it; I had some previously AOTed code lying around in target. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@goo

Re: Use latest stable

2016-07-15 Thread James Elliott
I was going to recommend the same thing! I used to use lein ancient all the time, but now love how VersionEye keeps track of all my open source projects for me so I don’t have to do that. That became even more important as the projects started spinning off other projects. :) On Friday, July 15,

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-15 Thread Dave Yarwood
Nightcode 2 is already looking great! I'm looking forward to seeing how it develops. I'm also tickled that there is an Audio App template using Alda! Let me know if there's anything Alda-related I can help with :) On Wednesday, July 13, 2016 at 1:58:05 PM UTC-4, Zach Oakes wrote: > > TL;DR: Nig

Re: where to find clojure gigs?

2016-07-15 Thread ojito
> https://clojure.news/#/job slick design! is this a clone of HN? what's the repo url? On Wednesday, July 13, 2016 at 2:15:36 PM UTC-7, ojito wrote: > > I'm looking for short term clojure gigs to work on? Does anyone know where > to find such gigs or know anyone who needs some clojure work done?