[plt-scheme] Jane Street Summer Project 2009

From: Jakub Piotr Cłapa (jpc-ml at zenburn.net)
Date: Tue Feb 3 04:17:13 EST 2009

On 2/3/09 3:51 AM, Grant Rettke wrote:
> 1. Start DrScheme.
> 2. Open the 3-5 files I care about while working the project: a couple
> modules, the tests, and maybe a scratch file (Stephen's plugin
> addresses this).
> 3. Work on some particular functions in files or modules.
>
> For me the project notion exists to help me, not the code. I can
> browse by file or module, and see all of the definitions in a module.

IMHO the concept of a master file could be helpful in DrScheme [1] when 
running the code. I frequently find myself editing some modules and 
wanting to test the whole GUI (which means I must manualy switch to the 
master file).

In plain mzscheme I prefer to run from the terminal so it's not a big 
concern.

[1]: Maybe search the current window's tabs for an open #lang project 
file and check which file is the master.

-- 
regards,
Jakub Piotr Cłapa


Posted on the users mailing list.