gaiman

Gaiman: Text based game engine and programming language (by jcubic)

Gaiman Alternatives

Similar projects and alternatives to gaiman

  1. TypeScript

    1,411 gaiman VS TypeScript

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

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. tauri

    505 gaiman VS tauri

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

  4. processing

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

  5. twinejs

    412 gaiman VS twinejs

    Twine, a tool for telling interactive, nonlinear stories

  6. oils

    260 gaiman VS oils

    Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!

  7. langs

    185 gaiman VS langs
  8. ink

    168 gaiman VS ink

    inkle's open source scripting language for writing interactive narrative. (by inkle)

  9. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  10. TablaM

    The practical relational programing language for data-oriented applications

  11. xvm

    110 gaiman VS xvm

    Ecstasy and XVM

  12. ngs

    98 gaiman VS ngs

    Next Generation Shell (NGS)

  13. design

    WebAssembly Design Documents

  14. The-Spiral-Language

    Functional language with intensional polymorphism and first-class staging.

  15. star

    24 gaiman VS star

    An experimental programming language that's made to be powerful, productive, and predictable (by ALANVF)

  16. jquery.terminal

    16 gaiman VS jquery.terminal

    jQuery Terminal Emulator - JavaScript library for creating web-based terminals with custom commands

  17. yasl

    Bytecode Interpreter for Yet Another Scripting Language (YASL).

  18. calypso

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

  19. storyboarder

    40 gaiman VS storyboarder

    ✏️ Storyboarder makes it easy to visualize a story as fast you can draw stick figures.

  20. aulang

    simple and fast scripting language

  21. CSLY

    2 gaiman VS CSLY

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

  22. delta

    1 gaiman VS delta

    C* is a hybrid low-level/high-level systems programming language focused on performance and productivity. (by delta-lang)

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better gaiman alternative or higher similarity.

gaiman discussion

Log in or Post with

gaiman reviews and mentions

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.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 15 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic gaiman repo stats
16
140
5.9
3 days ago

jcubic/gaiman is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of gaiman is JavaScript.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai