deon VS theory-exploration-benchmarks

Compare deon vs theory-exploration-benchmarks and see what are their differences.

theory-exploration-benchmarks

Mirror of http://chriswarbo.net/git/theory-exploration-benchmarks (by Warbo)
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 theory-exploration-benchmarks
2 2
3 0
- -
0.0 10.0
over 1 year ago over 5 years ago
TypeScript Racket
GNU General Public License v3.0 or later -
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

theory-exploration-benchmarks

Posts with mentions or reviews of theory-exploration-benchmarks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-17.
  • My resignation letter as R7RS-large chair
    7 projects | news.ycombinator.com | 17 Aug 2023
    I chose Racket for a project that involved lots of AST manipulation. Those ASTs were already in s-expression format, so Scheme seemed a natural fit.

    The lack of static types was annoying; Typed Racket helped, but was so slow I only enabled it during unit tests (more precisely: Typed Racket functions can be faster than those written in normal Racket, but calling them from normal Racket functions will be slow as it performs run-time checks)

    https://github.com/Warbo/theory-exploration-benchmarks/tree/...

  • Use TOML for `.env` Files?
    7 projects | news.ycombinator.com | 10 Feb 2023
    > "CLI args are usually passed around explicitly" -- I think this is a pro, not a con.

    Sure; I never said it's a con. They have different characteristics, and are both useful in certain situations :)

    > I think the correct term for "things the caller knows better than the implementor" are parameters.

    True; that's also the name Racket gives to dynamically-scoped variables https://docs.racket-lang.org/guide/parameterize.html

    In fact, Racket uses a parameter (dynamically-scoped variable) to store the environment. This is actually slightly annoying, since the parameter is one big hashmap of all the env vars; but I usually want to override them individually. One of my Racket projects actually defines a helper function to override individual env vars makes a copies all the other environment ( made a are contained in a parameterhttps://github.com/Warbo/theory-exploration-benchmarks/blob/...

What are some alternatives?

When comparing deon and theory-exploration-benchmarks you can also consider the following projects:

kosmonaut - A web browser engine for the space age :rocket:

renegade-way - Option Trading Application

json_env - Loads environment variables from JSON files.

sucks - Simple command-line script for the Ecovacs series of robot vacuums

options-chain-marketdata.ps1

quickjs - Public repository of the QuickJS Javascript Engine.

r7rs-spec

servoshell - A work-in-progress user interface for Servo, built in Rust.

gura - Gura configuration language

goapilib - Collection of packages to simplify writing REST APIs

a-mir-formality - a model of MIR and the Rust type/trait system