What is it like to write a large project in a dynamically-typed language?

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

    An optional type system for Clojure

  • I'm talking about the fact that a particular dynamic language has it, whether some people use it or not is moot. https://github.com/typedclojure/typedclojure is the successor to the erstwhile popular core.typed library, and normal Clojure itself allows for type annotations to (potentially) help improve performance.

  • ruby-lint

    Discontinued Moved to https://gitlab.com/yorickpeterse/ruby-lint

  • The issue is due to a core problem in Ruby projects: heavy meta-programming. Some trivial cases can be dealt with, but many are a big challenge. I should know this, because I spent quite some time trying to write a static analysis tool for Ruby back in the day. The conclusion of that project was that I don't hate myself to continue trying to make it work, so I abandoned the project.

  • 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