Impressive; with an elegant syntax too.
So, Nim can go as low as C, right? I mean, without using FFI.
So, essentially, Nim is the better replacement to C than Zig (IMO).
It has a beautiful syntax; well done Nim team!
Zip is not only a programming language, but also a c compiler and a cross compiler toolchain. You can (cross) compile your nim application with zig for a lot of targets.
This is how i use Zig for the most part actually.
Nevertheless, I find Nim's syntax a joy to work with.
May you get a huge load of funding soon (if you are looking for it).
I've heard of Arraymancer from this forum and had checked out constantine for encrypting passwords.
More power to you @mratsim!
had checked out constantine for encrypting passwords.
At the moment (and likely for a long long time) I don't support this.
Use a password manager like Keepass that was audited and supports Argon2 or at the very least bcrypt or scrypt.
OpenSSL also supports Argon2, but good luck with finding the CLI option.
Thanks.
Will try this out.