Fermion Programming Language News
Status: Alpha
Brought to you by:
crazysixer
I modified the functions that handle logical condition statements to use one less for loop. The new code has been posted into the SVN for those who wish to test the new handler out. The increase in efficiency was about 7 thousandths of a second for a program running a while loop 1000 times. The improvements are dependent on the size of the statement. For instance a small statement such as "x == 5" would not see a large increase, but a larger statement such as "(myFunction(5,2) + 5) % 2 == 1" would see more of an improvement when ran multiple times. My next goal is to allow parenthesis to be used in a condition statement.