Posted: Mon Jun 25, 2007 12:02 pm Post subject: RE:Programing Experiment (FreeTuring)
Looks like the name might potentially be OpenT. At least that's the name for now... since some person registered OpenTuring already.
wtd
Posted: Mon Jun 25, 2007 12:18 pm Post subject: RE:Programing Experiment (FreeTuring)
So... no open source? Might be interesting to rewrite it in Scala.
rizzix
Posted: Mon Jun 25, 2007 12:18 pm Post subject: RE:Programing Experiment (FreeTuring)
Well I don;t know about FreeTuring. Which is pretty impressive, but OpenT is opensource. It is licensed under the MPL. Which is pretty flexible.
PS: I need Dan's gmail :\
Dan
Posted: Mon Jun 25, 2007 5:09 pm Post subject: RE:Programing Experiment (FreeTuring)
This is just a litte test i did as a prof of conspect. It is not a full complier by any means, it is closer to what turing aucataly dose to complie it's code.
If we ever make a fully working complier/interiptier/pesdocode generator it will deftaly be open sorce. The reason why i called it FreeTuring for this test rather then OpenTuring is that i found another project called OpenTuring when googled the word.
I whould realy like to see a project get going that dose a good open sorce implemenation of turing however i am rather busiey with dwite.
As for turings comment right now it only dose put and var statments tho it suports lots of the built in functions as you can see like chr() ord() the math ones (cos, sin, ect), and basicly any that are not clases or graphic/musick realted and real functions.
Computer Science CanadaHelp with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
Dan
Posted: Mon Jun 25, 2007 9:41 pm Post subject: RE:Programing Experiment (FreeTuring)
Heh, i just realised that my video there had sound in it. Apperntly the screen caputre program i used was smart enought to turn on my mic or try to record the musick i was planing at the time. However it seems to have come out rather distorted.
Computer Science CanadaHelp with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
zylum
Posted: Mon Jun 25, 2007 11:02 pm Post subject: RE:Programing Experiment (FreeTuring)
Strange, I can't get it playing on my computer
Sponsor Sponsor
Clayton
Posted: Tue Jun 26, 2007 11:41 am Post subject: RE:Programing Experiment (FreeTuring)
This is actually pretty cool. How long have you been working on this Dan?
Offtopic: What song was that playing in the video? I know I've heard it before...
EDIT: And what program did you use for the screen capture?
neufelni
Posted: Tue Jun 26, 2007 4:13 pm Post subject: Re: RE:Programing Experiment (FreeTuring)
zylum @ Mon Jun 25, 2007 11:02 pm wrote:
Strange, I can't get it playing on my computer
I also can't play it on my computer. It takes a long time to load and then I get a blank screen
.
Amailer
Posted: Tue Jun 26, 2007 4:14 pm Post subject: RE:Programing Experiment (FreeTuring)
What the above said - exactally :/ Do i have to play it on WMP or something?
DIIST
Posted: Tue Jun 26, 2007 4:41 pm Post subject: Re: Programing Experiment (FreeTuring)
Try "save link as" or "save target as" and just save it to you computer. I had the same problem too. It loaded and all it showed was some white box and a line.
octopi
Posted: Tue Jun 26, 2007 4:42 pm Post subject: Re: Programing Experiment (FreeTuring)
Its probally a codec issue, I didn't have the codec on either of my computers, I tried to download it on the one but it just caused windows media player to crash when it tried to load the file, so I just gave up.
Dan
Posted: Tue Jun 26, 2007 5:47 pm Post subject: Re: RE:Programing Experiment (FreeTuring)
Clayton @ 26th June 2007, 11:41 am wrote:
This is actually pretty cool. How long have you been working on this Dan?
That was just one night of playing around in java.
Quote:
What song was that playing in the video? I know I've heard it before...
VA - Summer Dance Megamix Vol.1 (2007)
Quote:
EDIT: And what program did you use for the screen capture?
xvidcap, it is in the protage tree for the gentoo users out there.
To thos not being able to get it to play, it enconded as MPEG4 (DIVX). You may need the codec to play it, you could also try divx player. The audo part is MPEG2. It was made an record on linux and i only tested it on linux. There are some flash versions i tryed to make, however there quality is lacking and it is hard to read the text.
Computer Science CanadaHelp with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
rizzix
Posted: Tue Jun 26, 2007 6:10 pm Post subject: RE:Programing Experiment (FreeTuring)