Advertisement
bulrush

BASIC compilers

Aug 8th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. BASIC compilers for GUI windows programs
  2. =========================================
  3.  
  4. Need HTML get widget, graphing widget.
  5.  
  6. - https://en.wikipedia.org/wiki/List_of_compilers#BASIC_compilers
  7.  
  8. - Basic for QT, http://www.q7basic.org/index.html
  9. Compiles for Windows, Mac and Linux.
  10. GUI for designing main window.
  11. L29.95 for compiler for one platform. More cost for more platforms.
  12. Needs mingw installed?
  13. DEAD. No longer updated.
  14.  
  15. - QB64 (and QB32), https://en.wikipedia.org/wiki/QB64
  16. Creates C++ code which is compiled.
  17. Documentation: https://en.wikipedia.org/wiki/QB64
  18. Examples of downloading a file.
  19.  
  20. - Kbasic, http://www.kbasic.org/
  21. "It is 100% syntax compatible to VB6, VBA and QBasic(R)."
  22. DEAD. Points to http://www.q7basic.org/.
  23.  
  24. - Basic compiler links
  25. http://www.qbasic.net/en/qbasic-downloads/compiler/windows-compiler.htm
  26.  
  27.  
  28. Pascal
  29. ======
  30.  
  31. - Lazarus and FreePascal, http://www.lazarus-ide.org/
  32. Drag N Drop IDE similar to VB.
  33. Delphi-compatible. Might use Delphi components?
  34. Forum: http://forum.lazarus.freepascal.org/index.php?PHPSESSID=26c795f69d9e4a329a7052bd298a49dd&action=forum
  35.  
  36.  
  37. Perl compilers
  38. ==============
  39.  
  40. - Perl compiler post. http://www.perlmonks.org/?node_id=108708
  41.  
  42. - See perlcc. It makes a standalone executable.
  43. 2015 Could not make it work with Strawberry perl.
  44.  
  45. - See PAR.
  46. 2015 Could not make it work with any Perl including Strawberry Perl, Activestate.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement