Author Topic: In Production  (Read 1748 times)

0 Members and 1 Guest are viewing this topic.

Offline rkinning

  • Newbie
  • Posts: 1
    • View Profile
In Production
« 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.

Offline Bert22306

  • Forum Regular
  • Posts: 206
    • View Profile
Re: In Production
« Reply #1 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.