Litex: Formal math for everyone – set theory examples with Lean comparison
1–10 of 12 posts
Re: Litex: Formal math for everyone – set theory examples with Lean comparison
#2Although it is not yet ready for production use, it is already powerful enough to formalize set theory and basic logic, which is enough for most daily mathematical proofs. Visit [Set Theory Examples](https://litexlang.com/doc/How_Litex_Works/Litex_vs_Lean_Set_...) for more examples.
Star the repo [here](https://github.com/litexlang/golitex) to support Litex, and join our [Zulip community](https://litex.zulipchat.com/join/c4e7foogy6paz2sghjnbujov/) to give us feedback and suggestions!
Re: Litex: Formal math for everyone – set theory examples with Lean comparison
#3Re: Litex: Formal math for everyone – set theory examples with Lean comparison
#4The code bits are criminally unreadable in dark mode—white outlines over light gray background...
Re: Litex: Formal math for everyone – set theory examples with Lean comparison
#5The code bits are criminally unreadable in dark mode—white outlines over light gray background...
Happy Christmas
Re: Litex: Formal math for everyone – set theory examples with Lean comparison
#6Re: Litex: Formal math for everyone – set theory examples with Lean comparison
#7Math uses extremely heavy notation to make statements concise. It's hard to learn the notation without a visual reference guide, sync the symbols don't have guessable names, but once you know what the symbols mean, it's readable.
Java is incredibly verbose but you can make out what it's saying word by word
Lean is line noise. It's like assembly language for math, which is great, but not what humans should be using day to day.
This Litex does a nice job of being concerned about humans reading and writing the code.
Re: Litex: Formal math for everyone – set theory examples with Lean comparison
#8Re: Litex: Formal math for everyone – set theory examples with Lean comparison
#9[如何评价 Litex 语言? - 知乎](https://www.zhihu.com/question/1965786839827854197)
Re: Litex: Formal math for everyone – set theory examples with Lean comparison
#10One thing I never understood about this: why does this not just compile to Lean so they're compatible with each other? Having a good interface is admirable, but the difference between set and type based foundations seems not very important and porting any enough math to sustain Litex seems like a huge undertaking.