===================================================================
======================== Sync ====================================
===================================================================
Sync is a programming language that is still in the making. It will have a syntax that
is easy to learn.
The GUI is split in three different sections. The first is the coding area. This is
where you will type the code.
The second is a mini viewer where you will see a small product of what your code will look like.
The third is a dictionary. It will help you if you forgot the syntax.
Tell me what you think!
Last edited by ProgrammingFreak (2010-11-12 10:34:36)
Offline
cool! But its not out. What features would u like in it? GUI, Code?
Offline
Offline
08jackt wrote:
Project Ideas
Maybe not - it could be talking about a designing a new programming language in general. I think it's okay to keep it in Miscellaneous for now.

Offline
cheddargirl wrote:
08jackt wrote:
Project Ideas
Maybe not - it could be talking about a designing a new programming language in general. I think it's okay to keep it in Miscellaneous for now.
![]()
If the finished product is a scratch project, then it's not Misc. material. But for now it stays here like chedargirl said.
Offline
I love Notepad++! Sure, I'll tell you the syntax later today
Offline
Here is a partial syntax:
[start] This tells the computer to start.
[stop] (you can guess)
draw.square(x=100 y=1000) draws a square/rectangle
draw.circle(x=100 y=1000) draws a circle
draw triangle(x=100 y=1000) draws a triangle
file.make( name="blah.txt") makes a file
file.write( value="Hello" name="blah.txt) writes in file in specified file
file.save(name="blah.txt") saves specified file
if () [ ] if statement
if () [ ] else [ ] if and else statement
repeat '10' [ ] repeats specified code
> op
< er
* at
- or
+ s
button.left.keydown sees if left key is down
button.right.keyup sees if right key is released
mouse.mousedown sees if mouse is clicked
mouse.mouseup sees if mouse is released
[! Hello !] comment
I'll bring more later! Oh, and I can't bring a screenshot quite yet...
Last edited by ProgrammingFreak (2010-10-28 14:16:10)
Offline