The Lisp Programming Language

Craps Simulation! Example Program


Click below to go directly to a specific section:
Description | Source Code | Sample Run | Program Notes

This program demonstrates the functional style of programming that can be achieved, using the Lisp programming language. There is only one assignment statement throughout the source code, everything else was accomplished using the return value from each function. Each time the function CRAPS is called, a line of output detailing the result of the roll, is shown.


Source Code

Visual Basic Calculator Program


Sample Run

Craps!


Program Notes


[Back] [Home]

Last modified: 05:30 PM on 11/18/1996 by Rachelle Tustanowski