[plt-scheme] saved window configurations
>
> ;; ---
>
> And yes, while there are limits as to what we can include in the
> language, I think we are from reaching them.
>
> -- Matthias
Cute ideas. Maybe there are even no limits, except practical.
Theoretically, you can encode whole IDE as a library that can be used as
defined in the main program ... Say ...
(preferences (font-size 14)
(font LucidaConsole)
(font-smoothing ...))
...
(send-bugs-to-PLT on)
(if (today-im-slow)
(show-profiler)
(hide-profiler))
And once one double-click on the "main.scm" IDE can be defined according
to the code. Are you saying you are going toward something similar to that?
(debugger
>
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>