Home | Reviews | GUIpedia | Forum | Fun500


JasonSyntax design
Hey 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-061:40 AM

ksrRe:Syntax design
It'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-078:24 PM

JasonRe:Syntax design
ive gathered up dome ideas that i like, but i have to stop and work on a website.
2010-05-0812:03 AM

BrandonRe:Syntax design
Why do you need a separate web-site? What features doesn't the blog have that you'd want?
2010-05-088:22 AM

JasonRe:Syntax design
i 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-089:07 AM

Other


2021 Brandon Cornell