editor


home




Logoi Tutorial (Part 0):
Introduction

Welcome!
Willkommen!
¡Bienvenidos!
Bienvenue!
καλωσήρθατε!
приветствие!
!مرحباً
!خوش آمدید
सवागत!
欢迎!
いらっしゃいませ!
Bonvenon!
Salve! et. al.




;
; Syntax Highlighting
;

; Editorial comments are gray.

% If a comment is logical, then it is polychrome.

constants-are-blue

variables-are-white

functions-are-lavender




;
; Table of Contents
;

;
; 0:      Introduction
; I:      Human-Commentary
; II:     Constants
; III:    Variables
; IV:     Functions
; V:      Intermediate-Logic-Programming
; VI:     Customizable-Macros
; VII.I:  Singlecellular-Spreadsheet-Automation
; VII.II: Multicellular-Spreadsheet-Automation
; VIII:   N-dimensional-Game-Framework
; IX:     Generative-Modular-Synthesizer
;




;
; Under the hood, Logoi is rewritten to the following respective dialects of Lisp and Prolog:
;

;
; - LIPS-Scheme [JavaScript], a suitable browser implementation of the Lambda Calculus; and
; - SWI-Prolog [WebAssembly], a suitable browser implementation of the Predicate Calculus
;


% Why?

 Prolog and Lisp > Prolog xor Lisp.




Next: comments