binary-experiments VS writing

Compare binary-experiments vs writing 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
binary-experiments writing
2 2
0 3
- -
10.0 8.0
about 2 years ago 24 days ago
JavaScript HTML
- -
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.

binary-experiments

Posts with mentions or reviews of binary-experiments. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-25.
  • Jevko: a minimal general-purpose syntax
    30 projects | news.ycombinator.com | 25 Oct 2022
    Yes, S-expressions come in many flavors, some more minimal than others, some binary. They are all truly wonderful.

    The most wonderful to me are the simplest ones, and Jevko grows out of the same spirit as them.

    However, it does not attempt to be a new flavor of S-expressions and diverges in ways which to me are worth looking at. I hope it can appeal and be useful not only to minimalist syntax enthusiasts.

    BTW Some time ago I've been also experimenting with binary versions of Jevko, certainly with inspiration from both netstrings and Rivest's csexps:

    https://github.com/jevko/binary-experiments#asttolengthprefi...

    Since then I had some more ideas which I hope to get around to implementing at some point.

writing

Posts with mentions or reviews of writing. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-25.
  • Jevko: a minimal general-purpose syntax
    30 projects | news.ycombinator.com | 25 Oct 2022
    I had the same idea. Simple enough, but still. Brackets are simpler to formalize and implement and not harder to explain.

    > They also put some thought into designing a query language for their rose-tree-like data model, which might be adaptable to Jevko — though they label only nodes, and Jevko labels both nodes (with suffixes) and arcs (with prefixes).

    Yes, that might be interesting to look at, thanks for pointing it out. I have thought about this and came up with some ideas, but haven't decided on anything. I was thinking more along the lines of having the path DSL be simply implemented on top of Jevko, not as a completely separate grammar.

    > Maybe that's the subtitle for Jevko? "A minimal Unicode syntax for ordered trees with labeled nodes and labeled arcs." If that's the intended semantics it would be pretty easy to whip up a diagram in Dot to illustrate it.

    It's a nice description, but I think a little to detailed and technical to fit into a tagline. Maybe a little explanatory article with the diagram included. Would probably look something like this:

    https://github.com/jevko/writing/blob/main/2022-01-10-jevko-...

    Although I'd gladly see your take on it. ;)

What are some alternatives?

When comparing binary-experiments and writing you can also consider the following projects:

examples - Examples of information encoded with Jevko.

easyjevko.lua - An Easy Jevko library for Lua.

specifications - Specifications related to Jevko.

yapl - YAml Programming Language

techscriptor - Markdown editor for technical writing.

markup-experiments - A collection of experiments with Jevko and text markup.

moiva - A Universal tool to Evaluate, Discover alternatives and Compare Software projects.

treenotation.org - TreeNotation.org website

jevkalk - A Jevko-based interpreter.