(no commit message)
authorlkcl <lkcl@web>
Sat, 2 Oct 2021 20:19:45 +0000 (21:19 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 2 Oct 2021 20:19:45 +0000 (21:19 +0100)
3d_gpu/architecture/dynamic_simd.mdwn

index fc798931eda3e8581cec1d5913356c2658e16a5a..6b4c9ab3a3052718b7f45f7d8d53ddbfd30b7ef8 100644 (file)
@@ -301,6 +301,9 @@ All of these ideas, unfortunately, are extremely costly in many different ways:
   output to ASCII and the eval part, and create classes that
   dynamically and directly instantiate the desired target behaviour.
   This saves months of effort but is a common mistake, frequently made.
+9. "Lost In Translation". ("Out of sight, out of mind" being translated
+  to Russian then English by a Diplomat's translator famously returned
+  the phrase, "Invisible lunatic").
   Any compiler risks losing information in between translations,
   making debugging harder, and finding mistakes particularly difficult.
   With nmigen already being a Language Translator, adding an extra layer