writing VS queryjevko.js

Compare writing vs queryjevko.js and see what are their differences.

queryjevko.js

Functions to convert between complex values and a human-readable format which fits into URL query strings. (by jevko)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
writing queryjevko.js
2 2
3 0
- -
8.0 10.0
about 1 month ago over 1 year ago
HTML JavaScript
- 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.

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. ;)

queryjevko.js

Posts with mentions or reviews of queryjevko.js. 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
    The grammar of S-exps on the other hand, I won't quote here, but I assure you it's much more complicated. How much depends on your flavor (Jevko is also simpler in this regard: there is only one flavor, clearly specified).

    There is no (intended) ambiguity around whitespace in Jevko: whitespace does not occur explicitly in the grammar. Whitespace characters are just characters. This is the defining feature of the syntax.

    For this reason Jevko is more low-level: if you want to treat whitespace in some special way, you have to do that yourself. Although for most use-cases this is very similar and simple, e.g. https://news.ycombinator.com/item?id=33334314

    But the point is that you can also leave it as-is, e.g.: https://github.com/jevko/queryjevko.js

    or do something else -- it's up to your format.

  • Syntax Design
    9 projects | news.ycombinator.com | 18 Oct 2022
    Thank you. :)

    > I wonder if I should use it for something...

    I'd be honored!

    A couple of ideas:

    How about a simple configuration format? https://gist.github.com/djedr/681e0199859874b3324eaa84192c42... (I should make a library out of this)

    Or you can put it in your query strings to make them more humane: https://github.com/jevko/queryjevko.js

    Or make up a markup DSL: https://github.com/jevko/markup-experiments#asttohtmltable

    Or serialize game objects in your indie game. Or make it the interface of your experimental app. Or use it to shave off a few unnecessary characters off your data: https://jevko.github.io/compactness.html

    No parser in your favorite language? A basic one should be only a couple dozen lines!

What are some alternatives?

When comparing writing and queryjevko.js you can also consider the following projects:

binary-experiments - Experiments with various binary formats based on Jevko.

tree - A Data Modeling Programming Language

easyjevko.lua - An Easy Jevko library for Lua.

algebralang - at this time this is some example code of a language I want to build

yapl - YAml Programming Language

tutorials - Tutorials related to Jevko

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

techscriptor - Markdown editor for technical writing.

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

FileToCArray - Coverts any file to a C style array. (It can also do image color format and size coversion)