[racket] Reading Graph Structure: read: #..= expressions not allowed in read-syntax mode (??)

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Mon Jun 6 08:49:33 EDT 2011

Graph syntax is not allowed, but you be able to put it in a quote

iPhoneから送信

On 2011/06/06, at 6:48, Marijn <hkBst at gentoo.org> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi,
> 
> why does the following code
> 
> 
> #lang racket
> 
> (struct _dl (left val right))
> 
> (define (dlist a b c)
>  #1=(_dl #f a #2=(_dl #1# b (_dl #2# c #f))) )
> 
> 
> produce the error:
> 
> Module Language: invalid module text
> . read: #..= expressions not allowed in read-syntax mode
> 
> Marijn
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.17 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> 
> iEYEARECAAYFAk3szKQACgkQp/VmCx0OL2wDcACfZj/BiBK4hqpD0I3ynS8MrJ00
> xzQAmwRNm20xUQMq2NMORUMzzWTYB6ni
> =lEnu
> -----END PGP SIGNATURE-----
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users


Posted on the users mailing list.