
-----------------------------------
sh0td0wn
Tue Jan 08, 2008 1:40 pm

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.

-----------------------------------
Tony
Tue Jan 08, 2008 1:49 pm

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.

-----------------------------------
Nick
Tue Jan 08, 2008 3:14 pm

RE:Turing app in a run window
-----------------------------------
well you could have the program write to a file somehow compile it then Sys.Exec it

-----------------------------------
Dan
Tue Jan 08, 2008 5:40 pm

Re: RE:Turing app in a run window
-----------------------------------
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

-----------------------------------
Nick
Tue Jan 08, 2008 5:46 pm

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

-----------------------------------
sh0td0wn
Wed Jan 09, 2008 8:37 am

Re: Turing app in a run window
-----------------------------------
I'm guessing it's extremely complicated since I can't code as well as you guys.
