What are your thoughts regarding Haskell and Rust? Do you think it allows us to be productive while writing high-quality code? What are the programmers most common experiences while using these languages especially in the field of Blockchain development?
I particularly prefer Rust, it relieves many problems when a process occurs and two threads enter the same memory path, one of which is written so that it does not apply a thread to block the memory.
Never access values in a heap after being released in a much better way, it comes with a very good standard library, it has a huge ease in abstracting with traits, memory security ...