this post was submitted on 24 May 2024
44 points (100.0% liked)

Python

6160 readers
3 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

Neato

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 3 months ago

This is quite cool and a very interesting read. I'm not sure if it's something I would want to use in a real project, because it looks like you're basically inventing a new language within Python's type system itself, which is a little weird. That said, I feel like I learned a lot from reading this, and it was a very interesting demonstration of what you can do with Python's type-checking system.