Zulip Chat Archive
Stream: new members
Topic: Bare bones lean
Grigoriy Prokhrov (Oct 07 2022 at 11:05):
Is it possible to start lean without any library, datatype or tactic and implement everything from scratch?
Alex J. Best (Oct 07 2022 at 12:44):
In lean3 adding prelude
at the top of the file will not import the default init
files, so you can work from a clean slate with very little included
Last updated: Dec 20 2023 at 11:08 UTC