Long winded title, short question:
If one wants to develop for Windows but not have to rely on any external dependency (no runtime, thus ruling out .net), what suppo
Vala (compiles to ANSI C)
Awk using awka*
(*note: awka interprets awk, and generates ANSI C, which can be compiled to native code with any C compiler).
MASM32 ( http://masm32.com/ ) if you can live with the licensing agreement.
Prolog using Visual Prolog
Mercury using the Mercury compiler (compiles to ANSI C, which can then be compiled to native code)
Have a look at this -
http://www.codegear.com/products/delphi
Glynn