However, since there’s no way to “slice” a value, subtraction isn’t possible.
That's incorrect. It's trivial to implement subtraction in GNU Make. I did it as part of my GMSL project: http://gmsl.sf.net/ In fact, you can implement a whole load of functions natively using GNU Make's macro language.
That's incorrect. It's trivial to implement subtraction in GNU Make. I did it as part of my GMSL project: http://gmsl.sf.net/ In fact, you can implement a whole load of functions natively using GNU Make's macro language.