
-----------------------------------
jolly50
Mon Dec 17, 2007 3:17 pm

Pseudocode - Translation
-----------------------------------
Hey,

Is there a way to quickly translate your turing code into pseudocode?

-----------------------------------
Dan
Mon Dec 17, 2007 3:31 pm

RE:Pseudocode - Translation
-----------------------------------
Why whould you whont to do that? 

Pseudocode is almost allways used to demsotarit a programing conspect or algortithm well keeping it langue indpenement or for planing a program you are going to make.

However if you all ready have the code for the program it whould be better then have pseudocode as it is a working implmenation of the idea. Also turing is rather close to pseudocode to start with....

-----------------------------------
Shib
Mon Dec 17, 2007 4:04 pm

RE:Pseudocode - Translation
-----------------------------------
Your supost you write the pseudocode before you write your program :D

-----------------------------------
solinent
Mon Dec 17, 2007 5:12 pm

RE:Pseudocode - Translation
-----------------------------------
The whole point of pseudocode is to conceptualize the turing code.

However, pseudocode normally is alot shorter and to the point, since it doesn't have to work.

There is no such program that I know of, as it makes no sense (other than to skip some extra homework)

-----------------------------------
HeavenAgain
Mon Dec 17, 2007 6:06 pm

RE:Pseudocode - Translation
-----------------------------------
but i do know this program which translate program flow chart, into turing or some other langauges.... but i forgot what it was... :roll: similar to pseudocode i guess.. in a way
