Saturday, March 31, 2012

Yes, it's true. I've written the first ever "Hello, world" program in Bizarre. I'm so excited.
Here is the syntax:
display: "Hello, world";
and here is a screenshot:

Tuesday, March 27, 2012

Parser

Just got a working parser done! It parses and deletes comments Etc...
It seems to work :P
Remember to check it out here https://sourceforge.net/projects/bizarre/

Thursday, March 15, 2012

First source release!

Well, here is the day you've all been waiting for! The first source release of Bizarre!
Although it does absolutely nothing other than parse the command you've just entered; it does that quite well :P You can browse the source here. You'll have to compile it with the free pascal compiler. And the main page is here.
Here is a screenshot :)

Tuesday, March 13, 2012

Phase one

I'm starting to develop a new scripting language, it will be called Bizarre. You ask why I'm making one when there are some many out there. My answer is simple; I'm doing this for fun. I don't expect many users but I do hope that the users I get are happy with the language.
As soon as I get a Pre Alpha 0.1 out I'll start (almost) daily snapshots via SVN on sourceforge. As this is the first day of development don't expect any releases of the software until about Thursday.
My plan for updating will be like this
I would recommend that if you are planning on using Bizarre for applications; wait for the bug release, even though I will be fixing some bugs in a feature release, I plan on making Bizarre more stable on a bug release.