# 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 19
# self = https://watcher.sour.is/conv/r7x6npq
@nmke-de I can only speak for myself in answering this. Go for me is the better Python. Go has the right balance of performance, ease of use and feature that I like in a language. Not too much (like C#, Java, etc) and not too little like C
@nmke-de I can only speak for myself in answering this. Go for me is the better Python. Go has the right balance of performance, ease of use and feature that I like in a language. Not too much (like C#, Java, etc) and not too little like C
@nmke-de I can only speak for myself in answering this. Go for me is the better Python. Go has the right balance of performance, ease of use and feature that I like in a language. Not too much (like C#, Java, etc) and not too little like C
@nmke-de I can only speak for myself in answering this. Go for me is the better Python. Go has the right balance of performance, ease of use and feature that I like in a language. Not too much (like C#, Java, etc) and not too little like C
@prologic I'm probably on my way to learn it too, for API and the like it looks really good, it's a bit verbose in respect of python with typing but I got used to that kind of syntax with gdscript.
@justamoment Well that's one example (the typing system) where I find it has a nice balance too. You don't have to declare every variable's type, the compiler will infer this pretty much most of the time. The only time I define types are structs, interfaces and global variables or a locally scoped variable I intend to assign later.
@justamoment Well that's one example (the typing system) where I find it has a nice balance too. You don't have to declare every variable's type, the compiler will infer this pretty much most of the time. The only time I define types are structs, interfaces and global variables or a locally scoped variable I intend to assign later.
@justamoment Well that's one example (the typing system) where I find it has a nice balance too. You don't have to declare every variable's type, the compiler will infer this pretty much most of the time. The only time I define types are structs, interfaces and global variables or a locally scoped variable I intend to assign later.
@justamoment Well that's one example (the typing system) where I find it has a nice balance too. You don't have to declare every variable's type, the compiler will infer this pretty much most of the time. The only time I define types are structs, interfaces and global variables or a locally scoped variable I intend to assign later.
@prologic yeah, that's easy then. I'll have to find a fun project to work with it and learn how to take advantage from.