File: README

package info (click to toggle)
brandy 1.23.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,268 kB
  • sloc: ansic: 39,421; makefile: 91; sh: 1
file content (34 lines) | stat: -rw-r--r-- 1,512 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
The example programs are as follows:

cmdline		Reads parameters from the command line used to
		start the interpreter
combsort	Compares a comb sort and a bubble sort
cricket		Simulates a game of cricket
dow		Prints the day of the week for the given date
gpiolib		GPIO library for Raspberry Pi, interface-compatible with
		BBCSDL's gpiolib.bbc by Richard Russell.
graphdemo	Plots a graph. Requires either the graphical build, or
		the tbrandy text build running in an xterm.
hanoi		Solves the 'Ttowers of Hanoi' puzzle
hex		Solves the 'hex' puzzle
lands		Plots a simple fractal landscape
mouse-doodle	Simple mouse-driven drawing program.
pastriang	Draws Pascal's triangle
shroud		A tool for shrouding programs. It is itself shrouded.
sieve		Sieve of Eratosthenes
sine		Plots a sine graph. Requires either the graphical build,
		or the tbrandy text build running in an xterm.
spiral		Plots a spiral ball. Requires either the graphical build,
		or the tbrandy text build running in an xterm.
tekdemo1	Graphics demo using the Tektronics terminal
		emulation in xterm under NetBSD and Linux
tekdemo2	Graphics demo using the Tektronics terminal
		emulation in xterm under NetBSD and Linux
teklib		Library of procedures used by the three Tektronics
		demo programs, runs in any text or graphical build
tekspiral	Graphics demo using the Tektronics terminal
		emulation in xterm under NetBSD and Linux
trees1		Create a binary tree
trees2		Create a binary tree using indirection operators
tvtime		A simple adventure game