Re: [ANN] Cryogen - Static Site Generator

2014-11-22 Thread Ryan McGowan
Pretty cool. I'll have to compare it with incise in detail later. On Thursday, November 13, 2014 1:27:44 PM UTC-8, Carmen La wrote: > > Check out my first project! As the title says, it's a static site > generator :) > > Blog post: http://carmenla.me/blog/posts/1

Re: Thnx for clojureconj videos !!

2014-11-22 Thread Colin Fleming
Absolutely, the team did a really amazing job getting them up so quickly. This was surprisingly useful even being at the conference - I missed a few talks due to hallway track conversations, but I could still see them on the videos in time to talk to the speakers about them. Really great job. Chee

Re: lein repl timeout

2014-11-22 Thread Colin Fleming
Hi Neil, This looks like an issue a user had with Cursive a while ago, which I never totally got to the bottom of. See https://groups.google.com/d/topic/clojure-tools/lmjCX3AjAfE/discussion and the associated GitHub issue. In particular, guns wrote a really useful mail which for some reason doesn'

Re: Thnx for clojureconj videos !!

2014-11-22 Thread TP
On Sat, Nov 22, 2014 at 5:09 AM, Geraldo Lopes de Souza < geraldo...@gmail.com> wrote: > Thank you very much for clojureconj videos !! Not to be ungrateful, but it would be much better if all videos came with "table of contents" that had links to the start times of each "Chapter", "Section", "Su

lein repl timeout

2014-11-22 Thread Neil Laurance
Hi there. Hope someone can help me with an issue I am having with lein repl. I did post on StackOverflow as well, but no luck there yet. I have been using lein from my home Mac for quite some time, but hadn't start

Re: Thnx for clojureconj videos !!

2014-11-22 Thread juan.facorro
+1 They are being uploaded withing a day or less from the actual recording which is extremely awesome! https://www.youtube.com/playlist?list=PLZdCLR02grLoc322bYirANEso3mmzvCiI On Saturday, November 22, 2014 10:09:04 AM UTC-3, Geraldo Lopes de Souza wrote: > > Thank you very much for clojurecon

Re: [ANN] freactive - high performance, pure Clojurescript, declarative DOM library

2014-11-22 Thread Aaron
Also, after discussions with several people at Clojure/conj, I see that it is necessary to provide some more documentation about how the bindings (components) and data structures in this library work differently from existing solutions (especially React) and what the overall vision is. Here are

Re: [ANN] freactive - high performance, pure Clojurescript, declarative DOM library

2014-11-22 Thread Aaron
> Regarding diffing - in terms of rerendering whole subtrees every time > reactive will not perform as well as react even if diffing is implemented - > it is not designed that way. > I should probably correct this - I think i was a bit tired when I wrote it and not as impressed with diffing p

Safest way to isolate/terminate an uncooperative thread?

2014-11-22 Thread Elliot
If a thread becomes truly uncooperative (e.g. infinitely blocked or looping), is there any safe way to definitely kill it and recover its resources cleanly? A consumer can deref with timeout, or take from channel with timeout, which protects the consumer. But I'm not clear if that will do any

Re: [ANN] Amazonica: Clojure client for the entire AWS api

2014-11-22 Thread Daniel Compton
There is already a default release script included with recent versions of Leiningen. To do a release, simply run lein release :major, :minor, or :patch depending on the version bump that you want. -- Daniel > On 23/11/2014, at 1:06 pm, Sam Ritchie wrote: > > If you guys feel strongly, I'm su

Re: [ANN] Amazonica: Clojure client for the entire AWS api

2014-11-22 Thread Sam Ritchie
If you guys feel strongly, I'm sure the Amazonica maintainers would love a pull req that adds a small release script that handles this for them. I'm sure it'd get merged, and it'd be a nice, constructive way to move the discussion forward. Gary Verhaegen Nove

An introduction to writing and testing Clojure web apps

2014-11-22 Thread Jarrod Taylor
I published a five part blog series that walks through an introduction to writing and testing a Compojure application backed by a Postgres database. http://www.jarrodctaylor.com/posts/Compojure-Address-Book-Part-1/ -- You received this message because you are subscribed to the Google Groups "C

Re: Lein :repl-options and using :init-ns functions does not evaluate namespace automatically

2014-11-22 Thread Aleksandr
I found that using (:gen-class) when defining namespace solves the issue, my functions become accessible. But I don't really fully understand how it relates to lein repl in any way. I should probably try to run clojure in CLI, without lein, to better understand the process. It feels like lein ma

Lein :repl-options and using :init-ns functions does not evaluate namespace automatically

2014-11-22 Thread Aleksandr
I have defined in my project following repl configuration: :repl-options { :init-ns myproj.core } >From my understanding, any repl session started should end up in myproj.core Starting nrepl session (using cider-jack-in) in emacs does indeed show myproj.core prompt myproj.core=> ... However, no

[ANN] rete4frames, v. 5.2.1 - CLIPS-like expert system shell

2014-11-22 Thread ru
Hello all, New version 5.2.1 of rete4frames CLIPS-like expert system shell published on https://github.com/rururu/rete4frames. News: 1. Fixed nasty bug preventing matching of a variable slot in a pattern with an undefined slot in a fact. 2. Performance improvement by factor 2. 3. Corrected an

Re: Thnx for clojureconj videos !!

2014-11-22 Thread Luc Préfontaine
+1, could not make it to Washington, my agenda was tossed upside down last week but with these at least I am not missing all of it. Thank you, Luc P. > Thank you very much for clojureconj videos !! > > -- > You received this message because you are subscribed to the Google > Groups "Clojure"

[ANN] rete4frames, v. 5.2.0 - CLIPS-like expert system shell

2014-11-22 Thread ru
Hello all, New version 5.2.1 of rete4frames CLIPS-like expert system shell published on https://github.com/rururu/rete4frames. News: 1. Fixed nasty bug preventing matching of a variable slot in a pattern with an undefined slot in a fact. 2. Performance improvement by factor 2. 3. Corrected an

Thnx for clojureconj videos !!

2014-11-22 Thread Geraldo Lopes de Souza
Thank you very much for clojureconj videos !! -- 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 un