Giovanni Petrantoni

Results 66 comments of Giovanni Petrantoni

First of all thank you for this motivating discussion. The drive of this cpp ffi since the beginning was always productivity, paying the price of precision and correctness leading to...

https://github.com/fragcolor-xyz/nimtorch Full pytorch for nim, for you.

https://github.com/fragcolor-xyz/fragments/blob/master/fragments/math/vectors.nim Full SIMD support thru gcc/clang vectorization

https://github.com/fragcolor-xyz/fragments/blob/master/fragments/math/vectors.nim Full SIMD support and multiplatform thru gcc/clang/vcc vectorization

hmm interesting, you are proposing to create a `FutureError` object, that has file/line info or stacktrace even, and assign this object `parent` field with the actual exception that really happened?...

I am still extremely puzzled by the fact LLVM is not being used. The way LLVM deals with translation units cannot be emulated by divide and conquer into `.so` imho....