Dear OCaml list,
I'm giving a try to BER MetaOCaml in the spirit of the "reconciling" book by Oleg, targeting numcomp/DSP code generation. Some questions relating to this:
1. Is there a mailing-list or any other forum dedicated to MetaOcaml, or also metaprogramming in other languages than OCaml?
2. Is anybody using BER MetaOcaml having done some work to offshore to intel's ISPC or OpenGL GLSL both having the semantic (and keywords) of "uniform" vs "varying" variables for optimizing code accross code threads (cores / SIMD "lane")? If so,
are they willing to share their work?
(BTW the combination of MetaOcaml and ISPC seems daunting for numcomp at least at first, on the surface, not having invested a lot of time with both - yet :).
3. There is no trx.cmo in the current opam 4.14.1+BER switch, is it intentional, a current BER limitation or an overlook? I remember of a time, glancing over MetaOcaml, when it was the other way around: bytecode support but no natives. I would like
fasten the dev. cycle time, soften the learning curve using utop (and utop.el), but it fails loading Trx currently.
Thanks for Oleg and others, this looks like a very appealing piece of software.
TIA, Philippe.