• Stars
    star
    193
  • Rank 194,730 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A minimal proof language.

Cedille-Core

A minimal (1k LOC) programming language capable of proving theorems about its own terms.

What that means?

There are big and small programming languages out there. C++ and Haskell are big languages. Other languages, such as Brainfuck, are so simple they could be implemented in 317 Python characters. The Lambda Calculus is popular for being a simple language that serves as the foundation of many functional programming languages.

Despite being turing-complete, there is one thing those languages can't do: expressing and proving mathematical theorems about its own terms. The few languages that can do that are rather big: Idris, Agda, Coq and Isabelle are examples. Some languages like the Calculus of Constructions (such as implemented on Haskell-Morte-Library) are small and capable of expressing and proving mathematical theorems about its own terms, but, since their expressivity is very limited, they're not useful for proving useful properties about everyday programs and applications. Until recently, we had no language that was both small and featured practical theorem proving.

Cedille is a language developed by Aaron Stump, aiming to solve that problem, among others. It is capable of proving useful theorems about its own terms, yet can be implemented in a very small amount of code. Cedille-Core is a compressed version of Cedille with less type inference and smaller code size.

Syntax

name syntax description
type of types Type the type of types
kind Kind the type of type of types
lambda [var : type] body a function
-lambda [var : type] body a computationally irrelevant function
forall {var : type} body the type of a function
-forall {var : type} body the type of a computationally irrelevant function
application (f x) application of lambda f to argument x
-application (f -x) application of lambda f to erased argument x
intersection <x : A> B type of a term t that has type A and [t/x]B
both @x B a b intersection of terms a : A and b : B[a/x]
first .a first, erased view of a dependent intersection
second +a second, full view of a dependent intersection
equality |a = b| proposition that terms a and b of possibly different types are equal
reflexivity $a b proof that |a = a|, erasing to b
symmetry ~a if a proves |a = b|, then a proves |b = a|
rewrite %x A e a if e proves |x = y|, replaces x by y on the type A of term a
cast ^e a b if e proves |a = b|, then cast term b to the type of term a
definition def x t u replaces ocurrences of x in u by t

Technical specification

Please check the specification repository.

rules.png

More Repositories

1

WebMonkeys

Massively parallel GPU programming on JavaScript, simple and clean.
JavaScript
1,163
star
2

Interaction-Calculus

A programming language and model of computation that matches the optimal ฮป-calculus reduction algorithm perfectly.
Rust
597
star
3

LJSON

JSON extended with pure functions.
JavaScript
500
star
4

Caramel

A modern syntax for the ฮป-calculus.
Haskell
405
star
5

PureState

The stupidest state management library that works.
JavaScript
309
star
6

forall

Expressive static types and invariant checks for JavaScript.
JavaScript
227
star
7

abstract-algorithm

Optimal evaluator of ฮป-calculus terms.
JavaScript
222
star
8

optlam

An optimal function evaluator written in JavaScript.
JavaScript
115
star
9

calculus-of-constructions

Minimal, fast, robust implementation of the Calculus of Constructions on JavaScript.
JavaScript
94
star
10

Interaction-Type-Theory

Rust
88
star
11

Bitspeak

JavaScript
80
star
12

articles

Thoughts and stuff
JavaScript
65
star
13

ChatSH

Chat with GPT from the terminal, with the ability to execute shell scripts.
JavaScript
63
star
14

ESCoC

A nano "theorem prover".
JavaScript
61
star
15

absal-ex

Absal ex
53
star
16

eth-lib

Lightweight Ethereum libraries
JavaScript
52
star
17

UrnaCripto

Referendos criptograficamente incorruptรญveis.
JavaScript
51
star
18

lrs

Linkable Ring Signatures on JavaScript and PureScript.
PureScript
46
star
19

swarm-js

JavaScript
45
star
20

lambda-calculus

A simple, clean and fast implementation of the ฮป-calculus on JavaScript.
JavaScript
44
star
21

heart

heart
JavaScript
41
star
22

AIEMU

Simple AI-based (Claude-3) game emulator
JavaScript
39
star
23

nano-ethereum-signer

Very small Ethereum signer and verifier
JavaScript
37
star
24

absal-rs

Rust
36
star
25

Moonad-web-legacy

A Peer-to-Peer Operating System
JavaScript
35
star
26

Formality

JavaScript
35
star
27

ultimate-calculus

TypeScript
35
star
28

HOC

C
32
star
29

interaction-calculus-of-constructions

A minimal proof checker.
TypeScript
31
star
30

nano-json-stream-parser

A complete, pure JavaScript, streamed JSON parser in less than 1kb.
JavaScript
29
star
31

servify

Microservices in the simplest way conceivable.
JavaScript
28
star
32

ab_challenge_eval

