Francesco Cameli

Results 47 comments of Francesco Cameli

> > > > One more thing to think about is IFFT: do we want the whole FFT -> processing -> IFFT chain in one object? > > > >...

Some progress here: https://github.com/vitreo12/omni/tree/compileToC

The main issue would be how to deal with `omni_alloc`? It would require a conditional (`when defined(omni_export_c)`) rewrite to deal with user submitting the `void*` function pointers to alloc functions...

The `C` version will be a cleaned up version of the Nim C export. The `C++` version will wrap everything in a class.

https://nim-lang.org/docs/manual.html#types-procedural-type

More than JIT compiler, it's Hot Code Reloading.

I'm using coc for autocompletion, could that cause the issue?