# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/gq5jora
Simon Peyton Jones on Notes in source code (2021)
\[Transcript below. This is from an interview with Simon Peyton Jones on the podcast _Functional Futures._\]

JM: John Mostovoy

SPJ: Simon Peyton Jones

VZ: Vladislav Zavialov

SPJ: I want to mention one other piece of programming practice
which is completely not to do with functional programming
but we use all over GHC
and which I’ve never seen anywhere else
which is using these Notes.

SPJ: Often you comment code, if the comment is a subtle one
the comment grows, ... ⌘ Read more