Evaluator for the A::B Prompting Challenge
JavaScript
24
star
33

kind-ai

23
star
34

optimul

Multiplication on optimal ฮป-calculus reducers
JavaScript
22
star
35

parallel_lambda_computer_tests

learning cuda
Cuda
18
star
36

Navim

Navigates files on the terminal with the minimal amount of keystrokes.
JavaScript
18
star
37

Elementary-Affine-Core-legacy

A simple, untyped, terminating functional language that is fully compatible with optimal reductions.
JavaScript
17
star
38

formality-agda-lib-legacy

Agda libraries relevant to Moonad
Agda
15
star
39

nano-ipfs-store

Lightweight library to store and get data to/from IPFS
JavaScript
14
star
40

Elementary-Affine-Type-Theory-legacy

Minimal, efficient proof language
JavaScript
14
star
41

Taelang

my personal lang
TypeScript
13
star
42

unknown_halting_status

Small programs with unknown halting status.
JavaScript
12
star
43

lsign

Quantum-proof, 768-bit signatures for 1-bit messages
JavaScript
11
star
44

AI-scripts

Some handy AI scripts
JavaScript
10
star
45

diagonalize

Searches through infinite branches
JavaScript
9
star
46

escoc-libs-legacy

Base Formality libraries
JavaScript
9
star
47

MiniPaper

shorten long papers with GPT-4
JavaScript
9
star
48

Elementary-Affine-Net-legacy

JavaScript
8
star
49

Formality-Net-legacy

C
7
star
50

run_solidity

Runs a Solidity file. That's all.
JavaScript
6
star
51

OpenLegends

An open-source MOBA in Rust
6
star
52

formality-document

Rust
6
star
53

coc-with-math-prims

JavaScript
5
star
54

Nasic-legacy

N-Ary Symmetric Interaction Combinators
JavaScript
5
star
55

idris-mergesort-benchmark

Benchmark of the new Idris JS backend
JavaScript
5
star
56

taemoba

4
star
57

LPU

JavaScript
4
star
58

Formality-Web-legacy

JavaScript
4
star
59

uwuchat

chat based messaging and rollback state computer
JavaScript
4
star
60

ethereum-offline-signer

Signs an Ethereum transaction from the command line.
JavaScript
4
star
61

LambdaIO-Formality-Talk

JavaScript
3
star
62

Treeduce

C
3
star
63

Vote

3
star
64

Formality-to-Nasic-legacy

Compiles a Formality term to a Nasic graph
JavaScript
3
star
65

clifun

3D clifford algebras visualization
JavaScript
3
star
66

Formality-IO-legacy

JavaScript
3
star
67

nano-persistent-memoizer

Caches a function permanently on browser and node.
JavaScript
3
star
68

nano-sha256

Use native Sha256 on both browser and Node.js
JavaScript
3
star
69

ReflexScreenWidget

A widget for Haskell-Reflex that renders a dynamic image to a Canvas in realtime.
Haskell
3
star
70

OSX

Vim script
3
star
71

EthFP

3
star
72

freeform-wpm-test

A simple WPM test that allows you to type anything you want.
HTML
2
star
73

ethereum-rpc

JavaScript
2
star
74

ethereum-publisher-dapp

JavaScript
2
star
75

symmetric-interaction-calculus-benchmarks

SIC benchmarks
JavaScript
2
star
76

NeoTaelin

2
star
77

shared-state-machine

JavaScript
2
star
78

Trabalho-IC-UFRJ-2

Python
2
star
79

eth-web-tools

Some web Ethereum tools that MyEtherWallet currently lacks
JavaScript
2
star
80

VictorTaelin

2
star
81

MiniPapers

Papers and books minified to fit given LLMs context lengths.
2
star
82

gpt

2
star
83

hvm2

Cuda
2
star
84

Formality-sugars-legacy

Default syntax sugars for Formality
JavaScript
2
star
85

talks

C
2
star
86

PongFromScratch

A simple tutorial on how to create a ping-pong game from scratch
1
star
87

kind-react-component

Renders a Kind app as a React component
1
star
88

fineorder

1
star
89

PotS

JavaScript
1
star
90

piramidex

JavaScript
1
star
91

LamBolt

The ultimate compile target for functional languages
1
star
92

sketch_bros

Super Sketch Bros!
JavaScript
1
star
93

StupidMinimalistHash

C
1
star
94

MaiaVictor.github.io

HTML
1
star
95

haelin

HTML
1
star
96

cuda_rewrite_tests

learning cuda
Cuda
1
star
97

luna-lang-old-abandoned-repo

Typed version of Moon-lang
JavaScript
1
star
98

Kind2

Kind refactor based on HVM
1
star
99

inferno-hello-world

Inferno Hello World with Hyperscript
JavaScript
1
star
100

posts

1
star