<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
img {
max-width: 100%;
height: auto;
}
p.details {
font-style:italic;
color:#777
}
.footer p {
font-size:small;
color:#777
}
pre.commit-message {
white-space: pre-wrap;
}
.file-stats a {
text-decoration: none;
}
.file-stats .new-file {
color: #090;
}
.file-stats .deleted-file {
color: #B00;
}
</style>
<body>
<div class='content'>
<h3>
Raymond Toy pushed to branch master
at <a href="https://gitlab.common-lisp.net/cmucl/cmucl">cmucl / cmucl</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/5c10ab93105fa6e095bbcbb05c2abca473aebecd">5c10ab93</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2016-01-09T10:50:21Z</i>
</div>
<pre class='commit-message'>Add list of features to README.
(Taken from the wiki intro.)</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
README.md
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.common-lisp.net/cmucl/cmucl/commit/5c10ab93105fa6e095bbcbb05c2abca473aebecd#diff-0'>
<strong>
README.md
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/README.md
</span><span style="color: #000000;background-color: #ddffdd">+++ b/README.md
</span><span style="color: #aaaaaa">@@ -8,3 +8,45 @@ debugger and code profiler; and an Emacs-like editor implemented in
</span> Common Lisp. CMUCL is maintained by a team of volunteers collaborating
over the Internet, and is mostly in the public domain.
<span style="color: #000000;background-color: #ddffdd">+Here is a summary of its main features:
+
+* support for **static arrays** that are never moved by GC but are
+ properly removed when no longer referenced.
+* **Unicode** support, including many of the most common external
+ formats such as UTF-8 and support for handling Unix, DOS, and
+ Mac end-of-line schemes.
+* native **double-double floats** including complex double-double
+ floats and specialized arrays for double-double floats and and
+ complex double-double floats that give approximately 106 bits
+ (32 digits) of precision.
+* a **sophisticated native-code compiler** which is capable of
+ powerful type inferences, and generates code competitive in
+ speed with C compilers.
+* **generational garbage collection** on all supported
+ architectures.
+* **multiprocessing capability** on the x86 ports.
+* a foreign function interface which allows interfacing with C code
+ and system libraries, including shared libraries on most platforms,
+ and direct access to Unix system calls.
+* support for interprocess communication and remote procedure calls.
+* an implementation of CLOS, the [Common Lisp Object
+ System](http://en.wikipedia.org/wiki/Common_Lisp_Object_System),
+ which includes multimethods and a metaobject protocol.
+* a graphical source-level debugger using a Motif interface, and a
+ code profiler.
+* an interface to the X11 Window System (CLX), and a sophisticated
+ graphical widget library ([Garnet](https://www.cs.cmu.edu/~garnet/),
+ available separately).
+* programmer-extensible input and output streams ([Gray
+ Streams](http://www.nhplace.com/kent/CL/Issues/stream-definition-by-user.html)
+ and
+ [simple-streams](http://www.franz.com/support/documentation/current/doc/streams.htm)).
+* an Emacs-like editor,
+ [Hemlock](http://cmucl.org/hemlock/index.html), implemented in
+ Common Lisp.
+* **freely redistributable**: free, with full source code (most of
+ which is in the public domain) and no strings attached (and no
+ warranty). Like the GNU/Linux and *BSD operating systems, CMUCL is
+ maintained and improved by a team of volunteers collaborating over
+ the Internet.
+
</span></code></pre>
<br>
</li>
</div>
<div class='footer' style='margin-top: 10px;'>
<p>
—
<br>
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/5c10ab93105fa6e095bbcbb05c2abca473aebecd">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.common-lisp.net.
If you'd like to receive fewer emails, you can adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.common-lisp.net/cmucl/cmucl/commit/5c10ab93105fa6e095bbcbb05c2abca473aebecd"}}</script>
</p>
</div>
</body>
</html>