chickadee » scheme » write » write-simple

write-simple obj #!optional portprocedure

The write-simple procedure is the same as write, except that shared structure is never represented using datum labels. This can cause write-simple not to terminate if obj contains circular structure.