Basic

From Chessprogramming wiki
Revision as of 14:05, 26 June 2018 by GerdIsenberg (talk | contribs) (Created page with "'''Home * Programming * Languages * BASIC''' '''BASIC''',<br/> an acronym for '''B'''eginner's '''A'''ll-purpose '''S'''ymbolic '''I'''nstruction '''C''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Programming * Languages * BASIC

BASIC,
an acronym for Beginner's All-purpose Symbolic Instruction Code, is a family of high-level programming languages, initially designed in 1963/1964 by John G. Kemeny and Thomas E. Kurtz at Dartmouth College [1] .

While early dialects worked in conjunction with a teletype command line interpreter, which could immediately interprete and print expressions, or run a program which lines were entered (or re-loaded from punch tape) with leading line numbers, later dialects were more sophisticated with respect to program structure, recursion, object-oriented and event-driven programming paradigms, and compiled executables.

Basic Engines

There were a few didactic chess programs written in Basic, most notably a program by Dieter Steinwender published 1984 in Computerschach und Spiele [2] , Demoschach by Hans-Joachim Kraas and Günther Schrüfer [3] , and Minimax by Chrilly Donninger and Dieter Steinwender, which was later converted to WinBoard by Thomas McBurney [4] .

Publications

Forum Posts

External Links

Wikipedia

HP time-shared BASIC
VBScript
Visual Basic .NET
Visual Basic for Applications

Hiarcs

References

Up one Level