Re: [sage-devel] Adding Turing Machines

2019-04-08 Thread E. Madison Bray
Hi Quentin, I think the best place to start, if you haven't already, is to make your own distributable package for Turing machines in Sage, by starting from the package template provided at https://github.com/sagemath/sage_sample If you make a stand-alone package and publish it on PyPI, then user

[sage-devel] Adding Turing Machines

2019-04-01 Thread Quentin Hillebrand
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 anyone has any suggestion on the requiered functions for a submission to