We recently pushed our replic library version 0.12, adding a couple of expected features, thanks to the input of our users user: we can TAB-complete sentences (strings inside quotes) we can define a different completion method for each arguments of a command. we added a declarative way to automatically print a function’s result. The default function can be overriden by users (in order too, for example, color output). So we can do something like this: we create a function (that will become a...