# 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/oj3xniq
Interested in learning Common Lisp? The majority of tutorials I've run across throw you into emacs to get started...the hiccup there being that emacs is, whilst v powerful, a big thing that needs to be learned in and of itself. This makes Common Lisp a wee bit harder to dive in to. My recommendation is to skip emacs until you are a bit cozier with Common Lisp itself. For editor/repl integration I think Sublime Text with the lispindent and SublimeREPL packages is a solid starting place.