Re: CLJS-in-CLJS; building ClojureScript from source; and stuff

2015-01-19 Thread Francis Avila
You will probably have more luck getting help in the Clojurescript group. The clojurescript-in-clojurescript project you found is defunct. In the meantime normal Clojurescript has gotten much closer to being self-hosted and work towards that end is probably best done on Clojurescript itself ins

project.clj dependencies auto-update

2015-01-19 Thread Nikita Beloglazov
TL;DR if you have clojure project on github you can setup Hatnik to update dependencies by pull request once new versions are available Hatnik is a project we started at ClojureCup. It allows you to subscribe to any libraries and perform certain actions once new versions ar

An analysis of Clojure open-source codebase

2015-01-19 Thread zirkonit
Just a fun project in my downtime – analysis of Clojure open-source code, with REPL snippets used in an accompanying Github repo. What other analysis could be done to this code, what would be of the most illustrative use to the community? http://zirkonit.svbtle.com/clojure-opensource-code-metri

New Functional Programming Job Opportunities

2015-01-19 Thread Functional Jobs
Here are some functional programming job opportunities that were posted recently: Front-end developer - JavaScript at IB5k http://functionaljobs.com/jobs/8777-front-end-developer-javascript-at-ib5k Cheers, Sean Murphy FunctionalJobs.com -- You received this message because you are subs

Re: Dynamically creating defrecord

2015-01-19 Thread Sven Richter
Thank you all for your answers and insights. As it often turns out, I don't need them. Clara rules also exposes other ways to pass data into rules. Best Regards, Sven On Sunday, January 18, 2015 at 3:34:17 AM UTC+1, Sean Corfield wrote: > > On Jan 17, 2015, at 3:04 PM, Matching Socks > wrote:

Real time stuartsierra/component system visualisations

2015-01-19 Thread JUAN ANTONIO Ruz
Hi folks, just sharing here [milesian/system-diagrams ] a tool to get real time system visualisations of your internal protocol calls in stuartsierra/component based systems You can find a couple of snapshots and instructions to use it in your cur