Re: Current Cider SNAPSHOT not working??

2015-11-28 Thread Bozhidar Batsov
Did you go over the instructions here https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-within-NRepl ? On 27 November 2015 at 23:33, alexander adhyatma wrote: > you need to add com.cemerick/piggieback to the project.clj (dependency > section) as well as adding cider/cider-nre

Re: Current Cider SNAPSHOT not working??

2015-11-28 Thread Karel Miarka
Thanks Alexander, all the warnings disappeared by adding the :nrepl-middleware key to the :figwheel section! On Friday, November 27, 2015 at 10:39:27 PM UTC+1, alexander adhyatma wrote: > > you need to add com.cemerick/piggieback to the project.clj (dependency > section) as well as adding cider/

Re: Current Cider SNAPSHOT not working??

2015-11-28 Thread Karel Miarka
Thanks Bozhidar for pointing out the link. There is a lot of new interesting information. I feel it is time to dig into my project.clj generated a few months ago and think about the new recommended workflow. On Saturday, November 28, 2015 at 5:51:57 PM UTC+1, Bozhidar Batsov wrote: > > Did you g

crazy idea...

2015-11-28 Thread Jules
Guys, I've had pieces of this idea wandering around my head for years now and have finally decided that the time might be right for putting them together in the context of Clojure. I'm sure that others have had similar ideas before : Imagine my Clojure program which reads in your Clojure progr

Re: crazy idea...

2015-11-28 Thread Lucas Bradstreet
Kibit (https://github.com/jonase/kibit) does many of the things that you describe, though it doesn't go as far you dream. It also uses core.logic to suggest equivalent substitutions. I'd be happy to see more work in this area. Lucas On 29 November 2015 at 02:01, Jules wrote: > Guys, > > I've ha

Re: crazy idea...

2015-11-28 Thread Lee Spector
Jules, There's work using random variation and selection to do some of the more ambitious things you've suggested. See, for example, http://geneticimprovement2015.com It'd be great to see work in this area being done in Clojure, perhaps in conjunction with some of the more deterministic meth

[ANN] com.stuartsierra/component "0.3.1"

2015-11-28 Thread Stuart Sierra
https://github.com/stuartsierra/component Bugfix release 0.3.1 contains the following changes: - Fix #40 , incorrect values for ex-data keys in missing-dependency error Leiningen dependency: [com.stuartsierra/component "0.3.1"] Full c

om next quickstart

2015-11-28 Thread William la Forge
Working my way through the quickstart tutorial for om next: https://github.com/omcljs/om/wiki/Quick-Start-%28om.next%29 Got to the point (not very far) where I enter this command: lein run -m clojure.main script/figwheel.clj clojure.lang.Compiler$CompilerException: java.io.FileNotFoundException

Re: om next quickstart

2015-11-28 Thread William la Forge
Perhaps this is the problem? openjdk version "1.8.0_40" -- 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 p

Re: om next quickstart

2015-11-28 Thread William la Forge
Switched to java version "1.8.0_31" to no avail. -- 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