Skip to content

jb55/verse-calculus-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verse Calculus

This demo was vibe-coded with o3 via the Verse calculus paper

Demo

$ gchi

ghci> printExpr demo
x. y. z. x = y, 3 ; x = 2, z ; y

ghci> mapM_ prettyEval $ parseExpr "x. y. z. x = (y, z); x = (z, 2); z"
{ x = y, 3, y = 2, z = 3 }
 2

About

The verse calculus vibe coded in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages