With all the code I've written to make the Mikrotik scripting language an acceptable programming environment, I think I could release a script called "Mikrotik RouterOS Script - The Missing Standard Library".
The language is extremely barebones. There are some basic calls for array access and string processing. The syntax gets very parenthesis-heavy the minute you try to do something fancy, because the parser is so primitive. It's a toy language, but it's way better than no language.