FreeBasic
freebasic.net
FreeBasic
1–10 of 73 posts
Re: FreeBasic
#2Re: FreeBasic
#3After reading the wikipeda page I found out Mr Sibly made them open source in 2014. I wonder if there is much community around them now?
Re: FreeBasic
#4You can type in IBM PC DOS BASIC programs for GWBASIC in them and run them.
Re: FreeBasic
#5I started programming when I was around 12. My teacher told me about how he learned BASIC in school...so I went home and looked up BASIC. I had a lot of fun messing around with qbasic/qb64 and finally FreeBASIC. Semi-related but one of my favorite books of all time was Creating Adventure Games On Your Computer by Tim Hartnell. It's wild to think how much of an impact that book and FreeBASIC had on me. If I could upvo…
Re: FreeBasic
#6I really miss the Blitz Basic family of game engines. https://en.wikipedia.org/wiki/Blitz_BASIC After reading the wikipeda page I found out Mr Sibly made them open source in 2014. I wonder if there is much community around them now?
I'm still friends with many of the prolific creators on Facebook in that space.
It was FOSS'd in the later years, which is great, but it doesn't really solve many of the problems or make it easier to work with BlitzBasic code for most people. Some of us spent some time on some translation layer-like technologies with the main goal usually being someone can run a `.bb` file in the browser having it auto-transpiled into a bastardized version of Ecmascript running WebGL.
Re: FreeBasic
#7Re: FreeBasic
#8Re: FreeBasic
#9It was harder to structure the code because there were no functions and subroutines, just line numbers and goto.
No while, no fors. Just ifs.
When I've learned x86 assembly later, it didn't seem too different to me.
This variant of Basic is more close to Pascal for me than the Basic I've learned.
Re: FreeBasic
#10Is it x86 only?