Re: Rich Hickey's Transducers talk from Strange Loop

2014-09-19 Thread Wilker
Awesome! Thank you very much! --- Wilker Lúcio http://about.me/wilkerlucio/bio Woboinc Consultant +55 81 82556600 On Fri, Sep 19, 2014 at 5:33 PM, Bruce Durling wrote: > Alex, > > Thanks for getting the videos up so quickly! > > cheers, > Bruce > > On Fri, Sep 19, 2014 at 9:31 PM, Alex Miller

Re: [ANN] tools.analyzer[.jvm] 0.6.0 release, pass scheduler

2014-09-19 Thread Dave Sann
thanks On Friday, 19 September 2014 23:08:35 UTC+10, Nicola Mometto wrote: > > > The :pass-info metadata needed to resolve the pass dependency order is > attached to the Vars, not to the functions. > Even though we could attach that meta to the functions rather than to > the Vars, leaving aside

Re: Rich Hickey's Transducers talk from Strange Loop

2014-09-19 Thread Bruce Durling
Alex, Thanks for getting the videos up so quickly! cheers, Bruce On Fri, Sep 19, 2014 at 9:31 PM, Alex Miller wrote: > For your enjoyment... > > https://www.youtube.com/watch?v=6mTbuzafcII > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To

Rich Hickey's Transducers talk from Strange Loop

2014-09-19 Thread Alex Miller
For your enjoyment... https://www.youtube.com/watch?v=6mTbuzafcII -- 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 yo

Programming Clojure "in the large": libraries, frameworks, oh my

2014-09-19 Thread Mike Haney
Just a note - juxt/jig isn't being maintained, and has been replaced by juxt/modular. Modular is based on Stuart Sierra's component library, and mainly consists of several pre-built components and some nice helpers for wiring and configuring components. It also plays well with juxt/ceylon, whi

Re: Programming Clojure "in the large": libraries, frameworks, oh my

2014-09-19 Thread Joshua Ballanco
I think you’ve missed Immutant: http://immutant.org . I’ve used it on multiple projects for serving HTTP requests, coordinating background jobs, caching, and inter-app communication. It’s also fairly easy to get set up with a clustered configuration. On Friday, September 19, 2014 at 15:52, Dm

Re: Anyone willing to do a tutorial on minecraft modding in clojure?

2014-09-19 Thread Michael Swierczek
On Thursday, September 18, 2014 4:31:05 PM UTC-4, Jeb wrote: > > Is Bukkit an option? I've used https://github.com/CmdrDats/clj-minecraft. > Active project, fun and easy to use. > > On Thu, Sep 18, 2014 at 4:30 AM, Hi-tech Robert > wrote: > >> Hi, I am looking for tutorial on modding minecraft 1.

Re: [ANN] www.core-async.info: a new web resource for core.async

2014-09-19 Thread Wilker
One suggestion, on the menus, like on this page: http://www.core-async.info/reference Set the cursor for "pointer" on those root menu elements, so the users know that it's supposed to be clickable, I took a few to realize because of the missing pointer arrow, hehe. Also, I find it a kind hard to

Re: [ANN] Clojure Videos (with options for Linux users)

2014-09-19 Thread Wilker
Nice, started watching yesterday, they are awesome. Thank you very much. --- Wilker Lúcio http://about.me/wilkerlucio/bio Woboinc Consultant +55 81 82556600 On Fri, Sep 19, 2014 at 3:49 AM, Gomzee wrote: > I tried to open this link (https://tbaldridge.pivotshare.com). Its not > working. Can you

Re: ANN: ClojureScript 0.0-2341, Improved Analysis & Transducers

2014-09-19 Thread Wilker
Thank you for the release. --- Wilker Lúcio http://about.me/wilkerlucio/bio Woboinc Consultant +55 81 82556600 On Fri, Sep 19, 2014 at 12:49 PM, Alan Dipert wrote: > Here is a bookmarklet that turns /CLJS-\d+/ text into link: > https://dl.dropboxusercontent.com/u/12379861/cljsjira.html > > Than

Re: ANN: ClojureScript 0.0-2341, Improved Analysis & Transducers

2014-09-19 Thread Alan Dipert
Here is a bookmarklet that turns /CLJS-\d+/ text into link: https://dl.dropboxusercontent.com/u/12379861/cljsjira.html Thanks for the release! Especially CLJS-855 :-) Alan On Thursday, September 18, 2014 9:46:42 PM UTC-4, bob wrote: > It would be better that the jira issues have links. > > >

Re: Use Require and Import

2014-09-19 Thread Lee Spector
> On Sep 19, 2014, at 11:26 AM, John Gabriele wrote: > > Don't use `use`. :) Since the OP is new here I'll point out that that ":)" is probably a nod to the fact that there's a long history of controversy on the utility/evils of "use". Some (like me) think there are programming contexts in w

Re: Use Require and Import

2014-09-19 Thread John Gabriele
On Friday, September 19, 2014 2:53:24 AM UTC-4, Gomzee wrote: > > I am new to clojure can any one give me a good example answer to > differentiate between Use, Require and Import. Specially I am getting > confused with Require and Import. > > To quote Craig Andera, "require is load"; see

Re: [ANN] tools.analyzer[.jvm] 0.6.0 release, pass scheduler

2014-09-19 Thread Nicola Mometto
The :pass-info metadata needed to resolve the pass dependency order is attached to the Vars, not to the functions. Even though we could attach that meta to the functions rather than to the Vars, leaving aside that it would be less pleasant, multimethods can't have metadata attached as they are not

Simultaneous Java + Clojure development: Cider without Leiningen?

2014-09-19 Thread Tory S. Anderson
I've posted this to SO but maybe it's a better fit here. Here's the scenario: I am working on a project for a class that requires a Java solution: in particular, the key function receive

Programming Clojure "in the large": libraries, frameworks, oh my

2014-09-19 Thread Dmitry Groshev
Hello, Clojurians! We all know that Clojure is *awesome* "in the small" — it's a pleasure to develop stuff with it on the level of a function or namespace. However, what still evades me is how to program in Clojure "in the large": how to structure, say, web service in general; how should you ma

Re: [ANN] tools.analyzer[.jvm] 0.6.0 release, pass scheduler

2014-09-19 Thread Dave Sann
Hi Nicola, why do you pass a set of vars to schedule rather than a set of functions? I'm just interested. It's unusual to see #' Dave On Friday, 19 September 2014 05:07:08 UTC+10, Nicola Mometto wrote: > > > Today I released version 0.6.0 of the tools.analyzer[1] and > tools.analyzer.jvm[2] c

Re: [ANN] tools.analyzer[.jvm] 0.6.0 release, pass scheduler

2014-09-19 Thread Colin Fleming
Congratulations Nicola, that looks really excellent! On 19 September 2014 07:06, Nicola Mometto wrote: > > Today I released version 0.6.0 of the tools.analyzer[1] and > tools.analyzer.jvm[2] contrib libraries. > > With this release comes a new feature I'm really excited about and that > I belie

Re: [ANN] Nginx-Clojure v0.2.5 released!

2014-09-19 Thread Xfeep
1. You should configure JVM memory in nginx.conf, not in project.clj. 2. Nginx worker process & JVM instance are in the same process but the java heap memory is managed by JVM instance itself. On Thursday, September 18, 2014 2:21:23 PM UTC+8, larry google groups wrote: > > > > JVMs are not goot

Re: Use Require and Import

2014-09-19 Thread Michael Klishin
 On 19 September 2014 at 11:04:50, Hemant Gautam (gettingerr...@gmail.com) wrote: > So, can you please tell me when I load b.clj in REPL then what happens > and What difference comes between these Require and Import. You do not import functions. That's what :refer, an option on require, is fo

Re: Use Require and Import

2014-09-19 Thread Hemant Gautam
Thanks for your reply let me get it more clear by taking an example. Suppose I am having 2 file a.clj and b.clj a.clj code is as follows (ns com.gettingerror.a) (defn Getting ..) (defn Error ..) b.clj code is as follows ...