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
67dad41f
Commit
67dad41f
authored
33 years ago
by
ram
Browse files
Options
Downloads
Patches
Plain Diff
Initial revision
parent
7dc63787
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
general-info/cmu-README.txt
+39
-0
39 additions, 0 deletions
general-info/cmu-README.txt
with
39 additions
and
0 deletions
general-info/cmu-README.txt
0 → 100644
+
39
−
0
View file @
67dad41f
To get CMU Common Lisp, run:
/usr/cs/etc/modmisc - cs.misc.cmucl
This establishes /usr/misc/.cmucl as a symbolic link to the release area.
In your .login, and CMU CL to your path:
setpath -i /usr/misc/.cmucl
Add /usr/misc/.cmucl/bin to your PATH, then run "lisp". Note that the first
time you run Lisp, it will take AFS several minutes to copy the image into its
local cache. Subsequent starts will be much faster.
Or, you can run directly out of the AFS release area (which may be necessary on
SunOS machines). Put this in your .login shell script:
setenv CMUCLLIB "/afs/cs/misc/cmucl/@sys/beta/lib"
setpath -i /afs/cs/misc/cmucl/@sys/beta
After setting your path, "man cmucl" will give an introduction to CMU CL and
"man lisp" will describe command line options. For SunOS installation notes,
see the README file in the SunOS release area.
See /usr/misc/.cmucl/doc for release notes and documentation. Hardcopy
documentation is available in the document room. For documentation of recent
compiler extensions (block compilation, profiler, etc.) you can print:
/afs/cs/project/clisp/scribe/cmu-user/compiler-update.ps (60 pages)
This replaces chapters 6 and 7 of the hardcopy User's Manual.
Send bug reports and questions to cmucl-bugs@cs.cmu.edu. If you send a bug
report to gripe, they will just forward it to this mailing list.
Running CMU CL:
Run "lisp". Try also "lisp -edit", which starts Hemlock. Hemlock will use X
if the DISPLAY environment variable is defined, otherwise it will use terminal
i/o based on TERM and /etc/termcap.
Source availability:
Lisp and documentation sources are publicly readable in /afs/cs/project/clisp.
All CMU written code is public domain, but CMU CL also makes use of several
imported packages: PCL, CLX and XP. Although these packages are copyrighted,
they may be freely distributed without any licensing agreement or fee.
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