Drew Crampsie

Results 33 comments of Drew Crampsie

That's because you have an old gambit installed. Unlink or remove it and try again? On Tue, Mar 19, 2024, 09:25 vyzo ***@***.***> wrote: > Assigned #1178 to > @drewc...

I think so, but maybe not for all cases. When I get a chance I'll try again and see what happens. On Tue, Mar 19, 2024 at 10:32 AM vyzo...

Hey, I think I see the confusion and will certainly modify the docs. Thanks for pointing it out! The [Build Instructions](https://cons.io/guide/#build-instructions) say "After unpacking a release or checking out the...

] > also, seems like you are picking up some unrelated changes -- what is the bussiness of the xml changes? > Those seem to be patches in the ide...

> lets remove those last two commits and merge this. Is it ready for review? Maybe. Cleaning up now and we'll see. Wait until I say so, made it reviewable...

I'm confused .. gensym is not used for syntax, why should it be an identifier if all I want is a gensym for a unique value? Why would I want...

Cannot use #f, it's a valid lambda-list value. ie: > (lambda (self (t #f)) t) # > (# 'self) #f The `absent-object` should work! I'll try that as it's not...

Where do I import `absent-val` from? > absent-val *** ERROR IN ***@***.*** -- Unbound variable: absent-val --- continuation backtrace: [0] ##primordial-exception-handler-hook The others do not work, they are valid values:...

Excellent, I want those semantics. The entire point is "a value that can never be an optional value in a lambda list for a method in an interface", which gensym...