[plt-scheme] Bytes/Chars/Strings/ByteStrings

From: Matt Jadud (mcj4 at kent.ac.uk)
Date: Mon May 15 11:36:03 EDT 2006

I have an application I'm porting from the 200 series to the 300 series. 
I believe, for this particular application, I need to be most careful with:

(20X) characters becoming (3XX) bytes
(20X) strings becoming (3XX) byte strings

The particular application is a linker, and deals with bytewise data; 
these seem to be the most significant, underlying type-system changes 
that will effect me. From people's experience porting, were there any 
other major 'gotchas'?

Cheers,
Matt


Posted on the users mailing list.