Faster Python with Static Types
https://cs.brown.edu/~sk/Publications/Papers/Published/lgmvpk-static-python/00:00 Intro00:40 Gradual Typing03:42 Example05:51 Static Python Types06:31 Gradua... (more…)
Read more »As I thought I might, today I spent some
time adding full and relatively honest type hints to my recent
Python program. The
experience didn’t go entirely smoothly and it left me with a number
of learning experiences and things I want to note down in case… Read more