while waiting impatiently for my pyboard, I build micropython for unix and played a bit with it. I'm impressed by it's loading speed. You did a great job. I'm looking forward to test the pyboard on my project.

We use a DOS environment at work (for some things we need to). To get the things done, we are doing, I implemented a big program in pure python (pythond 2.4.2). Since I use the same codebase to run the program on windows, I'm still bound to Python2.
If there would be a FreeDOS port of micropython I could make the jump to Python3 (using normal python+qt on windows).
Dos is still used in some special areas, such as system maintenance/diagnose. It boots in under 5s. Writing batch scripts in this area is no fun and very limited... The power of python puts the fun back into DOS

Is there a chance to get a FreeDos (DJGPP) build of micropython?