Finally! Using dynamic languages in financial cryptography scares the shit out of me.

Reply to this note

Please Login to reply.

Discussion

There are implementations in Golang and TS for example and the Python implementation is nearly completely typed.

One thing that I really don't get: why use a dynamic language if you use type hints anyway? Seems like a wasted optimization opportunity.

Of course unless you really, really don't need performance. But I guess a mint needs performance to handle many customers?