swdunlop / WaspVM

The Wasp Lisp Virtual Machine, Associated Libraries, and MOSREF
http://sites.google.com/site/waspvm/
103 stars 17 forks source link

Implements the process spawning commands for Windows #8

Closed doublec closed 8 years ago

doublec commented 9 years ago

This patch implements the process spawning for Windows and includes 'sh' command support for Windows in MOSREF.

I wrote a blog post about the implementation with a video showing it working:

http://bluishcoder.co.nz/2015/02/19/spawning-windows-commands-in-wasp-lisp-and-mosref.html

There's some duplication of code in the console handling, process handling and pipe code but I never got around to refactoring that. I thought I'd do a pull request so this code doesn't get lost.