mdhughes.tech
Scheme Record to RecordType - Mark writes
So, in "classic" Scheme (up to R5RS), there were no structs/records/classes. You could fake them with a Vector and writing all the accessor methods by hand, but it sucked. SRFI-9 added a very minim…