Mutable let bindings in Reason

Nik Graf
InstructorNik Graf

Share this video with your friends

Send Tweet

Immutability comes with lots of benefits. Working with a programming language with first class immutable data structures is a blaze. Nevertheless sometimes it can be useful to have a binding that's mutable. Using references we can achieve this in ReasonML.