Unicon is my first high-level programming language. Having used C for most everything up till now, the experience is interesting. Things I used to have to always do in C I cannot do at all in Unicon since it’s all taken care of automagically. For example, malloc is a thing of the [...]