Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

What Scheme does /prog/ use?

Name: Anonymous 2012-01-28 22:31

I have been using Chicken for a little bit. Used Racket for like 5 minutes. R6RS is PIG DISGUSTING!

That is all.

Name: Anonymous 2012-01-29 16:06

>>17
datum[0]
If you're making it variable sized, why use a hack like that? Instead use arrays directly and follow the convention that the first element in every array is the manifest.


union obj
{
    struct {
        unsigned int type   : 5;
        unsigned int gc     : 1;
        unsigned int vec    : 1;
        unsigned int pad    : 9;
        unsigned int size   : 16;
    }           manifest;
    union obj  *l;
    signed int  i;
    float       f;
    char        c;
};

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List