1
QB64 Discussion / Re: QB64 - decisions
« on: June 20, 2021, 05:51:54 am »
@FellippeHeitor
Makes sense, but I'm curious to know how the money flow is administered and by who.
If I make donations is it especially because of the great community. Regarding Basic, I think QB64 have most users.
What I think would make QB64 more appealing at least for me:
1. Immediate mode especially because of compile time. The Basics I have used was very fast to run and because of my bad spelling it's very nice.
My current (paided) basic compiles "Hello World" in a blink of second and immediate mode even faster.
Even Code Blocks using C++ (about 300 lines) #include <iostream>, #include <graphics.h>, #include <math.h> compiles in less than a second.
2. Arrays inside types.
3. Increment and decrement.
4. The debugger is not intuitive for me.
I would love to add features to QB64, but I don't have the skills.
I really like the strict setting (saves time) and it reminds of an old Basic/Pascal like language named UniComal. If I could not type a line with correct syntax I had make it as a commend line. UniComal also had arrays in structure and could make instances with arrays.
Makes sense, but I'm curious to know how the money flow is administered and by who.
If I make donations is it especially because of the great community. Regarding Basic, I think QB64 have most users.
What I think would make QB64 more appealing at least for me:
1. Immediate mode especially because of compile time. The Basics I have used was very fast to run and because of my bad spelling it's very nice.
My current (paided) basic compiles "Hello World" in a blink of second and immediate mode even faster.
Even Code Blocks using C++ (about 300 lines) #include <iostream>, #include <graphics.h>, #include <math.h> compiles in less than a second.
2. Arrays inside types.
3. Increment and decrement.
4. The debugger is not intuitive for me.
I would love to add features to QB64, but I don't have the skills.
I really like the strict setting (saves time) and it reminds of an old Basic/Pascal like language named UniComal. If I could not type a line with correct syntax I had make it as a commend line. UniComal also had arrays in structure and could make instances with arrays.