QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: rkinning on June 13, 2019, 02:17:35 pm

Title: In Production
Post by: rkinning on June 13, 2019, 02:17:35 pm
As a long time BASIC programmer I regularly test the current flavors of BASIC for execution speed.  Every time QB64 wins proving it is the most efficient compiled BASIC available.  So my question is who is using it in a production environment?  And is there a place with helper code for things like logging, sql databases, fastcgi examples?   Thank you for your responses.
Title: Re: In Production
Post by: Bert22306 on June 13, 2019, 04:30:09 pm
Does ~50% count? I use QB64 to develop, test, and document algorithms, for a true "production environment." Even safety-critical systems. But then the code is normally transcribed into C, by our software team, to be embedded in the systems.