Computer Science Canada

Turing app in a run window

Author:  sh0td0wn [ Tue Jan 08, 2008 1:40 pm ]
Post subject:  Turing app in a run window

Is it possible that in an execution window to allow to input Turing code and it will run it in a different execution window?

Like having a Turing app in an execution window.

Author:  Tony [ Tue Jan 08, 2008 1:49 pm ]
Post subject:  RE:Turing app in a run window

That is possible with interpreted languages (Ruby, Python, PHP, etc), not with compiled, such as C++ or Turing.

Though to a limited extend, you could build your own Turing interpreter.

Author:  Nick [ Tue Jan 08, 2008 3:14 pm ]
Post subject:  RE:Turing app in a run window

well you could have the program write to a file somehow compile it then Sys.Exec it

Author:  Dan [ Tue Jan 08, 2008 5:40 pm ]
Post subject:  Re: RE:Turing app in a run window

momop @ 8th January 2008, 3:14 pm wrote:
well you could have the program write to a file somehow compile it then Sys.Exec it


There has not been a turing comand line complier since dos turing so Sys.Exec will not work, at best it whould just open the turing eidtor with the code in it but not run it. To do this you whould have to make a turing interperiter like tony mentioned, hack the turing exe to work as a comand line complier or wait for openT to be done if it ever will :p

Author:  Nick [ Tue Jan 08, 2008 5:46 pm ]
Post subject:  RE:Turing app in a run window

on that note has there been any progress with openT lately

I don't think so since I don't see rdrake that much and it is school

Author:  sh0td0wn [ Wed Jan 09, 2008 8:37 am ]
Post subject:  Re: Turing app in a run window

I'm guessing it's extremely complicated since I can't code as well as you guys.


: