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
515c122a
Commit
515c122a
authored
33 years ago
by
ram
Browse files
Options
Downloads
Patches
Plain Diff
Added hardware requirements section and note about the function type cleanup.
parent
3fc288b9
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/cmucl.1
+15
-8
15 additions, 8 deletions
general-info/cmucl.1
with
15 additions
and
8 deletions
general-info/cmucl.1
+
15
−
8
View file @
515c122a
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
.\" If you want to use this code or any part of CMU Common Lisp, please contact
.\" If you want to use this code or any part of CMU Common Lisp, please contact
.\" Scott Fahlman or slisp-group@cs.cmu.edu.
.\" Scott Fahlman or slisp-group@cs.cmu.edu.
.\"
.\"
.\"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/general-info/cmucl.1,v 1.
1
1991/10/1
6
1
5:51:52
ram Exp $
.\"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/general-info/cmucl.1,v 1.
2
1991/10/1
7
1
6:41:37
ram Exp $
.\"
.\"
.\" **********************************************************************
.\" **********************************************************************
.\"
.\"
...
@@ -20,14 +20,17 @@ CMU Common Lisp
...
@@ -20,14 +20,17 @@ CMU Common Lisp
.SH DESCRIPTION
.SH DESCRIPTION
CMU Common Lisp is public domain "industrial strength" Common Lisp programming
CMU Common Lisp is public domain "industrial strength" Common Lisp programming
environment. It is currently available for Sparcstations and DECstations
environment. Many of the X3j13 changes have been incorporated into CMU CL.
(pmaxes) running Mach (or OSF/1). We are beta-testing a SunOS SPARC version
Wherever possible, this has been done so as to transparently allow use of
and an IBM RT Mach version.
either CLtL1 or proposed ANSI CL. Probably the new features most interesting
to users are SETF functions, LOOP and the WITH-COMPILATION-UNIT macro.
Many of the X3j13 changes have been incorporated into CMU CL. Wherever
.SH HARDWARE REQUIREMENTS
possible, this has been done so as to transparently allow use of either CLTL1
or proposed ANSI CL. Probably the new features most interesting to
CMU CL is currently available for Sparcstations and DECstations (pmaxes)
users are SETF functions, LOOP and the WITH-COMPILATION-UNIT macro.
running Mach (or OSF/1). We are beta-testing a SunOS SPARC version and an IBM
RT Mach version. At least 16 megabytes of memory and 25 megabytes of disk
space are recommended. As usual, more is better.
.SH OVERVIEW
.SH OVERVIEW
When compared other Common Lisp implementations (such as Allegro), CMU CL has
When compared other Common Lisp implementations (such as Allegro), CMU CL has
...
@@ -127,6 +130,10 @@ reduced), then the type error may cause obscure errors or infinite looping.
...
@@ -127,6 +130,10 @@ reduced), then the type error may cause obscure errors or infinite looping.
See the section `Getting Existing Programs to Run' (6.6) in the compiler
See the section `Getting Existing Programs to Run' (6.6) in the compiler
chapter of the user manual.
chapter of the user manual.
CMU CL adheres to the X3J13 function type cleanup, which means that quoted
lambda-lists are not of type FUNCTION, and are no longer directly callable.
Use COERCE with the FUNCTION result type.
.SH OPTIMIZATION
.SH OPTIMIZATION
Python does many optimizations that are absent or less general in other
Python does many optimizations that are absent or less general in other
...
...
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