The updated nost:npub189j8y280mhezlp98ecmdzydn0r8970g4hpqpx3u9tcztynywfczqqr3tg8 Nostr client includes something special. See if you can spot it:
Hint word: Language
Hint word: Language
Hint word: Language
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 :)