Re: [:ann :book] ClojureScript Unraveled

2015-07-20 Thread Torsten Uhlmann
Just bought the book- thanks for your great efforts! Bozhidar Batsov bozhi...@batsov.com schrieb am Mo., 20. Juli 2015 um 07:07 Uhr: That's a really exciting project, as a lot of people are looking to get started with ClojureScript and are finding it kind of hard because of the lack of such

Re: [ANN] Clojure 1.8.0-alpha2

2015-07-20 Thread Peter Taoussanis
Seems like a bug to me. Thanks Alex, was about to open an issue but seems you beat me to it :-) For anyone interested: http://dev.clojure.org/jira/browse/CLJ-1781 -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: 'cljsbuild' not a task

2015-07-20 Thread Juvenn Woo
Hi Bernie, please have a look at project.clj, where you might be missing plugin lein-cljsbuild https://github.com/emezeske/lein-cljsbuild -- Juvenn Woo Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday, 20 July, 2015 at 12:12 pm, Bernie Baillargeon wrote: I followed the

procrun - banging my head!

2015-07-20 Thread Colin Yates
Hi all, I am trying to get my Clojure app deployable on Windows using procrun, and I am running into a brick wall. I can install the service, but when I start it I get an error: Windows could not start the ... on Local Computer. For more information, review the System Event Log... The System

Re: procrun - banging my head!

2015-07-20 Thread Colin Yates
Ahhh, I messed up my copy and paste and anonymising. Edited inline: On Monday, 20 July 2015 12:54:35 UTC+1, Colin Yates wrote: Hi all, I am trying to get my Clojure app deployable on Windows using procrun, and I am running into a brick wall. I can install the service, but when I start it

Re: #{:rant} Questions about contribution policy and clojure compiler source.

2015-07-20 Thread Nicola Mometto
I take it you have never worked on a patch for clojure. I have, and I can tell you that it's not the indentation style the issue -- everybody likes his own and it's definitely in the maintainer's rights to chose what indentation style should be used and for contributors to adapt, I don't have a

Re: #{:eduction :performance} Trying to understand when to use eduction

2015-07-20 Thread Stuart Sierra
Thanks for the correction, Alex. On Sunday, July 19, 2015 at 12:34:37 PM UTC-4, Alex Miller wrote: seqs on eductions *are* chunked - they will fall into this case during seq: https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/RT.java#L524-L525 which produces a chunked

Re: #{:rant} Questions about contribution policy and clojure compiler source.

2015-07-20 Thread Luc Prefontaine
--- advanced warning: the following section contains a lethal form of irony, please skip it if your health condition does not tolerate irony --- Sure and I never maintained code written by others in 30 years... Never wrote patches, never had to comply with odd indentation habits. I am an

Re: procrun - banging my head!

2015-07-20 Thread David Powell
Running the .exe directly from a console window might help, as it will show you any errors as console output. I use a similar set up, but pass the parameters on the command-line rather than via environment variables. I set StartMode=jvm, StartClass=com.example.Start, and leave StartMethod unset

Re: #{:rant} Questions about contribution policy and clojure compiler source.

2015-07-20 Thread Colin Fleming
Leaving aside your usual humour, you are once again setting up a total strawman. Nicola did not say that maintenance should be as much fun as writing new code, nor did he propose rewriting anything. He made a very specific claim - that contributing to the Clojure codebase is much less pleasant

Re: 'cljsbuild' not a task

2015-07-20 Thread Bernie Baillargeon
no, I have the plugin specified: ;; CLJ AND CLJS source code path :source-paths [src/clj src/cljs] :dependencies [[org.clojure/clojure 1.7.0] [org.clojure/clojurescript 0.0-3308]] ;; lein-cljsbuild plugin to build a CLJS project :plugins [[lein-cljsbuild 1.0.6]] :hooks

Re: 'cljsbuild' not a task

