/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ntietz.com
| | blog.lohr.dev
2.7 parsecs away

Travel
| | A review by a Rust enthusiast
| | www.shuttle.dev
3.2 parsecs away

Travel
| | All about Rust traits, generics, trait bounds and implementing advanced trait bounds
| | blog.sylver.dev
2.6 parsecs away

Travel
| | As we saw in the opening post, SQLite stores metadata about tables in a special "schema table" starting on page 1. We've been reading records from this table to list the tables in the current database, but before we can start evaluating SQL queries a...
| | kuruczgy.com
16.6 parsecs away

Travel
| [AI summary] The article explores the intersection of functional programming and logic through the lens of dependent types. It begins with foundational concepts like type constructors and inductive types, then delves into the Curry-Howard isomorphism, which links programs to mathematical proofs. The discussion covers how types represent propositions, functions as implications, and inductive types as proof strategies. Examples include defining logical relations like less than or equal to and equality, and demonstrating how to prove properties like universal quantification and mathematical identities. The article concludes with an overview of resources for further study in proof assistants like Coq and Idris, emphasizing the practical applications of dependent...