Software Alternatives & Reviews

Chicken VS Steel Bank Common Lisp

Compare Chicken VS Steel Bank Common Lisp and see what are their differences

Chicken logo Chicken

A portable and efficient cross-platform Scheme implementation that compiles to C.

Steel Bank Common Lisp logo Steel Bank Common Lisp

Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler.
  • Chicken Landing page
    Landing page //
    2021-10-18
  • Steel Bank Common Lisp Landing page
    Landing page //
    2019-04-24

Chicken videos

KFC Nashville Hot Extra Crispy Chicken Review

More videos:

  • Review - KFC's® Nashville Hot Chicken REVIEW!

Steel Bank Common Lisp videos

No Steel Bank Common Lisp videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to Chicken and Steel Bank Common Lisp)
Programming Language
34 34%
66% 66
OOP
40 40%
60% 60
IDE
31 31%
69% 69
iPhone
100 100%
0% 0

User comments

Share your experience with using Chicken and Steel Bank Common Lisp. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Steel Bank Common Lisp might be a bit more popular than Chicken. We know about 5 links to it since March 2021 and only 5 links to Chicken. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Chicken mentions (5)

  • Veryl: A Modern Hardware Description Language
    Of course it does! What else would you call something like chicken scheme [https://call-cc.org/], ats [https://ats-lang.sourceforge.net/], or ghc [https://www.haskell.org/ghc/]? They are not "scripts", they are full-blown compilers that happen to use C as their compilation target, and then leverage C compilers to generate code for a variety of architecures. it's a very sensible way to do things. - Source: Hacker News / about 2 months ago
  • The Rise & Fall of LISP - Too Good For The Rest Of the World
    CHICKEN Scheme \ CHICKEN is a compiler for the Scheme programming language. It produces portable and efficient C and supports the R5RS and R7RS (work in progress) standards, and many extensions. It runs on Linux, OS X, Windows, many Unix flavours... Source: about 1 year ago
  • One Minute: Chicken Scheme
    Website: http://call-cc.org Manual: http://wiki.call-cc.org/manual/index Wiki: http://wiki.call-cc.org/ Repository: https://code.call-cc.org/cgi-bin/gitweb.cgi?p=chicken-core.git;a=summary Standard Libraries: http://wiki.call-cc.org/man/5/Included%20modules Extension Repository: http://eggs.call-cc.org/5/. - Source: dev.to / over 1 year ago
  • Ante: A low-level functional language
    If you’re fine with tracing GC (which depends on the situation, of course), Standard ML is a perfectly boring language (that IIUC predated and inspired Caml) and MLton[1] is a very nice optimizing compiler for it. The language is awkward at times (in particular, the separate sublanguage of modules can be downright unwieldy), and the library has some of the usual blind spots such as nonexistent Unicode support... - Source: Hacker News / almost 2 years ago
  • "matrico" 0.1 and "The Numerical Schemer"
    Enter matrico - a numerical Scheme module for, and fully written in, CHICKEN Scheme - which is an educational project on building a matrix-based numerical function library. - Source: dev.to / almost 2 years ago

Steel Bank Common Lisp mentions (5)

  • Not only Clojure – Chez Scheme: Lisp with native code speed
    Tangential: if we're talking Lisp and native code speed, Steel Bank Common Lisp (by default) compiles everything to machine code. [0] https://sbcl.org. - Source: Hacker News / 7 months ago
  • A few newbie questions about lisp
    Q5: Get http://sbcl.org/. Install https://quicklisp.org/. SBCL is the implementation that's the lowest friction, and Quicklisp is a package manager that's almost* painless. Source: 11 months ago
  • [C++20][safety] static_assert is all you need (no leaks, no UB)
    That is what we do in Lisp. Try sbcl if you haven't tried it yet. Source: about 1 year ago
  • Trying to wrap my head around `xbps-src`
    I want to add the sbcl-doc subpackage (the manual for SBCL in GNU Info format), but first I need to understand how to write package definitions. As far as I understand there are the "templates" which are shell scripts that describe how a package is to be built and installed, and xbps-src is a shell script which can process these templates to actually carry out the work. Source: over 2 years ago
  • Ask HN: Areas in Programming to Avoid
    > Lisp looks like Python, that's far from C, and usually it's a "interpreted" language, far from machine the currently most popular Common Lisp implementation is based around an optimizing native code compiler. That compiler has its roots in the early 80s. See https://sbcl.org . It's far away from being 'interpreted'. - Source: Hacker News / almost 3 years ago

What are some alternatives?

When comparing Chicken and Steel Bank Common Lisp, you can also consider the following products

Guile - Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language for the GNU operating system.

Hy - Hy is a wonderful dialect of Lisp that’s embedded in Python.

Racket Lang - Racket (formerly PLT Scheme) is a modern programming language in the Lisp/Scheme family, suitable...

CMU Common Lisp - CMUCL is a high-performance, free Common Lisp implementation.

Clojure - Clojure is a dynamic, general-purpose programming language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming.

CLISP - CLISP is a portable ANSI Common Lisp implementation and development environment by Bruno Haible.