What will be the differences with the new version?

In this category you can exchange your programming questions and solutions.
Post Reply
fred
Posts: 54
Joined: Thu Apr 23, 2009 10:08 am

What will be the differences with the new version?

Post: # 422Post fred
Wed May 13, 2009 4:45 pm

What will be the differences with the new version of FnxBasic?
Will there be 64bit Int64 type support? (i think mostly for files)
More objects or objects expanded? (like InsertRow, MoveRow for StringGrid)
Compile time constants like _LINE_, _DATE_ or _FILE_?

Regards,
Fred.

Marco
Site Admin
Posts: 246
Joined: Sat Sep 15, 2018 8:41 pm

What will be the differences with the new version?

Post: # 423Post Marco
Thu May 14, 2009 3:57 pm

Hi,

The new one will be faster, shorter bytecode and sub objects like the canvas,font ther will be some new command and functions added but most important this version is not a dead ended one in the future new properties and methods and objects can be added. A new keyword is record to handle records.
As soon if I had a working version it will be published at this forum, unless not all is added type and objects array and my sql will be added afterwards. But that doesn`t matter because the base stay`s the same.
best regards marco

GSAC3
Posts: 20
Joined: Wed Jun 27, 2007 8:15 pm

What will be the differences with the new version?

Post: # 424Post GSAC3
Thu May 14, 2009 9:28 pm

Marco:

Thank you very much for the update.

Looking forward to the new version.

Don
 :) :) :)

Lifefree
Posts: 9
Joined: Tue Feb 07, 2012 9:49 pm

What will be the differences with the new version?

Post: # 425Post Lifefree
Sun Jun 14, 2009 4:12 pm

The shorter bytecode, implies that the generated code would be smaller in size?

Marco
Site Admin
Posts: 246
Joined: Sat Sep 15, 2018 8:41 pm

What will be the differences with the new version?

Post: # 426Post Marco
Sun Jun 14, 2009 5:36 pm

The `interpreter` is now around the 280kb against 340 kb for the old version.
The byte code will be shorter I think it will be around 40 percent shorter, so the compiler will be shorter and the generated exe will be shorter.
best regards marco

fred
Posts: 54
Joined: Thu Apr 23, 2009 10:08 am

What will be the differences with the new version?

Post: # 427Post fred
Wed Jun 17, 2009 12:56 pm

Usually shorter code means also faster :)
I think easy of use and speed are more important then file size but i sounds good.
Now we just have to wait and if i see the progress i expect that a new beta version will be soon :)

Regards,
Fred.

Post Reply