tree VS make-link-text.js

Compare tree vs make-link-text.js and see what are their differences.

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
tree make-link-text.js
3 3
14 3
- -
7.6 0.0
about 1 month ago over 1 year ago
TypeScript JavaScript
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.

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.

make-link-text.js

Posts with mentions or reviews of make-link-text.js. 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
    I have a basic parser to convert the Link text into a JSON tree. I had a rough draft of a basic prototype compiler here, but in the process of porting that over to BaseLink. That last link converts Link to JavaScript in a hello-world level of degree haha, didn't get anywhere near robustness yet, I'm still a beginner too. Also haven't gotten around to doing the typechecking portion yet either.
  • Preview of LinkText, A Data Modeling Language
    6 projects | /r/ProgrammingLanguages | 29 Apr 2022
    So LinkText is simply a hierarchical set of notes/thoughts/code/etc.. A simple parser would take the tree and parse it into term/text/code/nest nodes. It is then up to you to figure out what they mean.
  • Link Text: A Data Modeling Language
    3 projects | /r/ProgrammingLanguages | 18 Mar 2022
    It's nothing fancy, just an indentation-based note-taking scheme for defining specifications or even writing code. It's parsing/handling is no more sophisticated than a JSON parser, as it literally is just parsed into a simple "term and text tree". From that point it is up to the person to resolve how to interpret the tree. On some level, it is just like a trimmed downed cleaned up version of XML, without attributes.

What are some alternatives?

When comparing tree and make-link-text.js you can also consider the following projects:

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

leaf.tree - The BaseTree AST Generator Library

base - A TreeCode Programming Framework

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

wolf.tree - The BaseTree Runtime Library

tutorials - Tutorials related to Jevko

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

acwj - A Compiler Writing Journey

specifications - Specifications related to Jevko.