Re: [Pharo-users] A Turing Machine simulator written in Pharo

2016-01-14 Thread Julien Delplanque
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 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

Re: [Pharo-users] A Turing Machine simulator written in Pharo

2016-01-14 Thread Julien Delplanque
:) 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

Re: [Pharo-users] A Turing Machine simulator written in Pharo

2016-01-14 Thread Sven Van Caekenberghe
Julien, > On 14 Jan 2016, at 15:42, Julien Delplanque 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 lit

Re: [Pharo-users] A Turing Machine simulator written in Pharo

2016-01-14 Thread stepharo
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

[Pharo-users] A Turing Machine simulator written in Pharo

2016-01-14 Thread Julien Delplanque
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