Research on performance-oriented, high-level languages?

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

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

    :boom::computer::boom: A data-parallel functional programming language

  • The language I work on, Futhark, does some of this. It's an ML-like data-parallel functional array language. It focuses almost entirely on performance, and the compiler is mature and generates pretty good code. I think the language is currently simpler (and more restricted) than what you're looking for, though.

  • clasp

    clasp Common Lisp environment (by clasp-developers)

  • Something like Clasp is the only thing I could think of that would get you even close to what you're asking about. https://github.com/clasp-developers/clasp, designed to be used for molecular engineering. https://www.youtube.com/watch?v=8X69_42Mj-g

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

    The practical relational programing language for data-oriented applications

  • I'm trying to do it with https://tablam.org, but in my $job I'm starting to make the query optimizer for a DB engine, and it is TRULY hard!

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