This is a windows workspace for Chez Scheme.
Provides a simple alternative to a terminal; creates a workspace type interface; that prevents text rushing off the screen; keeps results and output into a different pane than the script source.
Uses tiled panes rather than overlapping windows; there are several standard view combinations that rearrange the panes.
Provides a graphical output pane.
I use versions of this application to write apps that script dozens of C libraries; Chez Scheme is very good at that.
You can work through the online Scheme programming book; executing the examples as you go.
This is the conventional win32 version of a workspace for running scheme.
It uses the legacy (IE11) web view for documentation and Scintilla for text.
There are other variants of this idea; that are modern browser/web view integrated.
https://github.com/cisco/ChezScheme
Win32++ is used for the windows; dockers etc.
http://win32-framework.sourceforge.net
Scintilla editor is used for the text/editor views. http://www.scintilla.org/
These are all open source components
Any (few) modifications are in the source code of the application.
See the license in the documentation.