into-array without the extra seq

2016-05-11 Thread László Török
Hi, The other day I was trying to do an (into (long-array 0) xform some-vec) which doesn't work, then I realized there is *into-array* for that, however, it turns everything into a *seq* first. Is there any plans for extending *into* to hand primitive array, or rewriting *into-array* to do

core.match: order of patterns

2015-01-29 Thread László Török
Hi, I started experimenting with core.match. One thing that isn't obvious to me, how it should work when matching more than one pattern. In the following example, the expression returns 3 or 4 depending on which pattern comes first: (require '[clojure.core.match :as cm]) (cm/match [:a true

Re: CIDER 0.8.2 released!

2014-12-21 Thread László Török
group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- László Török -- You received this message because you are subscribed to the Google Groups Clojure

Re: futures + refs

2014-12-11 Thread László Török
https://groups.google.com/d/optout. -- László Török -- Checkout http://www.lollyrewards.com/ -- 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

Re: futures + refs

2014-12-11 Thread László Török
figured trying to optimize my code couldn't hurt, though. On Thu, Dec 11, 2014 at 11:43 AM, László Török ltoro...@gmail.com wrote: Hi Sam, have you tried putting the incoming (hashtag,tweet) tuples into a queue and have another thread pull them out and upload them to couchdb? I'm unfamiliar

Re: clojure.edn won't accept clojure.java.io/reader? How to work around this and why isn't this documented anywhere?

2014-12-08 Thread László Török
it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- László Török -- 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

assert inside an if-let

2014-11-19 Thread László Török
Hi, the following form doesn't compile and I see no reason why it shouldn't: (if-let [a a] a (assert a)) IMHO it is a bug. If anyone is of a different opinion please share. Thanks, -- László Török -- You received this message because you are subscribed to the Google Groups Clojure group

Re: assert inside an if-let

2014-11-19 Thread László Török
block, and can't compile. On Wednesday, November 19, 2014 3:34:13 PM UTC+1, Las wrote: Hi, the following form doesn't compile and I see no reason why it shouldn't: (if-let [a a] a (assert a)) IMHO it is a bug. If anyone is of a different opinion please share. Thanks, -- László Török

Re: Idiomatic way to return a single value from an async function

2014-11-11 Thread László Török
=en --- You received this message because you are subscribed to the Google Groups Clojure group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- László

Re: On Testing

2014-10-31 Thread László Török
+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- László Török Checkout justonemorepoint.com - Know your true value -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email

Re: Transducers: Why left to right rather than right to left?

2014-10-30 Thread László Török
to the Google Groups Clojure group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- László Török Checkout justonemorepoint.com - Know your true value -- You

Re: Expanding The Use Of Transducers To Atoms?

2014-10-27 Thread László Török
. For more options, visit https://groups.google.com/d/optout. -- László Török Checkout justonemorepoint.com - Know your true value -- 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

Re: [ANN] Async Ring 0.1.0

2014-09-09 Thread László Török
://groups.google.com/d/optout. -- László Török Checkout Lollyrewards.com http://www.lollyrewards.com - Giving credit, getting credit. Follow us on Twitter @lollyrewards https://twitter.com/lollyrewards Stay up to date on the latest offers by liking our Facebook page https://www.facebook.com

Re: [ANN] Prone: Exception/debugging middleware

2014-09-02 Thread László Török
and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- László Török Checkout Lollyrewards.com http://www.lollyrewards.com - Giving credit, getting credit. -- You received this message because

Re: [ANN] core.async (and more) video tutorials

2014-05-27 Thread László Török
Hi, Btw When I click on the download video button, nothing gets downloaded. Tried on Firefox/Chrome - Mac. Is that a known issue? Same here. I could only download the videos I paid for, but not the free one. Also, I had sent you this email via support on that site but didn't get any

Re: Question: defrecord accessor efficiency without protocols

2014-05-16 Thread László Török
=en --- You received this message because you are subscribed to the Google Groups Clojure group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- László

Re: data associated with a particular state

2014-03-25 Thread László Török
AFAIK the only thing that records do not support compared to StructMaps is namespaced keyword lookup, i.e. (:some-ns/a-key a-record). If you do not need this, you should consider using records. Las On Tue, Mar 25, 2014 at 4:52 PM, Moritz Ulrich mor...@tarn-vedra.de wrote: The data type

Re: STM and persistent data structures performance on mutli-core archs

2014-03-20 Thread László Török
to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- László Török Checkout Lollyrewards.com http://www.lollyrewards.com - Giving credit, getting credit. Follow us on Twitter @lollyrewards https://twitter.com/lollyrewards Stay up to date

Re: Email delivery libs not working

2014-02-24 Thread László Török
it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- László Török -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

(go (loop [ ..] (try ... (catch ..)))) won't compile

2014-01-22 Thread László Török
of an alternative right now, any ideas? -- László Török -- -- 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

Re: (go (loop [ ..] (try ... (catch ..)))) won't compile

2014-01-22 Thread László Török
Sorry, too eager too soon. (loop (try ..) ) obviously doesn't work :) 2014/1/22 László Török ltoro...@gmail.com Hi, I have a processing loop in a go block and I wanted to make sure that the processing continue with the next iteration if an exception is thrown. The following code doesn't

Re: (go (loop [ ..] (try ... (catch ..)))) won't compile

2014-01-22 Thread László Török
On 22 January 2014 11:05, László Török ltoro...@gmail.com wrote: Hi, I have a processing loop in a go block and I wanted to make sure that the processing continue with the next iteration if an exception is thrown. The following code doesn't seem to be accepted by the go macro: (go (loop

Re: contains? and transient set

2013-12-04 Thread László Török
Clojure group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- László Török -- -- You received this message because you are subscribed to the Google

Re: contains? and transient set

2013-12-04 Thread László Török
. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- László Török -- -- You received this message because you are subscribed to the Google Groups Clojure

Re: ANN 2 years of ClojureWerkz

2013-11-20 Thread László Török
Hi Michael, outstanding work, thanks for taking the lead on this effort and many thanks to all the contributors. Las Sent from my phone On Nov 20, 2013 12:13 AM, Bruce Durling b...@otfrom.com wrote: Michael, Congrats and keep on going. I love using your libraries. cheers, Bruce On Tue,

Re: abysmal multicore performance, especially on AMD processors

2013-11-06 Thread László Török
emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- László Török -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email

Re: always function?

2013-08-25 Thread László Török
. -- László Török -- -- 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 unsubscribe from

Re: [ANN] Carmine (Redis client) v2, Nippy (serializer) v2 are out

2013-07-22 Thread László Török
Peter this is wonderful, kudos! I'll give it a spin tonight. Las Sent from my phone On Jul 22, 2013 7:04 PM, Peter Taoussanis ptaoussa...@gmail.com wrote: Hey all, quick update: just pushed *Carmine v2.0.0* and *Nippy v2.0.0* to Clojars. Carmine: GitHub

clojure 1.5 cheatsheet?

2013-06-24 Thread László Török
Hi, is there a clojure 1.5 cheatsheet somewhere, the last I could find was 1.4. Thanks, -- László Török -- -- 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

Re: clojure 1.5 cheatsheet?

2013-06-24 Thread László Török
, terjesb terj...@gmail.com wrote: http://jafingerhut.github.io kl. 11:38:41 UTC+2 mandag 24. juni 2013 skrev Las følgende: Hi, is there a clojure 1.5 cheatsheet somewhere, the last I could find was 1.4. Thanks, -- László Török -- -- You received this message because you are subscribed

Re: Clojure 1.6 API: clojure.lang.IFn and clojure.api.API

2013-06-24 Thread László Török
Thanks Kevin, it's all clear now. Sent from my phone On Jun 24, 2013 6:38 PM, Kevin Downey redc...@gmail.com wrote: On 6/24/13 7:53 AM, Jörg Winter wrote: Hi Stuart, ok, so my question is actually more about how to create some clojure Runtime, filling it with additional namespaces, i.e.

Re: Clojure 1.6 API: clojure.lang.IFn and clojure.api.API

2013-06-23 Thread László Török
Can you please provide an example for such a usw cause? Thanks Las On Jun 23, 2013 1:38 PM, Stuart Halloway stuart.hallo...@gmail.com wrote: Hi Joerg, I am not sure I understand your question. The API class is for intraprocess communication, not interprocess. All API does is provide a

Re: multimethods for non constant values?

2013-06-23 Thread László Török
options, visit https://groups.google.com/groups/opt_out. -- László Török -- -- 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

Re: Why does peek on a seq of vector fail?

2013-06-20 Thread László Török
. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- László Török -- -- You received this message because you are subscribed to the Google Groups Clojure group

Re: cannot import namespace reducers

2013-06-16 Thread László Török
this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- László Török -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post

Re: cannot import namespace reducers

2013-06-16 Thread László Török
.. sorry, gmail's new annoying keyboard shortcut b) include the dependency to the forkjoin library [1] that is not included in Java6 Las [1] http://mavenhub.com/mvn/central/org.coconut.forkjoin/jsr166y/070108 2013/6/16 László Török ltoro...@gmail.com Hi, there are two ways to deal

Re: cannot import namespace reducers

2013-06-16 Thread László Török
. -- László Török -- -- 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 unsubscribe from this group, send

Re: cannot import namespace reducers

2013-06-16 Thread László Török
I'm on Java7 and OS X 10.8.4, no problem over here. :) 2013/6/16 Johannes Brauer bra...@nordakademie.de thank you, Las, for the quick tip. I will give Java 7 a try. I hope there are no problems on Mac OS 10.8.4 Johannes Am 16.06.2013 um 22:15 schrieb László Török ltoro...@gmail.com

Re: cannot import namespace reducers

2013-06-16 Thread László Török
schrieb László Török ltoro...@gmail.com : .. sorry, gmail's new annoying keyboard shortcut b) include the dependency to the forkjoin library [1] that is not included in Java6 Las [1] http://mavenhub.com/mvn/central/org.coconut.forkjoin/jsr166y/070108 2013/6/16 László Török ltoro

Re: cannot import namespace reducers

2013-06-16 Thread László Török
of (require '[clojure.core.reducers :as r]) generates the message: Exception namespace 'clojure.core.reducers' not found clojure.core/load-lib (core.clj:5380) Johannes Am 16.06.2013 um 23:16 schrieb László Török ltoro...@gmail.com : are you on clojure 1.5+ ? If I launch the REPL using

Re: Looking for Clojure freelancers

2013-06-03 Thread László Török
options, visit https://groups.google.com/groups/opt_out. -- László Török -- -- 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

Re: Looking for Clojure freelancers

2013-06-03 Thread László Török
Damn Gmail, sorry this was not meant for the list. 2013/6/3 László Török ltoro...@gmail.com Hi Peter, I might be interested. I am a PhD candidate in Munich, where are you based? Regards, Laszlo Török 2013/6/3 Peter Taoussanis ptaoussa...@gmail.com Hi all, From time to time I have

Re: Problem seting up ritz nrepl in emacs

2013-06-03 Thread László Török
Hi, I think ac-nrepl doesn't play nice with ritz, try disabling it. Las Sent from my phone On Jun 3, 2013 5:28 PM, Novi Border novibor...@gmail.com wrote: Hi I am currently developing clojure in sublime text, and have tried eclipse before, but I would like to switch to emacs for all the

Re: Problem seting up ritz nrepl in emacs

2013-06-03 Thread László Török
from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- László Török -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Re: [ANN] Leiningen 2.2.0 released

2013-05-29 Thread László Török
This amazing! Thanks everyone who contributed! Sent from my phone On May 29, 2013 7:37 PM, Phil Hagelberg p...@hagelb.org wrote: Greetings fellow humans. I'm happy to announce the release of Leiningen 2.2.0. Notable new features include support for -javaagent, (used for certain VM-level

Re: [ANN] http-kit 2.0.0 released

2013-05-03 Thread László Török
...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- László Török -- -- 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

Re: [ANN] Prismatic's Plumbing/Graph 0.1.0 is released with huge performance improvements

2013-05-02 Thread László Török
Hi, First all congratulations to the new release! Looking at the change log, I'm not sure I understand the following: Explicit output-schema metadata on a fnk is taken as gold, rather than being merged with explicit data by analyzing the fnk body, and must be explicit rather than a spec Thx

Re: [ANN] Prismatic's Plumbing/Graph 0.1.0 is released with huge performance improvements

2013-05-02 Thread László Török
this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- László Török -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post

Re: Reducers newbie question

2013-04-26 Thread László Török
Hi, Not sure what you are trying to do, but xxx is a lazy seq, thus it can only be consumed sequentially and fold falls back to reduce You need a vector. Las Sent from my phone On Apr 26, 2013 4:46 PM, Stanislav Yurin jusk...@gmail.com wrote: I was assuming that following code will fold in

Re: Prismatic Plumbing and Graph Open-Source Release

2013-02-07 Thread László Török
://groups.google.com/groups/opt_out. -- László Török -- -- 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

Re: Prismatic Plumbing and Graph Open-Source Release

2013-02-06 Thread László Török
to the Google Groups Clojure group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- László Török -- -- You received this message because you are subscribed

Re: is intellij idea a good ide for clojure development?

2013-01-29 Thread László Török
+1 emacs live Id seriously discourage any Emacs newbie trying vanilla Emacs for Clojure development. Here, I'd also like to express my greatest appreciation to the creators for publishing and maintaining it. Las Sent from my phone On Jan 29, 2013 7:48 PM, Jay Fields j...@jayfields.com wrote:

Re: Prismatic Plumbing and Graph Open-Source Release

2013-01-29 Thread László Török
Graph was THE library I've been waiting for to be open sourced! Yay, thanks! Las Sent from my phone On Jan 29, 2013 7:57 PM, Aria Haghighi m...@aria42.com wrote: Hey all, Prismatic has open-sourced our Plumbing and Graph library on githubhttps://github.com/prismatic/plumbing. Jason

Re: Is there a better way to update a map atom?

2013-01-21 Thread László Török
first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -- László Török -- You received this message because you are subscribed to the Google Groups Clojure group

Re: core/group-by with optional value-mapper function

2012-12-17 Thread László Török
@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -- László Török

Re: Little namespace question

2012-12-17 Thread László Török
Try (in-ns 'user-ns) Las On Dec 18, 2012 7:50 AM, Alan Shaw noden...@gmail.com wrote: user= *ns* #Namespace user user= (def user-ns *ns*) #'user/user-ns user= user-ns #Namespace user user= (in-ns user-ns) ClassCastException clojure.lang.Namespace cannot be cast to clojure.lang.Symbol

Re: Little namespace question

2012-12-17 Thread László Török
! On Mon, Dec 17, 2012 at 10:51 PM, László Török ltoro...@gmail.comjavascript:_e({}, 'cvml', 'ltoro...@gmail.com'); wrote: Try (in-ns 'user-ns) Las On Dec 18, 2012 7:50 AM, Alan Shaw noden...@gmail.comjavascript:_e({}, 'cvml', 'noden...@gmail.com'); wrote: user= *ns* #Namespace user user

Re: Meaning of =

2012-12-11 Thread László Török
Hi, Equality is never subjective. There maybe different equality relations defined. In most cases (integer) one os well served by intuition. In other cases (clojure's =) the definition may not be intuitive, but never subjective. On Dec 12, 2012 12:32 AM, Raoul Duke rao...@gmail.com wrote: one

Re: Meaning of =

2012-12-11 Thread László Török
Great paper btw! On Dec 12, 2012 12:42 AM, Phil Hagelberg p...@hagelb.org wrote: On Tue, Dec 11, 2012 at 3:32 PM, Raoul Duke rao...@gmail.com wrote: one of the things which seem to be true but nowhere completely successfully fleshed out is the fact that equality is very subjective. there

Re: group-by vs. reducers?

2012-12-07 Thread László Török
-and-model-for-collection-processing.html [3] http://clojure.com/blog/**2012/05/15/anatomy-of-reducer.**htmlhttp://clojure.com/blog/2012/05/15/anatomy-of-reducer.html -- László Török -- You received this message because you are subscribed to the Google Groups Clojure group. To post

group-by vs. reducers?

2012-12-03 Thread László Török
/05/08/reducers-a-library-and-model-for-collection-processing.html [3] http://clojure.com/blog/2012/05/15/anatomy-of-reducer.html -- László Török -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Re: Easy update function for nested structures

2012-12-03 Thread László Török
@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -- László Török -- You

Re: Object identity and with-meta

2012-11-23 Thread László Török
options, visit this group at http://groups.google.com/group/clojure?hl=en -- László Török -- 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

Re: ease of use

2012-11-22 Thread László Török
://groups.google.com/group/clojure?hl=en -- László Török -- 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

macroexpand-1 for clojurescript macros

2012-11-21 Thread László Török
java.lang.RuntimeException: Unable to resolve symbol: *unchecked-if* in this context, compiling:(NO_SOURCE_PATH:5) Btw, if I don't require 'cljs.compiler first, I get CompilerException java.lang.ClassNotFoundException: cljs.compiler, compiling:(cljs/core.clj:411) -- László Török -- You received

Re: macroexpand-1 for clojurescript macros

2012-11-21 Thread László Török
László Török ltoro...@gmail.com: Hi, How can I use macroexpand et. al to check an output of a clojurescript macro? As far as I know, clojurescript macros are clojure macros. However if I start script/repl and enter = (require 'cljs.compiler) = (require 'cljs.core) = (macroexpand-1 (cljs.core

Will the upcoming Clojure 1.5 stuff be available in Clojurescript too?

2012-11-20 Thread László Török
was wondering whether that will become available in Clojurescript as soon as 1.5 is baked. Las -- László Török -- 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

Re: Are agents suitable for c10k concurrency?

2012-11-17 Thread László Török
Hi I would only add, that with Clojure 1.5 you can supply your own Executor using (send-via ), the default threadpools are not hard-wired anymore. See https://github.com/clojure/clojure/commit/f5f4faf95051f794c9bfa0315e4457b600c84cef#src/jvm/clojure/lang/Agent.javafor further details. Las On

Re: Proposed change to let- syntax

2012-11-16 Thread László Török
, visit this group at http://groups.google.com/group/clojure?hl=en -- László Török -- 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

Re: Coding Standard - ns usage

2012-11-08 Thread László Török
Hi, I thought :require with :refer superseded :use :only. Or am I mistaken? Las On Nov 8, 2012 6:03 PM, Jim - FooBar(); jimpil1...@gmail.com wrote: I'm pretty sure this is still valid :) Jim On 08/11/12 16:57, David McNeil wrote: I notice the following item at http://dev.clojure.org/**

Re: Rich's The Value of Values and REST

2012-08-15 Thread László Török
to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -- László Török -- 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

Re: ClojureScript instead of CoffeeScript for complete web app development?

2012-07-06 Thread László Török
?hl=en -- László Török -- 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 unsubscribe from

Re: Why cannot last be fast on vector?

2012-06-30 Thread László Török
be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -- László Török -- You received this message because you are subscribed to the Google Groups

Re: [ANN] C2 v0.2.0: now with cljs data binding

2012-06-28 Thread László Török
. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -- László Török -- You received this message because you are subscribed to the Google Groups Clojure group. To post

Re: How to read a file into a string up until a line? Any way to make it lazy?

2012-06-22 Thread László Török
email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -- László Török -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Re: A tutorial for how to setup your clojure development environment for: Emacs, Leiningen and Linux.

2012-06-20 Thread László Török
+1, I had the same experience as Chris, lot of frustration until I found Emacs-live On Jun 20, 2012 1:54 PM, Chris Zheng zcaud...@gmail.com wrote: I was using textmate and a repl for the longest time because I was put off by the intricacies of emacs.. and then I found this:

Docstring state deftype, defrecord etc. are still alpha?

2012-06-16 Thread László Török
? Thanks! -- László Török -- 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 unsubscribe from this group

Re: [PATCH] RFC: Add Functions `tabify` And `untabify`

2012-06-08 Thread László Török
+1 On Jun 8, 2012 6:54 PM, Stuart Halloway stuart.hallo...@gmail.com wrote: Whatever we do let's make sure we think about how to make it available in all Clojure dialects. Stu On Jun 8, 2012, at 8:49 AM, Jay Fields wrote: I wouldn't mind seeing more in clojure.string. e.g. daserize,

Re: [ANN] Itsy 0.1.0 released, a threaded web spider written in Clojure

2012-06-01 Thread László Török
at http://groups.google.com/group/clojure?hl=en -- László Török -- 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

Re: [ANN] Itsy 0.1.0 released, a threaded web spider written in Clojure

2012-06-01 Thread László Török
and take out Itsy for a spin. :) Las 2012/6/1 Michael Klishin michael.s.klis...@gmail.com László Török: I was wondering though how do you make sure two crawlers do not crawl the same URL twice if there is no global state? :) By adding sharing state, for a single app instance, typically

Re: ANN Welle 1.0 final

2012-05-23 Thread László Török
On May 23, 2012 11:35 AM, Peter Taoussanis ptaoussa...@gmail.com wrote: Looks great - well done! I passed over Riak a while back because of the lack of a good client- might be time to take a real look at it again. Love the ClojureWerkz pages btw. +1 - Peter Taoussanis -- You received this

Re: apply a function to every item in a sequence without realizing the sequence

2012-05-02 Thread László Török
Map IS lazy but it still returns the entire realized sequence, as expected. On May 2, 2012 8:31 AM, Sean Neilan s...@seanneilan.com wrote: I don't think so. On Wed, May 2, 2012 at 1:22 AM, Stuart Campbell stu...@harto.org wrote: On 2 May 2012 14:44, Baishampayan Ghose b.gh...@gmail.com

Re: apply a function to every item in a sequence without realizing the sequence

2012-05-01 Thread László Török
You can also use doseq afaik, altough every element must realized at least once, you just have to make sure you don't hold onto the head of the sequence as you proceed. It is not immediately apparent to me why that doesn't happen with your loop-recur solution On May 2, 2012 6:27 AM, Sean Neilan

Re: apply a function to every item in a sequence without realizing the sequence

2012-05-01 Thread László Török
Wow lot of active people in the early morning, all typing faster than me on my phone... :-) On May 2, 2012 6:36 AM, László Török ltoro...@gmail.com wrote: You can also use doseq afaik, altough every element must realized at least once, you just have to make sure you don't hold onto the head

Re: Loading a huge graph

2012-04-13 Thread László Török
PM, David Nolen dnolen.li...@gmail.com wrote: How much memory do Python Go consume when you do this? Are you giving the JVM enough memory? On Thu, Apr 12, 2012 at 6:17 PM, László Török ltoro...@gmail.com wrote: Hi, I'm trying figure out how to load a huge file that contains some

Re: Loading a huge graph

2012-04-13 Thread László Török
12, 2012 at 5:22 PM, David Nolen dnolen.li...@gmail.com wrote: How much memory do Python Go consume when you do this? Are you giving the JVM enough memory? On Thu, Apr 12, 2012 at 6:17 PM, László Török ltoro...@gmail.com wrote: Hi, I'm trying figure out how to load a huge file

Re: Loading a huge graph

2012-04-13 Thread László Török
? On Thu, Apr 12, 2012 at 6:17 PM, László Török ltoro...@gmail.com wrote: Hi, I'm trying figure out how to load a huge file that contains some 800k pair of integers (two integers per line) which represent edges of a directed graph. So if the ith line has x and y, it means

Loading a huge graph

2012-04-12 Thread László Török
? Thanks -- László Török -- 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 unsubscribe from this group

Re: ClojureScript gets PersistentVectors

2012-03-29 Thread László Török
this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -- László Török -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email

Re: Alternate set literal syntax?

2012-03-26 Thread László Török
this group at http://groups.google.com/group/clojure?hl=en -- László Török -- 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

the role of #_ reader macro in cljs.core

2012-03-25 Thread László Török
) (let [new-array (aclone array)] (. new-array (pop)) (Vector. meta new-array)) (throw (js/Error. Can't pop empty vector there are other examples at ln 68, ln 127, ln 146 for other forms. Thx Las -- László Török -- You received this message because you are subscribed

Re: the role of #_ reader macro in cljs.core

2012-03-25 Thread László Török
behavior as in clojure)? Las Baishampayan Ghose 2012. március 26., hétfő napon a következőt írta: The #_ reader macro simply comments out the form, so it's a no op. Sent from phone, please excuse brevity. On Mar 26, 2012 10:23 AM, László Török ltoro...@gmail.comjavascript:_e({}, 'cvml

Re: New(er) Clojure cheatsheet hot off the presses

2012-03-23 Thread László Török
For more options, visit this group at http://groups.google.com/group/clojure?hl=en -- László Török -- 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

Re: Clojure-mode + aquamacs + paredit and character literals

2012-03-22 Thread László Török
to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -- László Török -- 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

Re: into applied to transient vectors undocumented?

2012-03-21 Thread László Török
, 2012, at 11:17 AM, László Török wrote: Ok, so the pattern is: func! (bang) takes a transient and returns a transient regular collection functions MAY take a transient but ALWAYS return a persistent collection, right? :) thx Las 2012/3/20 Andy Fingerhut andy.finger...@gmail.com

into applied to transient vectors undocumented?

2012-03-20 Thread László Török
in fact support a transient collection as the first argument, however it calls persistent! on the result. What was the rationale behind the decision? (Note: I'm not questioning it, just interested.) Is there a particular reason why this feature remains undocumented? -- László Török -- You

Re: into applied to transient vectors undocumented?

2012-03-20 Thread László Török
. The fact that into can take a transient as input is an accidental consequence of that, I think. Before into was changed to use transients internally, it could only take persistent data structures as input, and return a persistent data structure. Andy On Mar 20, 2012, at 10:32 AM, László Török

clojurewest talk videos?

2012-03-18 Thread László Török
Hi, will the videos of the talks be available for those who did not make it to the conference? thx -- László Török -- 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

Clojurescript: persistent data structures?

2012-03-05 Thread László Török
whenever I create a new value out of an existing one) Thanks! -- László Török -- 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

Re: Clojurescript: persistent data structures?

2012-03-05 Thread László Török
David, Was it a straight port of the jvm implementation? Is there any gist, blog post of your findings? Thx L sent from my mobile device On Mar 5, 2012 5:05 PM, David Nolen dnolen.li...@gmail.com wrote: On Mon, Mar 5, 2012 at 10:55 AM, László Török ltoro...@gmail.com wrote: Hi, I may

  1   2   >