samth
2022-1-11 14:09:52

This error doesn’t happen if you just install the package (or at least doesn’t for me)


samth
2022-1-11 14:10:08

It seems to be some problem when run in the pkg-build context, but I don’t know why


cperivol
2022-1-11 15:58:11

I would like to know some details about how racket stores structs and other data types (data layout, headers, boxing, ref-counts, etc). Could someone point me to some literature or towards the right place in the source ?


mflatt
2022-1-11 15:59:18

cperivol
2022-1-11 16:01:05

Thank you! Does racket implement these or are they part of chez and racket piggybacks on that implementation?


mflatt
2022-1-11 16:02:33

The latter: part of Chez


mflatt
2022-1-11 16:02:46

The Racket BC implementation is different


cperivol
2022-1-11 16:05:58

so the layout of racket SC struct is the same as chez struct


cperivol
2022-1-11 16:06:03

nice


soegaard2
2022-1-11 16:19:05

Are you interested in representation for Scheme in general - or only Racket?


cperivol
2022-1-11 23:27:46

racket specifically


quang
2022-1-12 07:54:15

@quang has joined the channel