descriptionCommon Lisp utility collection
homepage URLhttp://common-lisp.net/project/alexandria
repository URLgit://common-lisp.net/projects/alexandria/alexandria.git
ownertrebbu@googlemail.com
last changeWed, 30 Jul 2014 12:47:56 +0000 (30 14:47 +0200)
content tags
add:
README
Alexandria is a collection of portable public domain utilities that
meet the following constraints:

 * Utilities, not extensions: Alexandria will not contain conceptual
   extensions to Common Lisp, instead limiting itself to tools and
   utilities that fit well within the framework of standard ANSI
   Common Lisp. Test-frameworks, system definitions, logging
   facilities, serialization layers, etc. are all outside the scope of
   Alexandria as a library, though well within the scope of Alexandria
   as a project.

 * Conservative: Alexandria limits itself to what project members
   consider conservative utilities. Alexandria does not and will not
   include anaphoric constructs, loop-like binding macros, etc.

 * Portable: Alexandria limits itself to portable parts of Common
   Lisp. Even apparently conservative and useful functions remain
   outside the scope of Alexandria if they cannot be implemented
   portably. Portability is here defined as portable within a
   conforming implementation: implementation bugs are not considered
   portability issues.

Homepage:

  http://common-lisp.net/project/alexandria/

Mailing lists:

  http://lists.common-lisp.net/mailman/listinfo/alexandria-devel
  http://lists.common-lisp.net/mailman/listinfo/alexandria-cvs

Repository:

  git://common-lisp.net/projects/alexandria/alexandria.git

Documentation:

  http://common-lisp.net/project/alexandria/draft/alexandria.html

  (To build docs locally: cd doc && make html pdf info)

Patches:

  Patches are always welcome! Please send them to the mailing list as
  attachments, generated by "git format-patch -1".

  Patches should include a commit message that explains what's being
  done and /why/, and when fixing a bug or adding a feature you should
  also include a test-case.

  Be advised though that right now new features are unlikely to be
  accepted until 1.0 is officially out of the door.
shortlog
2014-07-30 James M. LawrenceFix default ARRAY-INDEX and ARRAY-LENGTH.master
2014-07-30 Attila LendvaiExtended DELETE-FROM-PLIST.1 test to test the removal...
2014-07-30 James M. LawrenceUse the original DELETE-FROM-PLIST replacement.
2014-05-12 Jan MoringenActually use BISECT-BIG in %MULTIPLY-RANGE.
2014-03-04 Attila LendvaiReplace DELETE-FROM-PLIST implementation, shorter and...
2014-03-04 Attila LendvaiOptimize DELETE-FROM-PLIST not to cons.
2014-03-04 Attila Lendvaiadd/fix some tests
2014-03-04 James M. Lawrencefix test PARSE-ORDINARY-LAMBDA-LIST.1
2014-02-16 aarvidFixed bug in gaussian-random when min or max is nil...
2014-02-16 Attila LendvaiAdded test gaussian-random.2 (sbcl only) that demonstra...
2013-01-26 Nikodemus Siivolaadd existence of &KEY to return-values of PARSE-ORDINAR...
2013-01-26 Nikodemus Siivolafix docstring of IOTA
2013-01-26 Nikodemus Siivolafix contagion in IOTA when step is a complex integer...
2013-01-26 Michael StevensImprove spelling
2013-01-26 Nikodemus Siivoladocument restrictions on GAUSSIAN-RANDOM
2013-01-26 Nikodemus SiivolaFORMAT-SYMBOL now uses WITH-STANDARD-IO-SYNTAX
...
heads
9 years ago master