Unix and Linux Discussions Tagged with programming |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
30 |
73,345 |
Programming |
|
|
|
0 |
24,942 |
What is on Your Mind? |
|
|
|
1 |
15,151 |
Programming |
|
|
|
0 |
25,374 |
Programming |
|
|
|
1 |
9,833 |
Programming |
|
|
|
7 |
24,075 |
Programming |
|
|
|
5 |
14,142 |
Programming |
|
|
|
4 |
12,182 |
Programming |
|
|
|
8 |
15,895 |
Programming |
|
|
|
0 |
19,129 |
Programming |
|
|
|
0 |
17,698 |
Programming |
|
|
|
6 |
20,637 |
Programming |
|
|
|
6 |
14,854 |
Programming |
|
|
|
8 |
24,871 |
Programming |
|
|
|
0 |
16,973 |
Programming |
|
|
|
1 |
12,598 |
Programming |
|
|
|
13 |
26,915 |
Programming |
|
|
|
7 |
23,727 |
Programming |
|
|
|
14 |
32,678 |
Programming |
|
|
|
1 |
13,042 |
Programming |
|
|
|
10 |
24,107 |
Programming |
|
|
|
1 |
17,363 |
Programming |
|
|
|
1 |
15,312 |
Programming |
|
|
|
0 |
14,341 |
Programming |
|
|
|
8 |
22,894 |
Programming |
|
|
|
1 |
13,881 |
Programming |
|
|
|
7 |
25,386 |
Programming |
|
|
|
5 |
26,919 |
Programming |
|
|
|
9 |
31,910 |
Programming |
|
|
|
0 |
33,653 |
Programming |
|
|
|
6 |
16,813 |
Programming |
|
|
|
4 |
13,656 |
What is on Your Mind? |
|
|
|
1 |
24,723 |
Programming |
|
|
|
18 |
32,412 |
Programming |
|
|
|
9 |
22,898 |
Programming |
|
|
|
0 |
30,364 |
Programming |
|
|
|
2 |
14,943 |
Programming |
|
|
|
6 |
7,082 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
19,374 |
Programming |
|
|
|
13 |
22,643 |
Programming |
gvrng(1) gvrng(1)
NAME
gvrng - An interactive, introductory programming language.
SYNTAX
gvrng [world file | program file]
DESCRIPTION
Guido van Robot is a project developed by advanced high school students for use by their peers as a learning tool and precursor to the fur-
ther study of programming with Python. It is a minimalistic programming language providing just enough syntax to help students learn the
concepts of sequencing, conditional branching, looping and procedural abstraction. It's biggest strength is that it permits this learning
in an environment that combines the thrill of problem-solving with instant visual feedback. In short, it is an interactive, introductory
programming language that is excellent for learning the basic concepts of programming, applicable in any high-level language. Best of all,
it's a whole lot of fun, too!
At this point, you are probably asking yourself, "What is GvRng, specifically?" The gist of it is that it is a robot represented by a tri-
angle on the screen that moves around in a world made up of streets and avenues, walls and "beepers", which Guido can collect or set. His
actions are completely guided by a program written by the user.
FILES
/usr/bin/gvrng
/usr/lib/gvrng
/usr/share/doc/gvrng
AUTHORS
Stas Zytkiewicz - stasz@linux.isbeter.nl
Waseem Daher - wdaher@mit.edu
Steve Howell - showell@zipcon.net
SEE ALSO
http://gvrng.sourceforge.net
Stas Zytkiewicz 1.0 09/13/2004 gvrng(1)