Francesco Cameli

Results 47 comments of Francesco Cameli

Nim's function pointers: https://nim-lang.org/docs/manual.html#types-procedural-type

This would mean rewriting the whole omni_alloc interface in Nim. One thing to be checked then is the validity of the nim code with the omni.h header

https://forum.nim-lang.org/t/6148

The unroll pragma in Nim is a no-op currently.

Recently, `zig` introduced `zig ar`! This allows the same `zig` bundle to build static libs too :)

https://forum.nim-lang.org/t/6295 The omni file could be compiled, ran through a simple test, record the data, and then recompiled using the `-fprofile-instr-use flag` on the recorded data! Perhaps, this would not...

Hi! Sorry for the late reply, apparently my email is not correctly setup to receive github notifications... I am currently developing an Omni to VST wrapper, which would then let...

https://github.com/nim-lang/RFCs/issues/177 Following this discussion, for old behaviour, code should be compiled with `--gc:arc --exceptions:setjmp --panics:on`

I am not sure I understand the meaning. Do you mean that, if I specify `raises:` on a proc, the `goto` exceptions handler won't introduce any branching, since it sees...