Skip to content

Releases: pascalcombier/plain-common-lisp

Release 2024-04 based on SBCL 2.4.3

04 Apr 00:30
Compare
Choose a tag to compare

This new release contains minor changes:

  • Update to SBCL 2.4.3 (including new parallel garbage collector from SBCL 2.4.0)
  • The examples have been updated

Release based on SBCL 2.2.8

10 Sep 15:51
Compare
Choose a tag to compare

This new release contains minor changes:

  • Update SBCL to 2.2.8
  • The examples have been updated

Zip and 7zip files are provided, but 7zip is recommended because the compression is better.

Release with improved performances

13 Aug 04:11
Compare
Choose a tag to compare

This new release contains major changes:

  • plain-common-lisp is now a portable application: it can be executed from any location on the disk
  • Improved Quicklisp integration: 10% faster startup time
  • plain-common-lisp is now released with a code snippets document
  • The documentation has been updated to reflect the changes
  • The examples have been updated

Zip and 7zip files are provided, but 7zip is recommended because the compression is better.

New release with examples

07 Aug 09:23
Compare
Choose a tag to compare

This new release contains minor changes:

  • One compilation warning has been removed
  • 8 examples are now available, ready to be compiled and executed
  • The documentation has been updated to reflect the changes

zip and 7zip files are provided, but I recommend 7zip as the compression is better.

Third release based on SBCL 2.2.7

31 Jul 12:18
Compare
Choose a tag to compare

This new release contains important changes:

  • Upgraded to SBCL 2.2.7
  • sbcl.exe now includes a manifest allowing for GUI to enable Windows Visual Styles
  • plain-common-lisp behave much better for finding DLLs files from standalone executable files (save-lisp-and-die)
  • API change: the ASDF systems are now located in a directory named "systems" instead of "sources"
  • The documentation has been updated to reflect the changes

Second public release upgraded to SBCL 2.2.6

24 Jul 12:20
Compare
Choose a tag to compare

This new release contains important changes:

  • Upgraded to SBCL 2.2.6, allowing to generate smaller executable files with a fast boot time (zstd)
  • plain-common-lisp behave much better for finding DLLs files from generated executable file (save-lisp-and-die)
  • SLIME installation has been documented

Initial public release

17 Jul 11:13
Compare
Choose a tag to compare

This is the first public release of plain-common-lisp, a portable distribution of SBCL for Windows.

  • Download the archive
  • Extract somewhere
  • Done: you have a REPL with Quicklisp!