Archives for: August 2005, 14

08/14/05

Permalink 01:09:33 pm, by Ben Franske Email , 70 words   English (US)
Categories: Tech, Web Wanderings

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.