Daily Archives: August 14, 2005

BASIC Programming

One of the easiest programming languages to learn is BASIC. For some time the ability to compile BASIC programs has been availible in commercial software but I have recently been pointed to FreeBASIC and wxBasic which are designed to allow BASIC programmers to have some advanced functionality (eg. pointers) and allow for compiling. Sometimes for a simple script or program a quick and dirty language like BASIC just works best.