inform VS TOGVM-Spec

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

inform

The core software distribution for the Inform 7 programming language. (by ganelson)

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
inform TOGVM-Spec
13 3
1,276 1
- -
9.5 4.4
20 days ago 10 months ago
C PHP
Artistic License 2.0 -
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.

inform

Posts with mentions or reviews of inform. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-31.

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 inform and TOGVM-Spec you can also consider the following projects:

gruescript - Point-and-click text adventure maker

impulse - Impossible Dev Tools for React and Tailwind

zork1 - Zork I (Microcomputer Version) by Infocom

dafny - Dafny is a verification-aware programming language

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

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

inform7-ide - A design system for interactive fiction based on natural language.

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

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

docs - Red-related user documentation repository

halo - An experimental graph-based meta programming language

DataLang - Specification and refernce implementation of DataLang

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