git @ Cat's Eye Technologies The-Glosscubator / 926e031
Add some books about BASIC. Chris Pressey 1 year, 16 days ago
3 changed file(s) with 28 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
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
66 SPDX-License-Identifier: CC0-1.0
77 -->
88
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/)_
1010
1111 - - - -
1212
8686
8787 Works regarding the theoretical study of automata.
8888
89 ### BASIC
90
91 * used-in: bookmarks
92 * see-also: Programming Languages, Retrocomputing
93
94 Works regarding the programming language BASIC.
95
8996 ### Bioinformatics
9097
9198 * used-in: bookmarks
557564 ### Programming Languages
558565
559566 * used-in: books, bookmarks
560 * see-also: Dafny, Haskell, Lua, Prolog
567 * see-also: BASIC, Dafny, Haskell, Lua, Prolog, PLDI
561568
562569 Works which are, or closely pertain to, individual particular programming languages.
563570 Contrast PLDI, which pertains to the study of programming languages as a subject.