Annaia Danvers

Results 33 comments of Annaia Danvers

Racket apparently does provide an [alternate case](http://docs.racket-lang.org/mzlib/mzlib_etc.html#%28form._%28%28lib._mzlib%2Fetc..rkt%29._evcase%29%29) in the old mzscheme libraries that works more like our previous second example. With evcase you can do this for example: ``` (require...

A possible solution is to create a distinct `undefined` symbol that can be used internally as an exception to the type checker during instantiation, but which *only* passes the type...

As discussed in #58, consider adding an error or at least a warning when a child thing overrides a field in the parent thing.

`^` is actually implemented, just never got documented

After considerable recent though, I think the first of the two options, or rather something like it, is possible. In fact, if my thinking is correct, we don't need any...

If this macrofuckery is not actually possible, I think the simplest proposal then is to add additional syntax to `def` itself and embed the check behavior within the function itself.

To be honest, I'm not 100% sure. BASIC is obv. no help here, until VB I don't think any BASIC even came with a test suite, and I never even...

Implemented for files now.

I was hoping to maintain support for 6.0.1 in Heresy, because I just got a retro iBook and 6.0.1 was the last version built for PowerPC. 😞 Unfortunately, we depend...

I honestly don't know. I will have to try; might be a few days before I can get to it though.