Software Alternatives & Reviews

Chicken VS Haskell

Compare Chicken VS Haskell and see what are their differences

Chicken logo Chicken

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

Haskell logo Haskell

An advanced purely-functional programming language
  • Chicken Landing page
    Landing page //
    2021-10-18
  • Haskell Landing page
    Landing page //
    2023-05-01

We recommend LibHunt Haskell for discovery and comparisons of trending Haskell projects.

Chicken

Categories
  • Programming Language
  • OOP
  • IDE
  • Text Editors
Website call-cc.org
Details $-

Haskell

Categories
  • Programming Language
  • OOP
  • Generic Programming Language
  • Dynamic Programming Language
Website haskell.org
Details $

Chicken videos

KFC Nashville Hot Extra Crispy Chicken Review

More videos:

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

Haskell videos

Functional Programming & Haskell - Computerphile

More videos:

  • Review - Marloe Haskell Review
  • Review - Marloe Watch Company - Haskell - Watch Review

Category Popularity

0-100% (relative to Chicken and Haskell)
Programming Language
18 18%
82% 82
OOP
22 22%
78% 78
IDE
100 100%
0% 0
Generic Programming Language

User comments

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

Social recommendations and mentions

Based on our record, Haskell should be more popular than Chicken. It has been mentiond 21 times since March 2021. 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 1 month 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

Haskell mentions (21)

  • Is there a programming language that will blow my mind?
    Haskell - a general-purpose functional language with many unique properties (purely functional, lazy, expressive types, STM, etc). You mentioned you dabbled in Haskell, why not try it again? (I've written about 7 things I learned from Haskell, and my book is linked at them bottom if you're interested :) ). Source: 11 months ago
  • Where to go from here?
    Where you go is entirely up to you. According to haskell.org, Haskell jobs are a-plenty. sigh. Source: about 1 year ago
  • Haskell.org now has "Get Started" page!
    Should they be part of haskell.org or something else? Source: about 1 year ago
  • Haskell.org now has "Get Started" page!
    Haskell.org now has a big purple Get Started button that takes you to a nice short guide (haskell.org/get-started) that quickly provides all the basic info to get going with Haskell. It is aimed for beginners, to reduce choice fatigue and to give them a clear, official path to get going. Source: about 1 year ago
  • dev environment for windows
    I just jumped into the wiki "Write Yourself a Scheme in 48 hours" which looks pretty good. (although some of the text explanation is hard to understand without context).. I used cabal to set up the starter project. Sublime editor seems to work OK and I just use the git Bash shell on windows to compile the program directly on the command line. So maybe this is all good enough for now (?). It seems installing... Source: over 1 year ago
View more

What are some alternatives?

When comparing Chicken and Haskell, 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.

Rust - A safe, concurrent, practical language

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

Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.

Gambit - Cross-platform chess game.

JavaScript - Lightweight, interpreted, object-oriented language with first-class functions