queryjevko.js VS tree

Compare queryjevko.js vs tree 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)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
queryjevko.js tree
2 3
0 14
- -
10.0 7.6
over 1 year ago 25 days ago
JavaScript TypeScript
MIT License 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.

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!

tree

Posts with mentions or reviews of tree. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-19.
  • Why does Rust have parameters on impl?
    13 projects | /r/rust | 19 Nov 2022
    Hey! I started on the data modeling language Link, which doesn't do much by itself. I am going to use BaseLink for the compiler, at first just compiling to JavaScript.
  • Syntax Design
    9 projects | news.ycombinator.com | 18 Oct 2022
    I agree that it feels like multiple projects are converging on something that is ripe (or close).

    I have done some deep-digging for markup languages and came across more than one project in this space. (I've added Jevko to my list; https://twitter.com/abathur/status/1582492437984837632)

    You may have already seen it as well, but you might also find https://github.com/teamtreesurf/link interesting.

  • Preview of LinkText, A Data Modeling Language
    6 projects | /r/ProgrammingLanguages | 29 Apr 2022
    You choose all of the terms in the tree, like you would choose XML tags. The linked GitHub repo and corresponding organization page explain more details.

What are some alternatives?

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

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

tutorials - Tutorials related to Jevko

leaf.tree - The BaseTree AST Generator Library

easyjevko.lua - An Easy Jevko library for Lua.

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

yapl - YAml Programming Language

wolf.tree - The BaseTree Runtime Library

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

tao - A statically-typed functional language with generics, typeclasses, sum types, pattern-matching, first-class functions, currying, algebraic effects, associated types, good diagnostics, etc.

base - A TreeCode Programming Framework