How do you determine what goes into the standard library?

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

    Discontinued Glide programming language (by dibsonthis)

  • So I've noticed the more code I write in my language (Glide), the bigger my "standard library" gets. And by standard library, I mean a bunch of different files that contain really handy functions, i.e list functions like map, filter, reduce and string functions like to_chars, split etc.

  • langs

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

    LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.

  • Lua: the standard library is extremely minimalist, and mostly operates within Lua's object model (i.e. not super low-level). The documentation for every standard library function, as well as the entire language fits on a single HTML page. The set of tools is very small, but they're extremely versatile, so I think it's a good example of how little you can get away with. In my opinion, the one glaring shortcoming of Lua's standard library is the lack of any filesystem support. You can read/write files, but you need to rely on third party libraries like LuaFileSystem to get basic filesystem stuff like directory traversal or listing files.

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