top | item 20051054

(no title)

actondev | 6 years ago

are you sure about the practical implications? Quoting the abstract: "At the moment, Lisp programs running on CPUs outperform Lisp programs on GPUs"

discuss

order

dTal|6 years ago

You're right it seems - as written, the parsing overhead from the requirement to make the entire system run the GPU makes it impractical. A hybrid system could outperform CPU or GPU alone.

What I really want is a scheme->GLSL shader compiler - much narrower and more tractable.

BubRoss|6 years ago

What would it give you to compile scheme to glsl? Glsl is already a pretty direct yet high level representation of shaders. Why put another layer on top of it?