A list of tasks I would like to or should do, but I in my head I haven't committed to.
<quag> would it be nice for List contains to check that all of the arguments are contained?
<quag> list(1,2,3) contains(2,4) => false
<quag> list(1,2,3) contains(1,2,3) => true
<quag> list(1,2,3) contains(2,1) => true
Io> a := 10 Io> a(1,2,3)Should give an error because the args will never be used.
Io> message(a := (1, 2))
==> setSlot("a", (1)) Should be an error because the 2 is dropped.
Io> message(1 := (2, 3, 4) 5)
==> setSlot("1", (2) 5)
Math pi; Math e; Math hypot(x, y)resend to call resend.