leadermaxone
leadermaxone
In class we saw this exercise taken from the above mentioned exam > -- 2) Define a purely functional (i.e. non destructive) > -- version of the reverse presented in...
In my journey to understand the State monad I decided to try and unwrap the do notation into a series of binds (>>=) and subsequently apply the bind definition to...
Hello, I was looking at an exercise presented in a previous course (here: https://github.com/gioenn/pl/blob/master/ex4.rkt) it mimics a parallel computation with tasks, a queue and accessory coroutines like enqueue, dequeue, fork...