Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 ALL


  A turing machine in 133 bytes of javascript

Multiply turing machineThe fact it took me 20 lines of javascript to implement a nondeterministic turing machine simulatorlast week kept me up at night. All weekend. Too much code for something so simple and I kept having this gut feeling implementing a basic version shouldn’t take more than 140 bytes.Sunday afternoon I sat down for about an hour, collected my thoughts, and started pumping out code with cryptic variable names. It was beautiful, first version ...

3,087 0       JAVASCRIPT TURING MACHINE SIMPLE CODE