hpi-swa / RSqueak

A Squeak/Smalltalk VM written in RPython.
BSD 3-Clause "New" or "Revised" License
83 stars 15 forks source link

Create .build script to spawn a cmd/shell with the proper environment setup #59

Closed j4yk closed 9 years ago

j4yk commented 9 years ago

Instead of running the rpython translation or the tests, start the system appropriate shell with proper environment variables set such that, e.g. under Windows, C code can be compiled, SDL_PREFIX is set etc.

Among other things this would enable to run a python REPL with working RPython modules like RSDL. It would ease some quick experiments.