Compiled and Interpreted Languages: Two Ways of Saying Tomato

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sci

    Configurable Clojure/Script interpreter suitable for scripting and Clojure DSLs

  • Startup and sustained performance are absolutely implementation issues. For example, SBCL will take its sweet time to make machine code out of Common Lisp, but CLISP will interpret and generate bytecode. Both are useful, and both implement the same language. Clojure on the JVM takes also takes plenty of time to start up, so some use an interpreter instead. Furthermore neither of these languages has a cost model, so the cost of anything is an implementation issue.

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

  • Sci: Configurable Clojure/Script interpreter suitable for scripting

    1 project | news.ycombinator.com | 30 Jun 2023
  • Third party integrations with a monolithic Clojure app

    1 project | /r/Clojure | 15 Nov 2022
  • Langdev in Clojure

    2 projects | /r/Clojure | 28 Jun 2022
  • Recommended way to compile/repl CLJS in-browser without JVM available?

    2 projects | /r/Clojurescript | 5 Feb 2021
  • Embedding cherry in an existing CLJS app for runtime eval

    2 projects | /r/Clojure | 31 Mar 2023