You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a language mode that doesn't open a separate window,
but displays the "current bitmap" in the repl.
Notes:
the update loop should be disabled (as default)
only display the bitmap, when a drawing function is called
[or simply compare the bitmap before and after each evaluation to see whether
it needs to be displayed in the repl again]
alternativ: a plugin for DrRacket could have a static canvas to draw on
The text was updated successfully, but these errors were encountered:
Idea:
Make a language mode that doesn't open a separate window,
but displays the "current bitmap" in the repl.
Notes:
[or simply compare the bitmap before and after each evaluation to see whether
it needs to be displayed in the repl again]
The text was updated successfully, but these errors were encountered: