Kevin wrote:I guess Console, App or args are some kind of objects? How would I declare my own objects? What about functions and loops? Defining structured data types. including arrays? Can you split a program into multiple modules? Will the language support pointers or some kind of references? I could go on like this for a while, your example doesn't really show that much of what a real language needs.
You are very correct, I am putting up a website within the next few months that will include an entire manual for JFS. Don't worry, it's all specced out and you can do all of the mentioned things. I knew there would be some confusion but I didn't want to throw too complicated of an example out there just yet, I wanted to show something I can actually compile and run right now
Kevin wrote:Anyhow, writing programs in such an XML based language is going to be a tedious task, I suspect. And for writing programs you really shouldn't need more than a simple text editor.
You are also right about that. It is a bit tedious. If my OS and/or scripting language is ever used by more than 5 people then mayhaps some of those people wouldn't mind helping develop an IDE around the laguage. At that point, the XML "disappears" and everything is nice and easy.
Kevin wrote:I don't want to sound too negative. You seem to have a clean (I hope) parser for your simple test program, so you have already achieved a lot. But you really should keep in mind what you need to add (and your design will need to fit) until it is a usable language.
Negative is fine. In fact, the more the better, it's the best way to improve. The language compliments the underlying OS and its unique(ish) design ideals. There is also already a working virtual machine (think java, not vmware) that can run these apps in linux (and could in windows if I were half arsed to write the support for that) just as they would in JFOS.
I may post some of the actual specs today. Right now, most of it is written in a composite notebook (just about filled the damn thing up), so I have to transcribe it all into something more human readable
