Re: Clojure version and quil

2016-09-07 Thread Mars0i
The general principle is that the Clojure version that you get when you run 'lein repl' will be the one specified in the project.clj file in the directory you're in when you run 'lein repl'. (Nikita's link illustrates how the Clojure version is specified in project.clj.) When you run

Efficient comparison of persistent structures

2016-09-07 Thread Marshall handheld Flax
Suppose I create a decently-sized persistent map, and then make a small change. Clojure is extremely efficient at creating a second persistent map that shares most of its internal data with the first map, but clojure.data/diff appears to be unable to take advantage of that shared internal

Re: [ANN] Clojure 1.9.0-alpha12

2016-09-07 Thread lvh
CLJ-1224 appears to have broken Datascript, which now doesn’t compile: Exception in thread "main" java.lang.AssertionError: The names in #{__hash __meta __hasheq __extmap} cannot be used as field names for types or records., compiling:(datascript/db.cljc:369:1) The ticket mentions CLJS compat;

Re: [ANN] defn Podcast Episode #9 Onyx

2016-09-07 Thread William Swaney
Cool, really looking forward to listening to this. Thanks for the work, guys. Bill On Tuesday, September 6, 2016 at 11:24:31 PM UTC-7, Vijay Kiran wrote: > > Hello Everyone, > > The new episode of defn podcast is now available, Onyx with Michael > Drogalis and Lucas Bradstreet! You can

[ANN] Clojure 1.9.0-alpha12

2016-09-07 Thread Alex Miller
Clojure 1.9.0-alpha12 is now available. Try it via - Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0-alpha12 - Leiningen: [org.clojure/clojure "1.9.0-alpha12"] 1.9.0-alpha12 includes the following changes since 1.9.0-alpha11: - spec performance has been improved for many use

Re: [ANN] "Real" air traffic control system + flight simulator

2016-09-07 Thread ru
News: 1. No need for Leiningen to run application. 2. Fixed crashes on landing in Cesium v.1.25 суббота, 3 сентября 2016 г., 8:39:49 UTC+3 пользователь ru написал: > > Hi, > > "Real" air traffic control system and flight simulator - client-server > ClojureScript-Clojure application based on: >

Re: Clojure version and quil

2016-09-07 Thread Nikita Beloglazov
Hi Jerome That's odd. Can you post project.clj generated from "lein new quil drawing"? In my case it generates this: https://gist.github.com/nbeloglazov/511afe2e43213b0ae7bb51ec73e20169 What version of lein do you have (run "lein version")? Nikita On Tuesday, September 6, 2016 at 2:00:35 PM

ANN: Shapeshiftr 0.1.0 - altcoin conversion

2016-09-07 Thread Moe Aboulkheir
shapeshiftr is a Clojure/script client for the shapeshift.io cryptocurrency/altcoin exchange, which allows easy conversion of a variety of currencies (without any need for registration). The remote API is CORS-enabled - the client works in browsers

Re: Using clojure.spec for api migrations?

2016-09-07 Thread Jeroen van Dijk
Oh I meant `clojure.spec/gen` instead of `clojure.spec/with-gen`. `clojure.spec/gen` has an overrides option. I (think I) need something like this to cleanly change the unforming action in a nested spec. Jeroen On Tue, Sep 6, 2016 at 8:00 PM, Jeroen van Dijk wrote:

[ANN] defn Podcast Episode #9 Onyx

2016-09-07 Thread Vijay Kiran
Hello Everyone, The new episode of defn podcast is now available, Onyx with Michael Drogalis and Lucas Bradstreet! You can listen to it on SoundCloud[1] or via itunes[1] We'd really appreciate your comments or feedback :) Enjoy, Ray & Vijay [1]