Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
f4420486
Commit
f4420486
authored
32 years ago
by
ram
Browse files
Options
Downloads
Patches
Plain Diff
Updated pathnames to be relative to library:, deleted support, mentioned
additional demos.
parent
672bfb85
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/ops/ops.catalog
+11
-16
11 additions, 16 deletions
contrib/ops/ops.catalog
with
11 additions
and
16 deletions
contrib/ops/ops.catalog
+
11
−
16
View file @
f4420486
...
...
@@ -12,34 +12,29 @@ Author:
CMU Common Lisp mods by Dario Guise, Skef Wholey, and Dan Kuokka.
Maintainer:
CMU Common Lisp Group.
Net Address:
slisp-group@b
Not really maintained.
Copyright Status:
Public domain.
Files:
ops.lisp, ops-backup.lisp, ops-compile.lisp, ops-io.lisp, ops-main.lisp,
ops-match.lisp, ops-rhs.lisp, ops-util.lisp, ops.catalog, ops-demo-mab.lisp,
ops-demo-ttt.lisp, and binaries.
How to Get:
The following unix command will copy the pertinent files into directory
<spec>.
cp /afs/cs.cmu.edu/project/slisp/library/ops/* <spec>
ops-match.lisp, ops-rhs.lisp, ops-util.lisp, ops.catalog, *.ops
Portability:
Should run in any legal Common Lisp implementation.
Instructions:
From Lisp, load "ops" and then go into the OPS package with (in-package
'ops). Now you can load your OPS5 code or start typing in productions.
There are two demos -- interactive tic-tac-toe and the monkey and banana
problem. To run the former just load it and call RUN. For the latter, first
enter "(make start 1)" and then call RUN.
To compile for CMU Common Lisp, (load "library:contrib/ops/compile-ops").
After OPS has been compiled, you can (load "library:contrib/ops/ops.fasl").
Then go into the OPS package with (in-package :ops). Now you can load your
OPS5 code or start typing in productions.
There are a number of demos and sample programs; particularly amusing is the
Haunt adventure game. Do (load "<name>.ops"), then "(run)". Many systems
require an initial "(make start)" before the "(run)" --- if this is missing,
"(run)" will do nothing. Set *ptrace* to NIL to eliminate production tracing.
See the OPS5 User's Manual, July 1981, by Forgy, CMU CSD.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment