Re: [racket-users] printing and reading source code

2020-04-14 Thread Hendrik Boom
On Tue, Apr 14, 2020 at 12:04:22PM -0700, Raoul Schorer wrote: > Hi, > > The printer and reader doc states that the default printer can write *core* > types to be re-read later. > I am making a kind of "3d IDE" for a custom language using the pict3d lib. > I would like to re-use the pict3d types

[racket-users] printing and reading source code

2020-04-14 Thread Raoul Schorer
Hi, The printer and reader doc states that the default printer can write *core* types to be re-read later. I am making a kind of "3d IDE" for a custom language using the pict3d lib. I would like to re-use the pict3d types, and prototype with an interpreter that consumes a valid racket datastruc