@garritfra Have you see Haxe language? You might find some ideas there for your own - https://haxe.org/
@garritfra The switch statement being able to evaluate an array of values with order is particularly interesting... I'm not sure how I feel about it - traditionally I'd want something like that in a function and honestly wouldn't care much about a set of ifs of switches inside it. It's making me think... :)
@funnylookinhat I heard of it, but didn't check out the code yet. Thanks for your tip!