emmanuelrosa on Nostr: I like smart compilers, and I cannot lie. ...
I like smart compilers, and I cannot lie.
My objective with Nim is to use it as a replacement for C++, so that the compiler can do more of the heavy lifting; Algebraic Data Types, anyone?
For work I create DLLs (plugins) which must be able to utilize a C++ ABI.
Many programming languages can interact with a C ABI using a FFI, but that's not the case with a C++ ABI.
But perhaps Nim can be my cheat code, given it can produce C++ code :)
My objective with Nim is to use it as a replacement for C++, so that the compiler can do more of the heavy lifting; Algebraic Data Types, anyone?
For work I create DLLs (plugins) which must be able to utilize a C++ ABI.
Many programming languages can interact with a C ABI using a FFI, but that's not the case with a C++ ABI.
But perhaps Nim can be my cheat code, given it can produce C++ code :)