Dan Cutting

Results 43 issues of Dan Cutting

``` > 5 + (6 > 3) Evaluation error ↳ +(5, >(6, 3)) 💥 need a list, not 5 ```

optimisation

Currently copy entire context for each new declaration, or closure. Should only copy the pieces it refers to.

optimisation

https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic

feature

Currently only the first line of the clipboard is pasted.

feature

With precise decimal points that can be equated.

feature

Perhaps optionals, exceptions, nils, etc. For example, there is no way to indicate an error when trying to find the `i`-th element of a list where `i` is negative. It...

feature