Add some books about BASIC.
Chris Pressey
1 year, 16 days ago
|
0 |
BASIC Books
|
|
1 |
===========
|
|
2 |
|
|
3 |
<!--
|
|
4 |
SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
|
|
5 |
|
|
6 |
SPDX-License-Identifier: CC0-1.0
|
|
7 |
-->
|
|
8 |
|
|
9 |
### BASIC Fun
|
|
10 |
|
|
11 |
* subtitle: computer games, puzzles, and problems children can write
|
|
12 |
* authors: Suan Lipscomb, Ann Zuanich
|
|
13 |
* date: 1982
|
|
14 |
* online @ [archive.org](https://archive.org/details/BASICFun)
|
|
15 |
* borrow @ [archive.org](https://archive.org/details/basicfuncomputer00lips)
|
|
16 |
|
|
17 |
.
|
|
18 |
|
6 | 6 |
SPDX-License-Identifier: CC0-1.0
|
7 | 7 |
-->
|
8 | 8 |
|
9 | |
_See also: [Dafny](../Dafny/), [Haskell](../Haskell/), [Lua](../Lua/), [Prolog](../Prolog/)_
|
|
9 |
_See also: [BASIC](../BASIC/), [Dafny](../Dafny/), [Haskell](../Haskell/), [Lua](../Lua/), [Prolog](../Prolog/), [PLDI](../PLDI/)_
|
10 | 10 |
|
11 | 11 |
- - - -
|
12 | 12 |
|
86 | 86 |
|
87 | 87 |
Works regarding the theoretical study of automata.
|
88 | 88 |
|
|
89 |
### BASIC
|
|
90 |
|
|
91 |
* used-in: bookmarks
|
|
92 |
* see-also: Programming Languages, Retrocomputing
|
|
93 |
|
|
94 |
Works regarding the programming language BASIC.
|
|
95 |
|
89 | 96 |
### Bioinformatics
|
90 | 97 |
|
91 | 98 |
* used-in: bookmarks
|
|
557 | 564 |
### Programming Languages
|
558 | 565 |
|
559 | 566 |
* used-in: books, bookmarks
|
560 | |
* see-also: Dafny, Haskell, Lua, Prolog
|
|
567 |
* see-also: BASIC, Dafny, Haskell, Lua, Prolog, PLDI
|
561 | 568 |
|
562 | 569 |
Works which are, or closely pertain to, individual particular programming languages.
|
563 | 570 |
Contrast PLDI, which pertains to the study of programming languages as a subject.
|