[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] statement syntax



I'm wondering if it would be possible to modify/extend the SC language to accept C/Java statement syntax. The main difference is the role of semicolon (;). SC uses it as general statement *separator* (Pascal style), while C/Java use it as statement *terminator* for simple statements. This difference is quite inconvenient for people like me who are programming also in C/Java and derived modern languages like eg. Processing. In particular I think that new generations of programmers being familiar with C/Java would be happy to use the same statement syntax in SC.

-mb