fb_intro
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
fb_intro [2022/12/02 23:25] – praetor | fb_intro [2022/12/02 23:36] (current) – praetor | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Introduction ====== | ||
+ | FreeBASIC is a modern, and powerful dialect of the Beginners' | ||
+ | |||
+ | The original version was created by John G. Kemeny and Thomas E. Kurtz at Dartmouth College in 1964. They wanted to enable students in non-scientific fields to use computers. At the time, nearly all computers required writing custom software, which only scientists and mathematicians tended to learn. Since then, BASIC has been available for a variety of computers ranging from mainframes to calculators, | ||
+ | |||
+ | In this tutorial series, we shall introduce the reader to core programming concepts and hygienic coding practices. At the end of each section there will be a project to perform a number of tasks one may want to accomplish on SDF. | ||
+ | |||
+ | For more information on FreeBASIC, please refer to it's [[https:// | ||
+ | |||