A Turing Machine simulator written in Pharo
Hey everyone, I had a course named "Calculabilty and Complexity" last year and I implemented a Turing Machine simulator using Pharo just to see how easy/hard it would be (it was quite easy :) ). I also wrote a little thing on medium about it [1] (I just took half an hour to review it and I thought it was time to publish it). Just announcing it in case it case someone need/is interested by this. There is also a github repository for the source code [2]. Julien [1]: https://medium.com/@juliendelplanque/a-turing-machine-simulator-written-in-p... [2]: https://github.com/juliendelplanque/turing-machine
Thanks I never got any lecture on this machine so I will read it :) Le 14/1/16 15:42, Julien Delplanque a écrit :
Hey everyone,
I had a course named "Calculabilty and Complexity" last year and I implemented a Turing Machine simulator using Pharo just to see how easy/hard it would be (it was quite easy :) ).
I also wrote a little thing on medium about it [1] (I just took half an hour to review it and I thought it was time to publish it).
Just announcing it in case it case someone need/is interested by this.
There is also a github repository for the source code [2].
Julien
[1]: https://medium.com/@juliendelplanque/a-turing-machine-simulator-written-in-p... [2]: https://github.com/juliendelplanque/turing-machine
:) On 14/01/16 16:05, stepharo wrote:
Thanks I never got any lecture on this machine so I will read it :)
But there is no explanation about the mathematical model (there is too much things to say), just how to simulate it... :)
Le 14/1/16 15:42, Julien Delplanque a écrit :
Hey everyone,
I had a course named "Calculabilty and Complexity" last year and I implemented a Turing Machine simulator using Pharo just to see how easy/hard it would be (it was quite easy :) ).
I also wrote a little thing on medium about it [1] (I just took half an hour to review it and I thought it was time to publish it).
Just announcing it in case it case someone need/is interested by this.
There is also a github repository for the source code [2].
Julien
[1]: https://medium.com/@juliendelplanque/a-turing-machine-simulator-written-in-p... [2]: https://github.com/juliendelplanque/turing-machine
Julien,
On 14 Jan 2016, at 15:42, Julien Delplanque <julien@tamere.eu> wrote:
Hey everyone,
I had a course named "Calculabilty and Complexity" last year and I implemented a Turing Machine simulator using Pharo just to see how easy/hard it would be (it was quite easy :) ).
I also wrote a little thing on medium about it [1] (I just took half an hour to review it and I thought it was time to publish it).
Very nice, this is important. Would you be interested to have your article included in https://medium.com/concerning-pharo ? If so, I believe you have to submit it and then I can accept it. I would love to have it there. Sven
Just announcing it in case it case someone need/is interested by this.
There is also a github repository for the source code [2].
Julien
[1]: https://medium.com/@juliendelplanque/a-turing-machine-simulator-written-in-p... [2]: https://github.com/juliendelplanque/turing-machine
No problem, I will do that. :) Julien On 14/01/16 16:33, Sven Van Caekenberghe wrote:
Julien,
On 14 Jan 2016, at 15:42, Julien Delplanque <julien@tamere.eu> wrote:
Hey everyone,
I had a course named "Calculabilty and Complexity" last year and I implemented a Turing Machine simulator using Pharo just to see how easy/hard it would be (it was quite easy :) ).
I also wrote a little thing on medium about it [1] (I just took half an hour to review it and I thought it was time to publish it). Very nice, this is important.
Would you be interested to have your article included in https://medium.com/concerning-pharo ? If so, I believe you have to submit it and then I can accept it. I would love to have it there.
Sven
Just announcing it in case it case someone need/is interested by this.
There is also a github repository for the source code [2].
Julien
[1]: https://medium.com/@juliendelplanque/a-turing-machine-simulator-written-in-p... [2]: https://github.com/juliendelplanque/turing-machine
participants (3)
-
Julien Delplanque -
stepharo -
Sven Van Caekenberghe