8 ms·
Is Lean a DSL? I’d argue it’s a general purpose programming language that excels at proofs.
by epgui 12d ago
Is Lean a DSL? I’d argue it’s a general purpose programming language that excels at proofs.
- hyperhello 12d agoWell, there’s actually a very small set of operations that allow all computation, so it doesn’t take much to be a DSL and a GP too; I’d be surprised if a proof language couldn’t swing it.
- mswphd 12d agoit is a general-purpose programming language. for example, it's standard library allows you to do file io, networking, etc.