Palmer Paul
Palmer Paul
It would be awesome if there were support for [`setInterval`](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/setInterval).
It should be possible to create a project with a bundle name of `com.foo.bar` and a name of `baz`. This is particularly useful if you want to put spaces in...
I think it would be good to add functions for rotating a matrix by 90 degrees. Here are possible implementations of the functions: ``` rotateLeft : List (List a) ->...
We need to decide on an appropriate way of handling non-rectangular arrays. As @gilberkennen wrote in #83, (some of) the possible options are... > 1. We could wrap the whole...