Re: Clojure binding for Open CL

2010-02-10 Thread Zach Tellman
A few months back I created very basic bindings for CL4Java (the code for it still exists in Penumbra, under src/opencl). It then subsequently was renamed to JOCL, which was already in use by another OpenCL library, and they started to work on combining their efforts, and I decided to wait until e

Re: Clojure binding for Open CL

2010-02-10 Thread atucker
>From his todo list (1), it looks as if ztellman (2) might have concrete plans to include it in the (currently OpenGL) wrapper project penumbra (3). 1. http://wiki.github.com/ztellman/penumbra/todo 2. http://ideolalia.com/ 3. http://github.com/ztellman/penumbra On Feb 9, 9:48 pm, ka wrote: > Hi,

Re: Clojure binding for Open CL

2010-02-10 Thread Marc Downie
Not sure about Clojure bindings but the "JavaCL" bindings (both "mid"-level and low level) might get you closer: http://code.google.com/p/javacl/ OpenCL's ugly and finicky API is crying out for wrapping in better languages; and the OpenCL language itself would ideally get "wrapped" as well (see: h

Clojure binding for Open CL

2010-02-10 Thread ka
Hi, I was just wondering if (by now) Open CL has been 'wrapped' by higher level languages. I came across these from the Khronos site (http:// www.khronos.org/developers/resources/opencl/#timplementations) - 1. http://ruby-opencl.rubyforge.org/ 2. http://planet.plt-scheme.org/display.ss?package=ope