|
|
|
|
|
by 0x07c0
3746 days ago
|
|
Thanks! This are really useful. (I'm actually now making a small dsl for distributing work on accelerators.) I personally really like the idea from the the Halide language, having one language for algo, another for how the computation is done. If something like that could be made general purpose it would be very useful. http://halide-lang.org/ >should be done in a macro..
Encourage c programmers to use macros is like encouraging alcoholics to drink :) But I guess you didn't think about pre processor macros. |
|
>...macro
Yeah, I didn't have preprocessor macros in mind. ;*| But wonderful, AST slinging hygienic Macros!
Take a look at http://aparapi.github.io/ it one of the best examples of making OpenCL a first class citizen in Java.