Ver. 0.7 released #7
EkBass
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I am happy to announce that version 0.7 is now available.
Version 0.7 brings two significant features in addition to fixing a few bugs.
INPUT & LINE INPUT
INPUT, which traditionally returns the user input up to the first space or comma, has been replaced by the LINE INPUT function, which returns the entire user input regardless of spaces or commas.
See more: INPUT & LINE INPUT
Support for precompiled libraries
BazzBasic supports pre-compiled libraries (.bb files) for code reuse. Libraries contain tokenized functions that load faster than source files and use automatic namespace prefixes to prevent naming conflicts.
See more: Creating and using libraries with BazzBasic
Download version 0.7
source code
executable
What to wait for for ver. 0.8?
Move from NAudio to SDL2.
SDL2 is good way to get sounds working, while also decreasing the size of executable. SDL2 also opens up more path to Linux release planned to do later.
Beta Was this translation helpful? Give feedback.
All reactions