# 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/g7wm2tq
@prologic (re learning lisp) I defo recommend at leaast dipping a toe in. I write JS all day for work, but learning some lisp/scheme totally made JS click for me. Similarly, learning some forth made memory allocation/mgmt in C make a HEAP more sense, too -- and now I do a lot of stack based scripting in lisp, lol. Common Lisp is *HUGE* so a lot to learn, and I find most schemes to be fiddly, with questionable tooling, but https://janet-lang.org/ is pretty groovy, and if you are familiar w/any C, or C like languages it is pretty quick to pick up (although, it is weird to look like a lisp but to be totally void of true lists...)