A powerful and mathematics oriented programming language based on typed lambda calculus.
main ← λ⟨⟩ →
⟨ ∀msg ∈ 𝕊, msg ⟩ ← "World"
⇒ print ("Hello " + msg)
A powerful and mathematics oriented programming language based on typed lambda calculus.
main ← λ⟨⟩ →
⟨ ∀msg ∈ 𝕊, msg ⟩ ← "World"
⇒ print ("Hello " + msg)
Lambda language specification about syntax, typechecking rules, runtime rules with examples.