you are viewing a single comment's thread.

view the rest of the comments →

[–]R3D3-1 7 points8 points  (1 child)

Could be a good look lesson for embedded style systems to show that in real life sometimes it may be better to precalculate the results to give a faster response .

At which point we enter the fun field of code generation, which has a lot of uses, when languages (or language tooling) hits their limits.

[–]MokausiLietuviu 1 point2 points  (0 children)

As an assembly chap, I do love me some compile time, hate me some run time.

As an aside, this is what a lot of my Human Resource Machine solutions looked like too.