[ANN] To-GLSL - transpile s-expressions in Clojure to GLSL

2019-07-08 Thread Jeremy Kross
Hey all, https://github.com/jeremykross/to-glsl is a little library that converts Clojure s-expressions to GLSL code for those who like graphics programming and hate the C style syntax of shading languages. Thanks, Jeremy -- You received this message because you are subscribed to the Googl

Re: core.async: Unbound channels

2019-07-08 Thread Alex Miller
Expanding transducers (like mapcat) can produce multiple output values per input value, and those have to have someplace to go. -- 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 po

Re: core.async: Unbound channels

2019-07-08 Thread Ernesto Garcia
I see. Bufferless channels are meant to be used within the core.async threading architecture, where there will be a limited number of blocked puts and takes. At the boundaries, channels with dropping or sliding windows can be used for limiting work. So, my original question actually turns into:

Re: [ANN] Cognitect Labs' aws-api 0.8.345

2019-07-08 Thread David Chelimsky
Please report issues like this directly to https://github.com/cognitect-labs/aws-api/issues to make sure they get on our radar. In this case I've already added https://github.com/cognitect-labs/aws-api/issues/88. You do need 1.10 to use it to use 1.10 features like Datafy (e.g. with REBL), how

Re: PSA: A slight tweak to "concat"

2019-07-08 Thread Chouser
I see I introduced the bug while adding support for chunked seqs to concat. I'm grateful someone has found and fixed my mistake. Thanks, Alex! —Chouser On Sat, Jul 6, 2019 at 7:57 AM Matching Socks wrote: > > There's activity on a ticket in Jira to fix a quirk of "concat" that dates > back to a

[ANN] Deep Learning for Programmers - release 0.5.0 (Clojure book WIP)

2019-07-08 Thread Dragan Djuric
Deep Learning for Programmers: An Interactive Tutorial with CUDA, OpenCL, MKL-DNN, Java, and Clojure is the only DL book written with programmers in mind: the only AI book that walks the walk - complete, 100% e