sbcl VS portable-condition-system

Compare sbcl vs portable-condition-system and see what are their differences.

sbcl

Mirror of Steel Bank Common Lisp (SBCL)'s official repository (by death)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
sbcl portable-condition-system
1 1
0 60
- -
0.0 0.0
6 days ago over 2 years ago
Common Lisp Common Lisp
GNU General Public License v3.0 or later Creative Commons Zero v1.0 Universal
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sbcl

Posts with mentions or reviews of sbcl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-09.
  • Stas has alienated long-time ASDF maintainer Robert Goldman
    6 projects | /r/Common_Lisp | 9 Jan 2022
    I can point to my patch which is actually from 2018. Often I just fix things for myself and don't report to anyone else (maybe remark on IRC sometimes when relevant), but in this case, it obviously wasn't just me who had issues with these warnings: just look at the threads under discussion. At some point they got added and systems which worked for years got "broken". It wasn't stassats who broke them, it was ASDF. Patches for some of them were written to "restore order", and stassats chose not to merge them.

portable-condition-system

Posts with mentions or reviews of portable-condition-system. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-09.
  • Stas has alienated long-time ASDF maintainer Robert Goldman
    6 projects | /r/Common_Lisp | 9 Jan 2022
    That's what modern ASDF attempts to do, e.g. with package-inferred systems - system definitions are based on reading DEFPACKAGE and UIOP:DEFINE-PACKAGE forms without executing them. Still, that depends on people having standalone DEFPACKAGE and UIOP:DEFINE-PACKAGE forms that aren't e.g. generated by MACROLET or SYMBOL-MACROLET which famously require code execution for the forms to be created - and even I wrote code that uses macros to generate package forms.

What are some alternatives?

When comparing sbcl and portable-condition-system you can also consider the following projects:

flexi-streams - Flexible bivalent streams for Common Lisp