Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambdamikel committed Mar 8, 2021
1 parent 884f406 commit a9df147
Show file tree
Hide file tree
Showing 4 changed files with 1,040 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# PetriNets-CLIM-Demo
A Simple Petri Net Editor and Simulator written in Common Lisp with CLIM (Common Lisp Interface Manager) GUI

A simple Petri Net editor and simulator written in Common Lisp using CLIM (Common Lisp Interface Manager) for the GUI.

![poster](pics/petrinet.jpg)

This was written in 2003 for a one [hour presentation / lecture about CLIM](./clim.pdf) taught by the author to CS students at the University of Hamburg.

The [Common Lisp / CLIM Petri Net editor / simulator program](src/petri2.lisp) was used as a running example in this lecture. It still compiles with LispWorks 6.1 and CLIM, under Ubuntu / Linux using the Motif port of CLIM.
Binary file added clim.pdf
Binary file not shown.
Binary file added pics/petrinet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a9df147

Please sign in to comment.