CONL: "Markdown" for your config files

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. nestedtext

    Human readable and writable data interchange format

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. json5

    JSON5 — JSON for Humans

    https://json5.org/

    > The first version of CONL used # as a comment token, but I quickly ran into issues. URLs contain #, so my next version...

    Every other language has figured this one out as well. Wrap strings in quotation marks.

    > That led to a data-model where each value is one of scalar|list|map (Compared to JSON’s null|bool|number|string|object|array, this felt good).

    I'm not sure what a "scalar" is in CONL (is it always a string?) but having fewer types than JSON is not a positive feature for a config file format. Even JSON's hand-wavy "number" type is problematic and TOML got it right to distinguish integers from floats.

  4. hcl

    HCL is the HashiCorp configuration language.

    Similar to HCL which is way safer and clearer IMHO than all indent based craziness. Its lovely to see default values loaded thanks to some extra spaces. Brackets for the win!

    https://github.com/hashicorp/hcl

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

  • HCL: Toolkit for Structured Configuration Languages

    8 projects | news.ycombinator.com | 23 Apr 2024
  • Show HN: Confetti – Configuration for Humans

    3 projects | news.ycombinator.com | 2 Apr 2025
  • cue VS rcl - a user suggested alternative

    2 projects | 15 Mar 2025
  • jsonnet VS rcl - a user suggested alternative

    2 projects | 15 Mar 2025
  • nickel VS rcl - a user suggested alternative

    2 projects | 15 Mar 2025

Did you know that Go is
the 4th most popular programming language
based on number of references?