So I had this idea a few days ago, which I likely do not have the computery words to explain properly, but it goes something like this:
So, #forth has this syntax to define words which is just a comment saying what goes in, and what comes out. And I was wondering if I could use this in conjunction with the actual body of the routine while counting how many items are expected at the end of the routine, and throwing a warning when it doesn't match.
Is it arity validator?