[sage-devel] Re: Adding Turing Machines

2019-04-05 Thread rjf
It seems to me that this is an opportunity for you and your classmates to post your project to GitHub, where people interested in a simulation of Turing machines could look at yours in addition to the 63 others there. Whether it should also be posted somewhere in the world of Sage, it is not fo

[sage-devel] Re: Adding Turing Machines

2019-04-01 Thread Simon King
PS: On 2019-04-01, Simon King wrote: > I suppose that (coming from school) your implementation is not "for > speed", but for education. > > There are a couple of implementations in Sage that have educational > purpose (e.g., toy implementations of Buchberger's algorithm for the > computation of G

[sage-devel] Re: Adding Turing Machines

2019-04-01 Thread Simon King
Hi Quentin, hi all, On 2019-04-01, Quentin Hillebrand wrote: > Hello, > > For a school project, me and some classmates have implemented in Sage > functions for the printing of Turing Machines along with the execution. > We were wondering in what way those could be incorporated to Sage and if >