[plt-scheme] What are the utilities of box ?

From: Andre Mayers (andre.mayers at usherbrooke.ca)
Date: Thu Sep 11 14:06:39 EDT 2008

Why sould I write
---
(define x (box 3))
(unbox x)
---
instead of 
---
(define y 3)
y
---



Posted on the users mailing list.