I usually work in these languages;
C (Not C++!)
VB.NET
HTML
PHP
PYTHON
And possibly more if I decide to learn more languages but for now, these are the only computer languages I want to work with and compile.
So is there a compiler for Programmer’s Notepad that will let me compile in these languages?
PS: I know that you can’t compile HTML and PHP, I just wanted to put it there so it was on my language known list thing, just don’t worry about PHP and HTML.
Please Help?!
Thanks In Advance!



You can install a compiler and use your own editor if you want in most cases. Get the C compiler from the link below, code up your programs in Programmer’s Notepad, and then open a command prompt and compile it with the DJGPP C compiler. Python is an interactive programing language so it usually has its own IDE — still, you can get a compiler below if you still wish to use your favourite editor. As for VB . . . I think the Mono project has a command line VB compiler.
Hope this helps.