WeSearch

Binary Lambda Calculus

·4 min read · 0 reactions · 0 comments · 11 views
#programming#computing#lambda calculus
⚡ TL;DR · AI summary

Binary lambda calculus (BLC) is a minimal Turing-complete programming language represented in bits or bytes. It allows for input and output, distinguishing it from similar binary languages. The syntax and operational commands of BLC enable complex computations using a sequence of bits.

Key facts
Original article
Esolangs
Read full at Esolangs →
Opening excerpt (first ~120 words) tap to expand

Binary lambda calculus (BLC) is an extremely small Turing-complete language which can be represented as a series of bits or bytes. Unlike Binary combinatory logic, another binary language with a similar acronym, it is capable of input and output. Contents 1 BLC Syntax 2 Basic Program Information 3 SKI combinator calculus 4 BLC8 5 Programs (BLC) 5.1 self-interpreter 5.2 prime number sieve 5.3 Brainfuck interpreter 5.4 Universal Turing Machine 6 Programs (BLC8) 6.1 self-interpreter 7 Computational Class 8 See Also 9 External Resources BLC Syntax The BLC program is a sequence of bits read left to right. The following commands are defined. Feel free to change how the commands are explained if you think it's too confusing.

Excerpt limited to ~120 words for fair-use compliance. The full article is at Esolangs.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Esolangs