Is there a language with lisp syntax but C semantics?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Petalisp

    Elegant High Performance Computing

  • While not "as fast as C" (C is not the absolute pinnacle of performance), Common Lisp is incredibly fast compared to the majority of programming languages around today. There is even a huge amount of ongoing work being done to make it faster still. We are seeing many interesting projects that make better use of the hardware in your computer (e.g. https://github.com/marcoheisig/Petalisp).

  • wcl

  • Github: https://github.com/wadehennessey/wcl

  • 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.

    InfluxDB logo
  • dale

    Lisp-flavoured C

  • There's Dale, Extempore (more particularly, XTlang which is the statically-typed part of Extempore), Carp, and one more that I can't remember right now that basically maps to C++, more-or-less directly.

  • Carp

    A statically typed lisp, without a GC, for real-time applications.

  • There's Dale, Extempore (more particularly, XTlang which is the statically-typed part of Extempore), Carp, and one more that I can't remember right now that basically maps to C++, more-or-less directly.

  • Numba

    NumPy aware dynamic Python compiler using LLVM

  • this was a submission from u/bpecsek and shows that lisp with sbcl can do quite well on bench-marking. but keep in mind that these sort of benchmarks can't tell you much about real world applications. moreover if you are really concerned about niche performance you need to start thinking about compilers. heck with an appropriate compiler even python can go wrooom

  • FFTW

    DO NOT CHECK OUT THESE FILES FROM GITHUB UNLESS YOU KNOW WHAT YOU ARE DOING. (See below.)

  • i dont buy it. you can write fft in any language. fftw for example is written in ocaml which generates c. maintainers of the package even reccomend against playing with c directly. moreover i dont see why you cant do something similar in lisp if you really wanted to

  • c-mera

    Next-level syntax for C-like languages :)

  • c-mera does exist.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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