tylr VS query-json

Compare tylr vs query-json and see what are their differences.

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tylr query-json
5 4
263 589
1.1% -
0.0 3.8
6 days ago about 2 months ago
Reason Reason
MIT License BSD 3-clause "New" or "Revised" 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.

tylr

Posts with mentions or reviews of tylr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-25.
  • Tylr.fun
    1 project | news.ycombinator.com | 5 Nov 2023
  • Implementing Interactive Languages
    6 projects | news.ycombinator.com | 25 Aug 2023
    Not directly related, but this made me think of something I've been interested in recently - structured editors. Instead of tokenizing text and then parsing to an AST, you effectively edit the AST directly.

    Since the thrust of the post seems to be about the sum of compilation + run time, it's a potentially more efficient alternative to traditional code editing. Here's an example of one in action:

    https://tylr.fun/

  • An apology for "Emacs is Not Enough" (no)
    1 project | /r/emacs | 21 Jan 2023
    BTW, speaking of infix, there's this pretty cool demo from some research project (not by me): https://tylr.fun/
  • Project Mage is an effort to build a power-user environment in Common Lisp
    3 projects | news.ycombinator.com | 17 Jan 2023
    > eco

    The eco article is quite interesting, it's a cool proof-of-concept. I don't know exactly how it compares, but there's also tylr, with an online demo you can check out [1].

    > The example of splitting "Hello world" into a list of words is a pretty bad example;

    I just wanted to set up some very quick easy-to grasp context with it for the discussion that follows. You are right, of course, the normal editors don't have much trouble with that level of detail. Maybe I will come up with something better later on, though not too complex...

    > I'm currently working on knowledge management, which I think you have to split in different subfields;

    My view on this is that you can't generally predict that, but what you can do instead is let the user compose the structure and features of custom documents, thus creating custom workflows suitable for the task at hand, whatever it may be. I will be generally taking that approach with Kraken.

    > literate programming

    I think computational notebooks take the core idea and make it practical, and I think it's fair to say those are literate programs, albeit without the web-tangle aspect.

    > Again, good luck etc.

    Hey, thanks for the feedback!

    [1] https://tylr.fun/

  • tylr, a tiny tile-based structure editor
    1 project | /r/futureofprogramming | 28 Nov 2022

query-json

Posts with mentions or reviews of query-json. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-21.
  • Gojq: Pure Go Implementation of Jq
    8 projects | news.ycombinator.com | 21 Aug 2022
    It's very possible it could be faster; jq seems to actually be fairly unoptimized. This implementation in OCaml was featured on HN a while back and it trashes the original jq in performance: https://github.com/davesnx/query-json

    After seeing that one I did my own (less-complete) version in Rust and managed to squeeze out even more performance: https://github.com/brundonsmith/jqr

  • query-json: A story of cross-compilation with Reason
    8 projects | dev.to | 12 Oct 2020
    You can see more examples in the parsing tests

What are some alternatives?

When comparing tylr and query-json you can also consider the following projects:

fullstack-reason - A demo project that shows a fullstack ReasonML/OCaml app–native binary + webapp

pq - Like jq, but with Python

ocaml_webapp - A minimal example of a lightweight webapp in OCaml

yojson - Low-level JSON parsing and pretty-printing library for OCaml

styled-ppx - Type-safe styled components for ReScript, Melange and native with type-safe CSS

js_of_ocaml - Compiler from OCaml to Javascript.

logseq - A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

hashmap - A Golang lock-free thread-safe HashMap optimized for fastest read access.

oni2 - Native, lightweight modal code editor

jsoo-react - js_of_ocaml bindings for ReactJS. Based on ReasonReact.

org-roam-ui - A graphical frontend for exploring your org-roam Zettelkasten

gojq - Pure Go implementation of jq