Why is there no simple C-like functional programming language?

This page summarizes the projects mentioned and recommended in the original post on /r/functionalprogramming

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. FStar

    A Proof-oriented Programming Language

    F* is a dependently typed language that can be transpiled to idiomatic C via the KReMLin compiler. It’s very ML-ish to write and you can leave out some proofs. It also has the benefit of being used to write a formally verified TLS implementation that’s in wide use throughout industry.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. specification

    Have you seen Val Programming language? Probably not exact what you ask for, but might have some interesting aspects for you? I just learn about that one yesterday, from an article about value based programming. I haven't had time to download and test it myself yet.

  4. ante

    A safe, easy systems language

    Ante is what you are looking for. It's an ML descendant with no RTS nor AGC.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts