Lee Spector

Results 80 comments of Lee Spector

Answering @jasonmm's question: Alas no, I don't know how it could be done, just that it would be helpful if it could be.

FWIW I've been using Gorilla REPL for years without noticing this, but I just had some students stumble into it and get quite confused. If you're learning the language by...

It's strange, because the sequence _is_ realized, as we know because we see `(2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2...

I'll tell them to check this out! Thx!

Will try to look into this soon. First thought is that it may stem from the same source as the problem with Quil, since Clojush depends on Quil. Unless you're...

`(not (not ...))` can be useful to turn a truthy value into an actual `true` and a falsey value into an actual `false`: ``` (not (not 'truthy!)) => true (not...

I've added an explanation. Haven't had time to test it, but I think it's right.

Yes I think you're right. Fixed and sorry for posting without testing.

Boy I miss Common Lisp. There, we could end with `(break)` and you'd get what you want and more for free (e.g. type `(continue)` to continue, but also execute anything...

I don't understand this...