Iain Duncan

Results 22 issues of Iain Duncan

I did a stupid git thing somehow, the code for these is gone. :-(

If one tries to call send with the signature for send*, can crash completely instead of failing gracefully. replicate: in live (at least), do (send 'view-1 '(1 2 3 4))

bug

should be null so it doesn't fill the console. how the hell did that happen?

I think I missed some in the reset method, double check free too

would be very handy (build-vector 8 init-func)

backlog
s74

add predicate to return if a dict is valid

new function
backlog

to enable people to work through Little Schemer successfully

backlog
s74

implement the clojure-style -> and ->> thread first and thread last macros so we can build compound statements in simple max messages, like: foo 1 2 -> + 10 ->>...