Home | Reviews | GUIpedia | Forum | Fun500
Jason | Syntax designHey everybody, I was wondering how to set out my programming language. I use a RPN (Reverse Polish Notation) evaluator for the math though, don't worry Matej, if it's released without it, I'm waiting for the error to be fixed. Can someone help me how to sort out the syntax. | 2010-05-06 | 1:40 AM |
ksr | Re:Syntax designIt's really up to you. I'm sure you'll have ideas about what the ideal language should look like.
Do you think whitespace or newlines should be syntactically important?
Is the whole language going to be stack-based or just expressions? (e.g. '2 2 + print' over 'print {2 2 +}')
Are you going to have dynamic typing, like for example PHP, where variables can store any datatype, and it is up to the calling function to interpret it properly? | 2010-05-07 | 8:24 PM |
Jason | Re:Syntax designive gathered up dome ideas that i like, but i have to stop and work on a website. | 2010-05-08 | 12:03 AM |
Brandon | Re:Syntax designWhy do you need a separate web-site? What features doesn't the blog have that you'd want?
| 2010-05-08 | 8:22 AM |
Jason | Re:Syntax designi didn't say a blog, It's a dating website me and my brother are going to make, any internet whizzes out there want to help me out, im sort of new to it. I'm learning PHP, HTML and MySQL.
This is for no reason lol lololol
| 2010-05-08 | 9:07 AM |
Other
2021 Brandon Cornell