deon VS gura

Compare deon vs gura and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
deon gura
2 7
3 122
- 0.0%
0.0 0.0
over 1 year ago over 1 year ago
TypeScript TypeScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

deon

Posts with mentions or reviews of deon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-10.
  • Use TOML for `.env` Files?
    7 projects | news.ycombinator.com | 10 Feb 2023
    When reading the file, the environment variables will be obtained from the URL and populate the environment.

    This is what I had in mind when designing the import functionality for deon [1].

    Being able to import also makes it easy to have a .base, a .production, a .local setup, and combine them accordingly.

    [1] https://github.com/plurid/deon

  • Ladybird: A new cross-platform browser project
    19 projects | news.ycombinator.com | 12 Sep 2022
    Hence the second sentence "[b]ut maybe you don't even need to build another Chromium." and then the second paragraph "cost-reducing" billions to millions day-dreaming of a specification-based pixel generator.

    Of course, the n-th time is cheaper, easier, faster, case in point: I implemented 'deon', a notation format for structured data [1], using your amazing "Crafting Interpreters" for which I paid nothing since I was reading the web version as you were writing. Never had the chance to say thank you, somewhere in my drafts there is an email of appreciation: reading your book and applying it chapter by chapter, crafting a final, useful artifact, has been a beautiful experience, thank you very much, for all your writing, since I am a longtime reader of your technical and otherwise texts.

    [1] https://github.com/plurid/deon

gura

Posts with mentions or reviews of gura. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-21.
  • TOML: Tom's Obvious Minimal Language
    17 projects | news.ycombinator.com | 21 May 2023
    If one is looking for an alternative config format, the best designed I've seen is https://github.com/gura-conf/gura
  • Use TOML for `.env` Files?
    7 projects | news.ycombinator.com | 10 Feb 2023
    I really like the Gura format (https://github.com/gura-conf/gura). Seems to combine the best of yaml, json, and toml for the use case of human created configuration files.
  • Typed Config Languages
    6 projects | news.ycombinator.com | 21 Jan 2022
    If we're on the topic of config languages, I'd like to plug Gura (https://github.com/gura-conf/gura). It's not too well-known, but it probably has the best design I've seen, and seems to have a good coverage of languages with an available library.
  • Announcing Serde Gura 0.1
    2 projects | /r/rust | 1 Sep 2021
    The first version of Serde Gura is now available! Gura is a simple and readable configuration language that will be familiar to any YAML and TOML user. Its essence lies in simplicity and was introduced in detail in this post on this subreddit.
  • My first crate: a parser for the new config lang Gura
    3 projects | /r/rust | 26 Jul 2021
    Hi! I've just published a Gura parser written in pure Rust. (Repository link below!) Gura aims to offer a much simpler and more readable alternative to TOML and YAML. If you are familiar with the latter language, learning Gura is easy and intuitive.
  • Introducing Gura. A new configuration language readable as YAML, simple as TOML
    2 projects | /r/programming | 4 May 2021
    Cool! There was a mistake and a very important section in README was deleted. We have added a Rationale section where we compare Gura with other languages, as explained there, Gura is not aimed to replace JSON as it's the faster configuration file in the world! But maybe can be able to take advantage of Gura's other benefits :D
  • A Gura parser written in Python
    2 projects | /r/Python | 4 May 2021
    Gura is a new configuration language readable as YAML, simple as TOML that supports variables, importing, and has standardized errors (official site | official repo).