Is it possible to initialize a struct field based on values from previously 
defined fields? Something equivalent to let* where 

        >(struct foo (A B C))
        >(foo 1 2) would produce (foo 1 2 3) for example?

Thanks!
Kevin

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to