Pipe dreams aren’t necessarily made of promises
Because of the spinning nature of atoms, it’s kind of a hack (a fun hack but still a hack) to build queues on it. Here is the same pipe
function built on Java queues:
(defn pipe [] (let [q (java.util.concurrent.LinkedBlockingQueue.) EOQ (Object.) NIL (Object.) s (fn s [] (lazy-seq (let [x (.take q)] (when-not (= EOQ x) (cons (when-not (= NIL x) x) (s))))))] [(s) (fn ([] (.put q EOQ)) ([x] (.put q (or x NIL))))]))
[...] follow-up: pipe dreams aren’t necessarily made of promises [...]
Thanks again Christophe.
why did you decide to return a vector instead of a list?
Nice. It took me a moment to understand the purpose of the NIL object, until I found that LinkedBlockingQueue.put won’t accept a null pointer.
J’y comprends toujours rien… mais la “spinning nature of atoms” ? Clojure sert à programmer des ordinateurs quantiques ?
@Olivier: un atome Clojure est une référence mutable synchrone non coordonnée (ne participe pas à une transaction) qui est basée sur une opération CAS. Le CAS pouvant échouer, la fonction de mise à jour peut être appliquée plusieurs fois : c’est ça la spinning nature of atoms ! Et oui en écrivant ceci je trouvais ça quantiquement drôle.
@William: In Clojure vectors are preferred over lists in such cases.
[...] input. I needed to convert input to a more sanitary thing, and so lifted a page directly from the CGrand Master himself. In that post he shows how to create a LinkedBlockingQueue (henceforth LBQ to save pixels), [...]
Note that the implementation above will OutOfMemoryError if large sets of values and/or large values are written into the pipe. Here’s a version that caps the queue that seems to do a better job:
(defn pipe2
“Returns a pair: a seq (the read end) and a function (the write end).
The function can take either no arguments to close the pipe
or one argument which is appended to the seq. Reads and writes may block.
The (optional) argument to pipe2 is the maximum size of the queue (beyond
that size writes will block) – default value if not provided is 100.”
([] (pipe2 100))
([size]
(let [q (java.util.concurrent.LinkedBlockingQueue. size)
EOQ (Object.)
NIL (Object.)
s (fn s [] (lazy-seq (let [x (.take q)]
(when-not (= EOQ x)
(cons (when-not (= NIL x) x) (s))))))]
[(s) (fn ([] (.put q EOQ)) ([x] (.put q (or x NIL))))])))
Test code:
(let [[q f] (pipe2)]
(future (doseq [x q] (println x)) (println “that’s all folks!”))
(doseq [x (range 1000000000)] (f x))
(f))
Note: I’m a Clojure n00b, so this may introduce other issues (e.g. deadlock if the queue is full and the readers are also writers).
[...] read Paul Ingles post “From Callbacks to Sequences” which led me to Christophe Grand’s handy pipe function. The pipe function gives you two things wrapped in a vector: a sequence to pass on for downstream [...]
stamps machine
Clojure and me » Pipe dreams arent necessarily made of promises
Pure & Easy Slim Reviews
Clojure and me » Pipe dreams arent necessarily made of promises
sma pcb Sma Plug
Clojure and me » Pipe dreams arent necessarily made of promises
Velour Skin Reviews
Clojure and me » Pipe dreams arent necessarily made of promises
muscle building pills Review
Clojure and me » Pipe dreams arent necessarily made of promises
Wonderful beat ! I wish to apprentice while you amend your
website, how can i subscribe for a blog website?
The account aided me a acceptable deal. I had been tiny
bit acquainted of this your broadcast provided bright clear concept
Hence, in the event of a simple error, we can say that most people do not come into direct contact with him.
Tesla key generator could also be taken care of
by attending green electric soltuions a trade school to ensure that a person who earned knowledge through
various of assignments.
Nulexa
Clojure and me » Pipe dreams arent necessarily made of promises
Hey there Your entire web site runs up honestly slow for my situation, I don’t know who’s issue is that however ,
flickr opens up relatively quick. Nevertheless, I have to say thanks for including brilliant article.
I think it really has already been incredibly useful to user who
actually click here. This is definitely wonderful everything that you actually have implemented and wish to see a lot more
content from your website. To obtain more information from
posts that you post, I have added this website.
It is said that if a devotee recites the Durga Stuti with full faith ‘ will be
blessed by Devi Durga certainly. community events, programs and projects in Draper, Utah.
Check out the terms & conditions: Do read the
terms and conditions of the site from which you
have decide to shop, to be clear with the delivery, refund
policies and warranty.
Supreme Court said, so that’s the state of
The state has a mix of commercial and tribal casinos that are granted licenses.
explicit expression of a person’s will, making it clear that silence or passivity do not
good vibes
I can relate to the challenges discussed here, and I appreciate your insights.