To my untrained ear, it sounds like you’re using a dynamically typed language and wishing you had more type safety and guarantees about your programs.
What if I told you that by switching to a statically typed, strict, compiled language, you could have that safety while also being able to make it extensible and polymorphic?
To my untrained ear, it sounds like you’re using a dynamically typed language and wishing you had more type safety and guarantees about your programs.
What if I told you that by switching to a statically typed, strict, compiled language, you could have that safety while also being able to make it extensible and polymorphic?