Summary
CMUCL is a free implementation of the Common Lisp programming language which runs on most major Unix platforms. It mainly conforms to the ANSI Common Lisp standard. Here is a summary of its main features: * a sophisticated native-code compiler which is capable of powerful type inferences, and generates code competitive in speed with C compilers. * generational garbage collection and 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, which includes multimethods and a metaobject protocol. * a graphical source-level debugger using a Motif interface, and a code profiler.
Versions
v21e :: 0 :: gentoo
- Modified
- License
- public-domain
- Keywords
- -* x86
- USE flags
- doc gui source
USE flags
General
Dependencies
app-alternatives / bc : bc symlink
dev-lisp / asdf : ASDF is Another System Definition Facility for Common Lisp
virtual / latex-base : Virtual for basic LaTeX binaries
x11-libs / motif : The Motif user interface component toolkit
Runtime Dependencies
dev-lisp / asdf : ASDF is Another System Definition Facility for Common Lisp
x11-libs / motif : The Motif user interface component toolkit
Depending packages
sci-mathematics / fricas : FriCAS is a fork of Axiom computer algebra system
sci-mathematics / maxima : Free computer algebra environment based on Macsyma
virtual / commonlisp : Virtual for Common Lisp
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
dev-lisp/cmucl: drop 21c
Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lisp/cmucl: Stabilize 21e x86, #934485
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
dev-lisp/cmucl: add 21e
Closes: https://bugs.gentoo.org/925279 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lisp/cmucl: sys-devel/bc -> app-alternatives/bc
All of these will be using app-alternatives/bc anyway as they're not calling bc-reference, so make the dep reflect reality. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lisp/cmucl: [QA] fix UnusedInherits (multilib)
get_libdir has been built-in since EAPI 6 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
dev-lisp/cmucl: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lisp/cmucl: add -* to KEYWORDS (needs binary to bootstrap)
Closes: https://bugs.gentoo.org/831436 Bug: https://bugs.gentoo.org/382463 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lisp/cmucl: eutils--
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Remove redundant `|| die` guards
* Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org> - Chema Alonso Josa · gentoo
dev-lisp/cmucl: Drop old versions
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Thomas Deutschmann · gentoo
dev-lisp/cmucl: x86 stable (bug #655424)
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Chema Alonso Josa · gentoo
dev-lisp/cmucl: Bump version from lisp overlay
Closes: https://bugs.gentoo.org/655700 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Andrey Grozin · gentoo
dev-lisp/cmucl: bump to 21c, USE flag doc added
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Andrey Grozin · gentoo
dev-lisp/cmucl: bump tp 21a
Package-Manager: portage-2.2.28 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed