Post
Topic
Board Development & Technical Discussion
Re: Thoughts regarding use of Rust and Haskell for building a blockchain
by
marlongonzalezgroup
on 21/06/2020, 20:50:08 UTC
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 ...