docs VS TOGVM-Spec

Compare docs vs TOGVM-Spec and see what are their differences.

docs

Red-related user documentation repository (by red)

TOGVM-Spec

Specification and test cases for TOGVM (by TOGoS)
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
docs TOGVM-Spec
4 2
58 0
- -
6.2 4.4
about 2 months ago 9 months ago
CSS PHP
- -
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.

docs

Posts with mentions or reviews of docs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-13.
  • Six programming languages I’d like to see
    28 projects | news.ycombinator.com | 13 Jul 2022
    The interesting semantic relationships are those that let the machine automatically deduce optimizations

    > I also like the idea of modifying function definitions at runtime. I have these visions/nightmares of programs that take other programs as input and then let me run experiments on how the program behaves under certain changes to the source code. I want to write metaprograms dammit

    Lotta metaprogramming in Joy. Many functions work by building new functions and running them, it's a natural idiom in Joy.

    - - - -

    > A language designed around having first-class GUI support

    Red? ( https://www.red-lang.org/ )

    > Visual Interface Dialect ... is a dialect of Red, providing the simplest possible way to specify graphic components with their properties, layouts and even event handlers. VID code is compiled at runtime to a tree of faces suitable for displaying.

    https://github.com/red/docs/blob/master/en/gui.adoc

    > You can’t work with strings, json, sets, or hash maps very well, date manipulation is terrible, you can barely do combinatorics problems, etc etc etc. I want a language that’s terse for everything.

    That also sounds like Red.

  • Beads: The next generation computer language and toolchain
    9 projects | news.ycombinator.com | 27 May 2021
    > They are well funded.

    Rebol Technologies went bankrupt, and Rebol is de-facto dead since more than a decade; Red barely manages to get by thanks to a recent crypto spike.

    > I would say the languages are very different in the sense that Beads is clearly aimed at graphical interactive software.

    So is Red with it's native GUI engine. [1]

    > They are so different that it is hard to compare.

    Both share the same goal of replacing modern software practices with biased, batteries-included toolchain, varying only in implementation.

    > Red being a concatenative language has more in common with FORTH than Algol.

    Red is not concatenative in any sense of the word, nor any other language in Rebol family that I know of.

    [1]: https://github.com/red/docs/blob/master/en/view.adoc

  • One Way to Represent Things
    3 projects | news.ycombinator.com | 25 Feb 2021
    > What if a simpler programming language had first-class representations of a lot more than strings and arrays?

    Red lang?

    > Where most languages have 6-8 base datatypes, Red has almost 50.

    https://github.com/red/docs/blob/master/en/datatypes.adoc

TOGVM-Spec

Posts with mentions or reviews of TOGVM-Spec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-13.
  • The AST Typing Problem
    1 project | news.ycombinator.com | 14 Aug 2023
    Make each AST node an RDF node and then you can cram whatever information into it you want. That's the approach I've been taking with https://github.com/TOGoS/TOGVM-Spec/, anyway.

    Of course, for conveniently and safely manipulating in memory in $programming_language, you're probably going to want to define some structs/ADTs/whatever that only contain the data a given compilation stage is actively working with.

    I've been thinking that what I need is a system that allows me to quickly define different lower-level datatypes for representing different views of the conceptual types and automate, to some degree, translation between them, so then each part of the system can work with objects designed specifically to be processed by it with minimal fuss.

    A technical reason for avoiding those specialized types might be that the computer then has to spend more time transforming from one schema to the next. I would think that in practice this isn't any worse than having to do a lot of null checks.

    A more human reason is that it could bean a combinatorical explosion of AST types. I guess this is where my idea about lightweight variations comes in.

    In TypeScript this kind of thing might not be so bad, since any object can be downcast with no cost to a type that contains a subset of the information, and variations on types can be easily defined without even necessarily being named, e.g. `ASTNode & HasResultType & HasSourceLocation`.

  • Six programming languages I’d like to see
    28 projects | news.ycombinator.com | 13 Jul 2022
    As far as graph-based languages and languages with arbitrary metadata and relationships between objects are concerned, I've been mulling over a language where expressions are represented as RDF graphs and that has built-in support for manipulating RDF graphs. I've use the concepts as an intermediate representation for functional expressions in a few different systems (including Factorio's map generator), but haven't yet had the motivation to really flesh it out into a full-blown language. https://github.com/TOGoS/TOGVM-Spec

What are some alternatives?

When comparing docs and TOGVM-Spec you can also consider the following projects:

beads-examples - Examples of Beads programs

impulse - Impossible Dev Tools for React and Tailwind

power-fx-host-samples - Samples for hosting Power Fx engine.

dafny - Dafny is a verification-aware programming language

ODS_OpenExposureData - Open data standards curated by Oasis.

sdk - The Dart SDK, including the VM, dart2js, core libraries, and more.

letlang - Functional language with a powerful type system.

prusti-dev - A static verifier for Rust, based on the Viper verification infrastructure.

Graal - GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

DataLang - Specification and refernce implementation of DataLang

Lazy - Lazily evaluated (late-binding) definition for Dyalog APL

imba - 🐤 The friendly full-stack language