AIT VS lambdalisp

Compare AIT vs lambdalisp and see what are their differences.

AIT

Algorithmic Information Theory, using Binary Lambda Calculus (by tromp)

lambdalisp

A Lisp interpreter written in untyped lambda calculus (by woodrush)
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
AIT lambdalisp
8 3
124 219
- -
8.6 4.4
25 days ago about 1 year ago
Haskell Common Lisp
- MIT License
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.

AIT

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

lambdalisp

Posts with mentions or reviews of lambdalisp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-24.
  • Discussion Thread
    2 projects | /r/neoliberal | 24 Apr 2023
    source code here, i am not genius enough to understand the code-calculus conversion
  • Lambdalisp: A Lisp interpreter written in untyped lambda calculus
    1 project | news.ycombinator.com | 16 Mar 2023
  • Show HN: Lambda-8cc – An x86 C compiler written in untyped lambda calculus
    6 projects | news.ycombinator.com | 6 Oct 2022
    I actually mentioned your hint file in details.md. Quite a roundabout way to decode its secrets!

    I too suspect that writing in lambda's native functional style could save a lot of space. Compiling lisp.c from the ELVM repository generates a code much longer than LambdaLisp [1], which empirically shows that well I believe.

    As for the pages of PDF, in mathematical terms, since any variable encodes to weight 1, I believe it would be something close to an encoding that degenerates all De Bruijn indices to 1, or in other words, one that only tries to weigh (or gives larger weight to) the complexity of abstraction depths and applications. Since that erases information about the variable I would guess it's not a universal method for weighing lambda sizes.

    In this particular case for LambdaVM programs however, since the memory initialization clause nor the instruction clause never increases the maximum De Bruijn index value, I believe both the BLC size and "lambda page size" approximately grows linearly with the number of instructions, so I thought it would serve as an approximately-off-by-a-factor metric for weighing its size.

    As for the ELVM lambda calculus back-end, I'll be sending the pull request very soon!

    [1] A Lisp interpreter implemented in lambda calculus: https://github.com/woodrush/lambdalisp

What are some alternatives?

When comparing AIT and lambdalisp you can also consider the following projects:

cosmopolitan - build-once run-anywhere c library

meta-cedille - Minimalistic dependent type theory with syntactic metaprogramming

lambda-calculus-devkit - A collection of lambda calculus interpreters and development tools

trivial-toplevel-prompt - Portability library to customize CL implementations' REPL prompt.

elvm - EsoLangVM Compiler Infrastructure

lambdacraft - Common Lisp DSL for building untyped lambda calculus expressions

OBNC - A Oberon-07 to C translator. Forked from http://miasap.se/obnc/

LjTools - LuaJIT 2.0 bytecode parser, viewer, assembler and test VM. Lua 5.1 parser, IDE and debugger.

nokolisp - Lisp interpreter and compiler from 1977-1988 for MSDOS.

blamscript - game scripting documentation for halo speedruns

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

Smalltalk - Parser, code model, interpreter and navigable browser for the original Xerox Smalltalk-80 v2 sources and virtual image file