[racket] Racket code visualization similar to what is available for Python

From: Neil Toronto (neil.toronto at gmail.com)
Date: Mon Feb 20 12:36:26 EST 2012

The "Stepper" tool (button on the toolbar near "Run"), which shows up 
when you select a "How to Design Programs" language in DrRacket, is 
probably what you're looking for. Instead of showing you the machine 
state, it shows you how expressions reduce, which is how Racket's 
languages are defined.

Neil ⊥

On 02/20/2012 10:31 AM, Ashok Bakthavathsalam wrote:
> Is there a code visualization website for Racket programs similar to
> what is available at Online Python Tutor http://bit.ly/zaJClq?
> Needless to say, it would provide a great self-teaching or learning tool.
>
>    % ashok
>
>
>
> ____________________
>    Racket Users list:
>    http://lists.racket-lang.org/users


Posted on the users mailing list.