This program can be used to try executing simple one liners, interactively in SNOBOL5. This is a great help when you are just learning SNOBOL5. Just use the following command:
ELIZA in a program to be run interactively and permits one to be diagnosed by the famous computer psychiatrist. Just type the following command:
This program recognizes English sentences which follow a simple grammar. Use the following command to run the program
This is the shortest known self reproducing SNOBOL5 program. To run this program and put the reproduced copy in a disk file called "child.sno", use the command:
This program produces a cross reference listing of a SNOBOL5 program to the degree that this is possible. The program is read from unit 1 and the listing is written to unit 6. It does not extract names from quoted strings however. To run the cross reference program against the ENGLISH.SNO program above and put the output in file "listing", use the command:
This is a rewrite of the old IBM Personal Editor 2 which came out with PC1. The link will take you to the downloads for Windows and Linux executables and source code for 64 bit Intel machines.
This program produces computes the solutions to the N-queens problem: how to place N queens on an N by N chess checkerboard without any queen attacking another. This program may be the most compact solution in any programming language.
This program is a SNOBOL5 implementation of the popular WORDLE game.
This program solves sudoku puzzles. Edit the source to add you puzzle to solve after the END statement.
Prior Page, Next Page, First Page of the Oregon SNOBOL5 Reference