atomo programming language — http://atomo-lang.org/
added @(Block call-in: context), @(Block in-context) now uses it for @call
corrected completeKP to just stop early if given too many inputs
added String-Port, which is a Port that maintains its contents as a string
naming consistency; current-x -> *x*, error-output -> *error-output*
added @(`Match new: List on: Expression), which creates a custom expression suited for @match: