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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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).

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • wcl

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

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

  • SaaSHub

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

    SaaSHub 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

  • AWS Serverless Diversity: Multi-Language Strategies for Optimal Solutions

    4 projects | dev.to | 28 Apr 2024
  • numericals - Performance of NumPy with the goodness of Common Lisp

    8 projects | /r/lisp | 2 Aug 2022
  • Why hasn't anyone made a compiler for Python yet?

    4 projects | /r/C_Programming | 12 Jan 2022
  • Is there an efficient way to give parameters to a non-Python script and get a return value to use back in Python?

    4 projects | /r/learnpython | 19 Dec 2021
  • What would you want to see in Python?

    10 projects | /r/Python | 5 Dec 2021

Did you konow that Common Lisp is
the 39th most popular programming language
based on number of metions?