i need a tiny program like power开发者_运维百科basic for compiling basic applications that runs on the console of windows (tiny, so microsoft express edition is not an option). What do you recomend me?
You can use Microsoft's Visual Basic compiler from the command prompt:
vbc.exe Source.vb
The compiler is part of the .NET Framework installation and is located in
%SystemRoot%\Microsoft.NET\Framework\<Framework version>\vbc.exe
FreeBASIC is a free/open source (GPL), 32-bit BASIC compiler[1] for Microsoft Windows, protected-mode DOS (DOS extender), Linux, FreeBSD and Xbox.
http://freebasic.net
OS DOS, FreeBSD, Linux, Microsoft Windows License GNU GPL, Standard libraries licensed under the GNU LGPL
Quick Basic compiler link I found using search:
http://www.qbcafe.net/qbc/english/download/compiler/qbasic_compiler.shtml
There's a qbasic version still in development at http://www.qbasic.com/
QBasic http://www.qbcafe.net/qbc/english/download/compiler/qbasic_compiler.shtml Best BASIC programming environment ever in my opinion (VisualBasic and Real Basic don't count but they are equally awesome)
And then there is XBasic
XBasic is a variant of the BASIC programming language
http://xbasic.sourceforge.net/
Both mentioned FOSS variants can compile for Windows
Hope it helps
JustBasic is free, small, and wonderful! And the users in the forums are extremely friendly and helpful! http://www.justbasic.com (I'm not sure if it's open source though... but it IS free)
I use QB64 a 64-bit compiler for Windows XP 7 8. Compiles most (or easily converted) QuickBasic 4.5 programs.
精彩评论