Skip to content

Kremilly/Lean4Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Lean 4 for study

Home | Download | Documentation | Publications

About Lean

Lean is a functional programming language that makes it easy to write correct and maintainable code. You can also use Lean as an interactive theorem prover. Lean programming primarily involves defining types and functions. This allows your focus to remain on the problem domain and manipulating its data, rather than the details of programming.

Source: lean-lang.org/about

Getting started

For init a new project on Lean, run this:

lake new <PROJECT_NAME_HERE>

For compile the code, run the command:

cd Coffeeshop
lake exec coffeeshop

About

Lean 4 repository for study

Resources

License

Stars

Watchers

Forks

Languages