Posted: Mon Dec 07, 2009 6:59 pm Post subject: RE:Notepad++ for Turing?
What is openT being coded in? I'd be happy to help if I can at all. I only know c++, XNA, Turing and a little bit of shaders
Sponsor Sponsor
DemonWasp
Posted: Mon Dec 07, 2009 7:50 pm Post subject: RE:Notepad++ for Turing?
Java, Java and Java. The compiler compiles to JVM bytecode (which is kind of a standard way for small language projects to go...buys a lot of performance and an assembly layer really easily, plus it provides machine-independence). The compiler itself and the IDEs are - as far as I know - pure Java.
mirhagk
Posted: Mon Dec 07, 2009 9:25 pm Post subject: RE:Notepad++ for Turing?
lol well thought i'd offer my assitance, guess im not much use lol
Tony
Posted: Mon Dec 07, 2009 9:31 pm Post subject: RE:Notepad++ for Turing?
There's more than just writing code in any project.
Posted: Tue Dec 08, 2009 10:44 am Post subject: RE:Notepad++ for Turing?
this sounds really, interesting, is there anywhere where i can erad more about this openT, or how i could contribute to it even thoughj im not the greatest of programmers.
apomb
Posted: Tue Dec 08, 2009 10:52 am Post subject: Re: RE:Notepad++ for Turing?
B-Man 31 wrote:
this sounds really, interesting, is there anywhere where i can erad more about this openT, or how i could contribute to it even thoughj im not the greatest of programmers.
Posted: Wed Dec 09, 2009 9:07 am Post subject: Re: RE:Notepad++ for Turing?
apomb @ Tue Dec 08, 2009 10:52 am wrote:
B-Man 31 wrote:
this sounds really, interesting, is there anywhere where i can erad more about this openT, or how i could contribute to it even thoughj im not the greatest of programmers.
Posted: Tue Jan 15, 2013 12:23 am Post subject: RE:Notepad++ for Turing?
Does open turing have a syntax file that can be grabbed for N++?
I started work on defining it myself, but i cant figure out how to handle folding, making it select the proper end statement (matching brace, basically)
The issue is with the folding setup, due to the overuse of the word "end" this could be difficult or impossible to make right