nokolisp

Lisp interpreter and compiler from 1977-1988 for MSDOS. (by timonoko)

Nokolisp Alternatives

Similar projects and alternatives to nokolisp

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

nokolisp reviews and mentions

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.
  • 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))))

Stats

Basic nokolisp repo stats
2
26
10.0
almost 7 years ago

The primary programming language of nokolisp is Common Lisp.

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