loose spec for Script … EBNF to come

June 30th, 2006 by mike

Script will be a compiled, object-oriented, semi-strongly-typed web scripting language. What I mean by semi-strongly-typed is that there is a set size allocated by the compiler at compile time to hold the data associated with a variable. In (32bit intel) c-like style, 4 bytes will be allocated to hold all primitive types. Other types will be objects internally stored as pointers. There will be only one primitive data type.

Read the rest of this entry »

Add to Technorati Favorites

Posted in NextPL | 2 Comments »

SCRIPT

June 29th, 2006 by mike

So my script project has been delayed quite a bit. I’m going to start working on it again soon. I would really like suggestions on features. I’ll try to have an EBNF spec up by the end of July. The spec won’t be final, but I’d really appreciate having some input other than my own.

So do it! Give me suggestions!

Add to Technorati Favorites

Posted in NextPL | No Comments »