Remix.run Logo
epgui 2 hours ago

Is Lean a DSL? I’d argue it’s a general purpose programming language that excels at proofs.

mswphd 24 minutes ago | parent | next [-]

it is a general-purpose programming language. for example, it's standard library allows you to do file io, networking, etc.

hyperhello 2 hours ago | parent | prev [-]

Well, 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.