blamscript VS nokolisp

Compare blamscript vs nokolisp and see what are their differences.

blamscript

game scripting documentation for halo speedruns (by Nibre)

nokolisp

Lisp interpreter and compiler from 1977-1988 for MSDOS. (by timonoko)
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
blamscript nokolisp
1 2
4 26
- -
10.0 10.0
about 8 years ago almost 7 years ago
Haskell Common Lisp
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.

blamscript

Posts with mentions or reviews of blamscript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-20.

nokolisp

Posts with mentions or reviews of nokolisp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-20.
  • Nokolisp – Lisp interpreter and compiler from 1977-1988 for MSDOS
    1 project | news.ycombinator.com | 6 Aug 2023
    Code: https://github.com/timonoko/nokolisp
  • Show HN: Lisp with GC in 436 Bytes
    6 projects | news.ycombinator.com | 20 Dec 2021
    My "compiler" was totally context-free and made in assembler. Which means that it compiles every instruction in complete vacuum and assumes stuff comes in AX and BX registers (with rest-pointer in CX, I think). And result in AX.

    But this proved not to be a bad start at all. Once you understand the limitations of the "compiler", you can modify the macros accordingly. One of the feature of the compiler was that it assigned absolute memory places for variables, so you could stop wasting stack and do early assignments to temporary variables.

    Unfortunately the source is quite incomprehensible now because of insane use of nested macros: https://github.com/timonoko/nokolisp

    But the example given above works, no doubt about it:

        > (setq test (ncompile '(cons 1 (cons 2 3))))

What are some alternatives?

When comparing blamscript and nokolisp you can also consider the following projects:

AIT - Algorithmic Information Theory, using Binary Lambda Calculus

Bazel - a fast, scalable, multi-language and extensible build system

cosmopolitan - build-once run-anywhere c library

sectorlisp - Bootstrapping LISP in a Boot Sector