99botles for 16 bits is too slow ---- FB should be faster: * [x] Use [<.>](https://hackage.haskell.org/package/yjtools-0.9.18/docs/Control-Applicative-Tools.html) * [x] Join similar instruction together: * [x] `+` and `-` as `Inc` * [x] `>` and `<` as `Move` * [ ] Find complex instruction: * [x] `Clear` (`[-]` and `[+]`) * [x] `Set` (`Clear` `Int`) * [x] `Add0` and `Sub0` * [x] `Dup0` * [ ] `Add` and `Sub` * [ ] Compile to lambdas * signature `FullTape -> FullTape` * https://www.youtube.com/watch?v=ryrOZS-CLyo
99botles for 16 bits is too slow
FB should be faster:
+and-asInc>and<asMoveClear([-]and[+])Set(ClearInt)Add0andSub0Dup0AddandSubFullTape -> FullTape