2015-07-20 Thread Colin Yates
Is that hook valid? That looks wrong to me - try removing the hooks section and doing it manually from the command line. On 20 Jul 2015, at 19:02, Bernie Baillargeon bb.j...@gmail.com wrote: no, I have the plugin specified: ;; CLJ AND CLJS source code path :source-paths [src/clj

Potemkin loading issue solved (was: Clojure 1.8.0-alpha2

2015-07-20 Thread Sean Corfield
On Jul 19, 2015, at 9:58 PM, Zach Tellman ztell...@gmail.com wrote: You're also going to have to target [clj-tuple 0.2.2], since something else seems to be shadowing that depedency. Sorry for all the fuss. Yeah, potemkin 0.4.1 pulls in clj-tuple 0.2.2 (and nothing else in our system depended

Re: #{:rant} Questions about contribution policy and clojure compiler source.

2015-07-20 Thread Luc Prefontaine
Lets make it clear (the ironic portion seems to obfuscate my email). I did not criticIzed his work and if you ask me, yes his work is stellar. I fully agreed with him that maintenance is often a less than funny task. Inconsistency in code when maintaining code however is more the norm than the

Re: #{:rant} Questions about contribution policy and clojure compiler source.

2015-07-20 Thread Bozhidar Batsov
True that. While I'd prefer a more common indentation style to be adopted, I'd definitely settle just for Rich's style being applied consistently everywhere. Trying to account for indentation inconsistencies when working on a patch is not fun at all. So yeah - the real problems about the

Re: [:ann :book] ClojureScript Unraveled

2015-07-20 Thread James Elliott
This looks like it will be great when I am ready to dive into ClojureScript! Thanks for writing it. One quick erratum you may want to jump on, since it rather sticks out: The title of Section 4.4 is missing a “t” at the end. On Friday, July 17, 2015 at 12:30:34 PM UTC-5, Alejandro Gómez wrote:

Re: #{:rant} Questions about contribution policy and clojure compiler source.

2015-07-20 Thread kovas boguta
On Sun, Jul 19, 2015 at 10:19 AM, Luc Préfontaine lprefonta...@softaddicts.ca wrote: Prioritizing the 'good' form over the substance is the first step toward political correctness and lobotomy. Civility is more about form than If you can't respect people's wishes about how they want to be

[ANN] Replete ClojureScript REPL iOS app available

2015-07-20 Thread Mike Fikes
Replete 1.0 is now in the App Store http://blog.fikesfarm.com/posts/2015-07-20-ios-clojurescript-repl-available-in-app-store.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

Re: [ANN] Clojure 1.8.0-alpha2

2015-07-20 Thread Sean Corfield
Having updated clj-http from 1.0.1 to 2.0.0 to pick up a later version of Potemkin — to avoid the problem listed below — and fixed a subsequent environment issue on our end, all our dev tests pass with 1.8.0-alpha2. It probably won’t make this week’s production build, but I’m hoping to get it

Re: 'cljsbuild' not a task

2015-07-20 Thread Colin Yates
You don’t need to manage either of those JARs. Can you create a public github to share? Also, there is a new book which people are raving about (haven’t read it myself) that might be just the ticket: http://funcool.github.io/clojurescript-unraveled/

Re: [ANN] Clojure 1.8.0-alpha2

2015-07-20 Thread Adam Krieg
Wow, I've upgraded a couple of projects and builds are roughly 50% faster over 1.7.0. Is that to be expected? On Saturday, July 18, 2015 at 9:12:12 AM UTC-4, Alex Miller wrote: Clojure 1.8.0-alpha1 and 1.8.0-alpha2 are now available. Try it via - Download:

Re: Paper on Immutable Persistent Data Structures

2015-07-20 Thread Daniel Compton
Jean Niklas L'orange has some posts about it at http://hypirion.com/musings/understanding-persistent-vector-pt-1 (there's more throughout his blog if you search). On Tue, Jul 21, 2015 at 11:44 AM JvJ kfjwhee...@gmail.com wrote: Does anyone know if there exists a paper/web page describing in

Re: Paper on Immutable Persistent Data Structures

2015-07-20 Thread Leonardo Borges
The best resource I know of is Chris Okasaki's book (and thesis) on purely functional data structures: http://amzn.to/UcIidh The book isn't Clojure specific so unfortunately familiarity with either ML or Haskell is mandatory. I've written a couple of posts translating some implementations to

Paper on Immutable Persistent Data Structures

2015-07-20 Thread JvJ
Does anyone know if there exists a paper/web page describing in detail how each of Clojure's data structures are implemented? -- 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

Re: 'cljsbuild' not a task

2015-07-20 Thread Bernie Baillargeon
two things got me past thiswell, just the first, but I hit another immediately these may be rising from the newer (latest) versions of leiningen, clojure, and clojurescript. 1) the online tutorial I was working with had me creating project modern*-*cljs. I changed the *hyphen *to

Re: 'cljsbuild' not a task

2015-07-20 Thread Denis Fuenzalida
Hi Bernie, I think you're folliowing this tutorial, right? https://github.com/magomimmo/modern-cljs/blob/master/doc/tutorial-01.md ... I learned from this tutorial a while ago but the syntax for leiningen has changed since, and while the community has tried to keep the tutorial up to date,

Re: [ANN] Clojure 1.8.0-alpha2

2015-07-20 Thread Andy Fingerhut
Very likely that was the change for this ticket: http://dev.clojure.org/jira/browse/CLJ-703 Andy On Mon, Jul 20, 2015 at 7:19 PM, Adam Krieg adammkr...@gmail.com wrote: Wow, I've upgraded a couple of projects and builds are roughly 50% faster over 1.7.0. Is that to be expected? On

Re: [ANN] Clojure 1.8.0-alpha2

2015-07-20 Thread Rui Paulo
On Monday 20 July 2015 19:19:08 Adam Krieg wrote: Wow, I've upgraded a couple of projects and builds are roughly 50% faster over 1.7.0. Is that to be expected? These two changes might give you some insight: CLJ-703 Improve writeClassFile performance CLJ-1659 compile leaks files -- Rui

Re: Paper on Immutable Persistent Data Structures

2015-07-20 Thread Mohit Thatte
Hey JvJ Clojure's vectors and hash maps are primarily based on Phil Bagwell's work. Links below: Fast and space efficient trie searches, Phil Bagwell http://infoscience.epfl.ch/record/64394/files/triesearches.pdf Ideal Hash Trees, Phil Bagwell http://lampwww.epfl.ch/papers/idealhashtrees.pdf

Re: [ANN] Replete ClojureScript REPL iOS app available

2015-07-20 Thread Mars0i
Thanks very much for this. (Just installed it.) -- 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