CSTN VS gaiman

Compare CSTN vs gaiman and see what are their differences.

CSTN

CancerScript Tumor Notation is a lightweight data-interchange format. It is annoying for humans to read and write. (by Ground-is-Lava)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
CSTN gaiman
1 16
1 131
- -
0.0 5.0
almost 8 years ago about 1 month ago
Python JavaScript
GNU General Public License v3.0 or later 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.

CSTN

Posts with mentions or reviews of CSTN. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-05.
  • Why are you building a programming language?
    16 projects | /r/ProgrammingLanguages | 5 Sep 2021
    My recommendation is to just write something, even if it sucks. That goes for any concept. You'll learn faster and better by interacting with the machinery yourself versus trying to interpret someone else's abstract understanding of the machinery. In this case, that means choose a simple language or write your own grammar to play with, and make a parser for it. The first real parser I made is a recursive descent parser that parses a relative of JSON. If you're curious, my code is available), but I was a lesser programmer when I wrote it, so don't take it as an example of how you must do things. Regardless, it does work. I've continued to use the character stream code in every text parser I've written since, with some improvements.

gaiman

Posts with mentions or reviews of gaiman. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-03.
  • Gaiman: Programming language for text-based games in browser
    1 project | /r/programming | 22 Jan 2023
    6 projects | /r/programming | 19 Jun 2022
  • How to create interactive terminal like website with JavaScript?
    4 projects | dev.to | 3 Jul 2022
    When I was working on one paid git I’ve come up with a kind of engine that was driven by a JSON file. It was a kind of interactive game or very poor text adventure game. I’ve asked the person for whom I created this project if I can publish the game so others can use it. It was very cool. Later I came up with something even better. My own programming language that compiles into JavaScript. The project is in Beta version and I still need to work on the playground and documentation. You can check it out. Here is Gaiman’s GitHub repo. If you want to create a complex project with user interaction, it may be easier to do this with Gaiman, since it simplifies things. The same code in JavaScript will be much more complex.
  • Gaiman: Programming language which compiles into JavaScript for text-based games in browser
    1 project | /r/javascript | 20 Jun 2022
    1 project | /r/javascript | 20 Jun 2022
  • Show HN: Gaiman language for Web-based Terminal applications
    1 project | news.ycombinator.com | 5 Jun 2022
    I've created programming language based on Ruby that simplifies creating Terminal text-based games and applications in the browser. I've released first 1.0 beta version, but I'm still adding features and fixing bugs. I yet need to add more documentation and improve Gaiman playground.

    The repo for the language can be found on GitHub: https://github.com/jcubic/gaiman the only documentation so far is the Wiki with Reference manual https://github.com/jcubic/gaiman/wiki/Reference-Manual

  • June 2022 monthly "What are you working on?" thread
    9 projects | /r/ProgrammingLanguages | 1 Jun 2022
    I've released the first 1.0 beta version of Gaiman. I'm doing small tweaks but it seems that all language features are there. But I need to improve code coverage so I know that everything is tested. And I need to stress test a bit my parser so I know that odd syntax combinations works.
  • First 1.0.0 beta version of Gaiman programming language
    1 project | /r/ProgrammingLanguages | 25 May 2022
    I've just published the first beta version of Gaiman 1.0 to NPM.
  • How would you handle parallel execution of two branches of code?
    1 project | /r/ProgrammingLanguages | 19 May 2022
    in Gaiman language that compiles to JavaScript, I have syntax like this:
  • How to make your own programming language in JavaScript
    6 projects | dev.to | 7 May 2022
    I've wanted to have my own programming language, that will make it easier to create text-based adventure games for my Open Source project jQuery Terminal. The idea for the language came after I've created a paid gig for one person, let's call him Ken, that needed this type of game, where the user interacted with the terminal and was asked a bunch of questions and it was like an adventure game, related to Crypo. The code I've written, that Ken needed, was data-driven by a JSON file. It was working nicely, Ken could easily change the JSON and have the game changed however he wanted. I've asked if I could share the code since it was a very cool project and Ken agreed that I can do that two months after he publish the game. But after a while, I've realized that I can have something much better. My own DSL language, that will make it simpler to create text-based adventure games. A person with a bit of programming knowledge like Ken, could easily edit the game, because the language will be much simpler than complex JavaScript code that is needed for something like this. And even if I would be asked to create a game like the one for Ken, it would be much easier and faster for me. This is how Gaiman programming language has started.

What are some alternatives?

When comparing CSTN and gaiman you can also consider the following projects:

design - WebAssembly Design Documents

star - An experimental programming language that's made to be powerful, productive, and predictable

ngs - Next Generation Shell (NGS)

The-Spiral-Language - Functional language with intensional polymorphism and first-class staging.

na - a minimal data notation format

calypso - Calypso is a mostly imperative language with some functional influences that is focused on flexibility and simplicity.

TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

yasl - Bytecode Interpreter for Yet Another Scripting Language (YASL).

kesh - A simple little programming language that could one day compile to JavaScript.

CSLY - a C# embeddable lexer and parser generator (.Net core)

tauri - Build smaller, faster, and more secure desktop applications with a web frontend.

processing - Source code for the Processing Core and Development Environment (PDE)