@worldsendless Funny thing is dynamic assertion and contracts do a lot more for bug-finding than static types that are generally a lot more limited than what contracts can enforce.
Of course you can have both, like Typed Racket which supports both static types and contracts.
@worldsendless Funny thing is dynamic assertion and contracts do a lot more for bug-finding than static types that are generally a lot more limited than what contracts can enforce.
Of course you can have both, like Typed Racket which supports both static types and contracts.
https://docs.racket-lang.org/ts-guide/