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
  • SonarLint - Clean code begins in your IDE with SonarLint
  • InfluxDB - Access the most powerful time series database as a service
  • 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

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

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

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

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