🦞🌯 Lobster Roll

Thread

Revenge of the Types (by Armin Ronacher) (lucumr.pocoo.org)

Stories related to "Revenge of the Types (by Armin Ronacher)" across the full archive.

Revenge of the Types (by Armin Ronacher) (lucumr.pocoo.org)
Practical Types Brainstorming Event (staff.computing.dundee.ac.uk)
Integrating Dependent and Linear Types (draft) (cs.bham.ac.uk)
Mindless, Verified (Erasably) Coding using Dependent Types (github.com)
From the readme, the "mindless" refers to the fact that "fully-specified" coding using dependent types can actually simplify the task of implementing complex algorithms, while providing full verification of the resulting (extracted) code.
Types Don't Know # (C++ proposal for better hashing) (htmlpreview.github.io)
Seven deadly sins of talking about “types” (cl.cam.ac.uk)
Dependent Types for Pragmatics (jonmsterling.com)
Against the definition of types (tomasp.net)
Swift Enums Are “sum” Types. That Makes Them Very Interesting (mislavjavor.com)
A good exploration of product vs. sum types -- when they are used and where the names come from.
Alms - Sound, ML-like Language with Affine Types (2011) (users.eecs.northwestern.edu)
Stateful Contracts for Affine Types (2010) (users.eecs.northwestern.edu)
Refinement Types in ML (1991) (cs.cmu.edu)
Extending native JS prototypes is not such a crazy idea with symbols (dev.to)
Leveraging types for better APIs (github.com)
Python, Go, Rust, TypeScript and AI with Armin Ronacher [video] (youtube.com)
Existential types and data abstraction (iveselov.info)
Rust: Function and Object Types (smallcultfollowing.com)
Modeling the World with Prototypes (devblog.avdi.org)
Mutation testing with PIT: A step beyond normal code coverage (dev.theladders.com)
List Out of Lambda (stevelosh.com)
Dive into parser combinators: parsing search queries with F# and FParsec (blog.fogcreek.com)
Real Talk Podcast (realtalk.io)
Iso-Recursive versus Equi-Recursive Types (whiley.org)
Co-recursion (en.wikipedia.org)
Using Prototypical Objects to Implement Shared Behavior in Object Oriented Systems (web.media.mit.edu)
Reminder: Real Talk Podcast (realtalk.io)
I [submitted](https://lobste.rs/s/8dijl0/real_talk_podcast) this a month ago when it first came out, but 6 episodes in, I feel like I have to mention this podcast again. If you hate the Hacker News/YC/VC/startup scene circlejerk, this podcast is a great listen. Joe Damato (the guy behind the awe...
A Strongly Named Language (gist.github.com)
Bloom: Big Systems from Small Programs (youtube.com)
Regex Crossword (regexcrossword.com)
Communicating Sequential Processes (swannodette.github.io)