Wrote a tool in #QBasic (#QB64) to modify INI files and I thought it’d be quick enough even in BASIC but it’s *incredibly* slow, taking seconds to modify a file. I suspect this is because the process of reading a line from the input file and writing it to the output file is causing the disk-cache to ping-pong between files so I’ll have to do it in-memory
@SinclairSpeccy There are so many dialects. https://en.wikipedia.org/wiki/List_of_BASIC_dialects And you do have modern ones, like #FreeBASIC and #QB64 that are actively maintained. It’s an incredible world that honestly has grown more in recent years with the rise of #RetroComputing.
#retrocomputing #qb64 #freebasic
Just completed my #AdventOfCode day 2 in QuickBasic! all on #GitHub :)
https://github.com/DeeHants/adventofcode/
#QB64 #Basic #QBasic
#adventofcode #GitHub #qb64 #basic #qbasic
@benjaminhollon @Binder @vazub
I literally parsed through my ~/.config/mimeapps.list trying to find others.
I can't think of any other 100% purely keyboard-navigable GUI apps, henceforth referred to as #TooeyGUIs :blobfoxlaugh:
(Not to be confused with #GooeyTUIs like #Quickbasic / #QB64, #BorlandPascal, and the like. :D
#tooeyguis #gooeytuis #quickbasic #qb64 #borlandpascal
Messing around with QB64 tonight. Fun fact, this was the first program I wrote when I was 12 or 13 years old after my uncle taught me a little about BASIC. This is where it began. A little better at math now. Does anyone know how I can optimize max guesses? #QBasic #QB64 https://t.co/U8dgg21Clw
@szczezuja @dosnostalgic There is a port of it for #QB64 so you can play it on a modern machine. I'll see if I can find it.
The Phoenix Edition fork of #QB64 has a fresh release. 0.8.1 is now out with a number of bug fixes!
https://github.com/QB64-Phoenix-Edition/QB64pe/releases/tag/v0.8.1
The #QB64 Phoenix Edition has a new release! The v0.7.0 release includes bugfixes and a Makefile for building.
The Phoenix Edition has graciously preserved and hosted a forum and wiki for #QB64 users through their website, so there's likely something useful for you whether or not you're running the Phoenix Edition of qb64.