stunt VS toaststunt

Compare stunt vs toaststunt and see what are their differences.

stunt

LambdaMOO with multiple inheritance, anonymous objects, HTTP, JSON <-> MOO translation, better crypto, a map datatype and a RESTful interface. (by toddsundsted)

toaststunt

Mostly experimental additions to the LambdaMOO-Stunt server, embarrassing mistakes and all. (by sorressean)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
stunt toaststunt
2 1
72 2
- -
0.0 0.0
over 5 years ago about 1 year ago
C++ C++
- -
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.

stunt

Posts with mentions or reviews of stunt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-24.
  • ToastStunt Programmers Guide
    3 projects | /r/MUD | 24 Jan 2022
    ToastStunt is a fork of Stunt which is a fork of LambdaMOO. ToastStunt adds a bunch of features and is under active development. I worked with the knowledgeable folx on the ToastStunt Discord and the primary devs, to update the classic LambdaMOO Programmers Guide for ToastStunt.
  • Optimizing an old interpreted language: where to begin?
    3 projects | /r/Compilers | 4 May 2021
    However, improving the interpreter is going to be very tricky as the bytecode is dynamically typed, so you can't tell at compile time whether a+b is going to do an integer addition, float addition, string concatenation, etc --- you have to test the object types at run time. See the implementation here: https://github.com/toddsundsted/stunt/blob/a4158f5835f1beb9d754c92fd5b3a137e459aabf/execute.cc#L1272 This means that unless you're willing to do sophisticated run-time analysis inside the interpreter, a JIT is going to be very hard.

toaststunt

Posts with mentions or reviews of toaststunt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-04.
  • Optimizing an old interpreted language: where to begin?
    3 projects | /r/Compilers | 4 May 2021
    Hi all, I've been interested in compiler design and optimization for a long time now, and want to start learning as I work on this language. The language's grammar is defined using Bison, and from there an AST is created. the AST is passed to the codegen system that creates bytecodes from it, which the VM then runs. When I look up optimization Gcc and Clang seem to be the first primary options people look toward for learning, but I have a few issues with that. First, picking out a path forward to begin working on this seems daunting because I'm not sure where to start, and secondly there are so many things those compilers do that I don't actually need to do. I'm looking for some advice on how I can begin learning to make this system better, maybe some resources or just some starting points. The code is here: https://github.com/sorressean/toaststunt

What are some alternatives?

When comparing stunt and toaststunt you can also consider the following projects:

Som - Parser, code model, navigable browser and VM for the SOM Smalltalk dialect

lambda-moo-programming - Lambda MOO Programming collects and updates numerous MOO guides in one place and includes an updated and expanded version of the MOO Programmer's Manual in markdown and HTML5. It also includes the ToastStunt Programmers Guide and links to ToastStunt references.

toaststunt - A network accessible, multi-user, programmable, interactive system for the creation of MOOs / MUDs.