Comment on I built a Game Boy emulator in F#parentComments−skrebbel4moDid you look at the code? F# has mutable variables/arrays and this uses that for eg memory.−yoyohello134moYeah I did see that part. Although he mentioned his Chip8 emulator which was fully immutable. Still interesting so see when people use the mutability escape hatches.
Comments
Did you look at the code? F# has mutable variables/arrays and this uses that for eg memory.
Yeah I did see that part. Although he mentioned his Chip8 emulator which was fully immutable. Still interesting so see when people use the mutability escape hatches.