Mosh の Windows 版が動き始めています

herumi さんがコミットしてくれた Windows 対応のコードにより MoshWindows で動き始めています。
Visual studio 2008 Express Edition で mosh.vcproj を開き、ビルドすると mosh.exe が作られます。
まだ I/O 周りが正しく動いていませんが bytevector のテストなどは正しく動いているようです。

E:\hoge\mosh-scheme\r6rs-test-suite>"e:\Program Files\Windows Resource Kits\Tool
s\timeit.exe" e:\hoge\mosh-scheme\win\bin\mosh.exe tests\r6rs\run\bytevectors.sp
s
Running tests for (rnrs bytevectors)
469 tests passed

Version Number:   Windows NT 5.1 (Build 2600)
Exit Time:        9:25 pm, Thursday, March 19 2009
Elapsed Time:     0:00:02.281
Process Time:     0:00:02.250
System Calls:     13607
Context Switches: 1388
Page Faults:      3161
Bytes Read:       26569
Bytes Written:    528
Bytes Other:      11844


せっかくなの IronScheme と速度を比べようと timeit.exe を導入したのですが IronSchemeConsole.exe は timeit 経由では CreateProcess に失敗するようです。