This page (revision-32) was last changed on 03-Feb-2023 15:21 by Maury Markowitz 

This page was created on 07-Aug-2017 01:38 by Roland B. Wassenberg

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
32 03-Feb-2023 15:21 8 KB Maury Markowitz to previous
31 09-May-2018 19:45 8 KB Maury Markowitz to previous | to last
30 09-May-2018 19:44 8 KB Maury Markowitz to previous | to last
29 09-May-2018 19:26 8 KB Maury Markowitz to previous | to last
28 04-May-2018 14:31 8 KB Maury Markowitz to previous | to last
27 03-May-2018 20:13 8 KB Maury Markowitz to previous | to last
26 01-May-2018 01:15 6 KB Roland B. Wassenberg to previous | to last
25 01-May-2018 00:56 6 KB Roland B. Wassenberg to previous | to last
24 28-Apr-2018 21:49 6 KB Maury Markowitz to previous | to last
23 28-Apr-2018 13:52 6 KB Maury Markowitz to previous | to last
22 28-Apr-2018 13:52 6 KB Maury Markowitz to previous | to last
21 27-Apr-2018 23:52 6 KB Maury Markowitz to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 4 lines
!!!WSFN (Which Stands for Nothing) ; Copyright (C) 1981 Atari, Inc. and Harry B. Stewart
WSFN (Which Stands for Nothing) was a programming language for controlling robots created by Li-Chen Wang and published by Dr. Dobb's Journal in September 1977. It was later translated into Japanese and published by ASCII.\\
\\
Extended WSFN was an implementation created for the Atari 8-bit family of home computers by Harry B. Stewart and published by the Atari Program Exchange (APX) in 1981. Extended WSFN was designed as 'beginner's language with emphasis on graphics' and included turtle graphics. It was an exceedingly cryptic language.
!!!WSFN (Which Stands for Nothing)
WSFN (Which Stands for Nothing) is a small programming language originally created by Li-Chen Wang (author of Tiny BASIC) as a way to send commands to a small robot. It was originally published in Dr. Dobb's Journal in September 1977. When he lost access to the robot, it was replaced by a turtle graphics system instead.
At line 4 added 4 lines
The language is similar to [PILOT] in general concept, using single-letter commands who's primary purpose is to cause the turtle to move and create drawings. In contrast, WSFN allows the construction of more complex macros using parenthesis, which can then be combined into larger programs. WSFN programs can quickly become unreadable in spite of their single-letters and relatively simple code.
Extended WSFN was an implementation created for the Atari 8-bit family of home computers by Harry B. Stewart and published by the Atari Program Exchange (APX) in 1981. The main differences were to add another set of commands to provide access to some of the Atari platform's capabilities, notably graphics, color, sound and joystick support. The language was otherwise similar to the original.