CONL: "Markdown" for your config files

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. nestedtext

    Human readable and writable interchange format for structured data.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

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

    16 projects | news.ycombinator.com | 2 Jan 2026
  • The RCL Configuration Language

    1 project | news.ycombinator.com | 14 Oct 2025
  • 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

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