11 comments

[ 2.5 ms ] story [ 32.3 ms ] thread
This is neat! I know it's not really the point but I would like to see some shallow benchmarks, I'm curious what perf (if any) is lost building like this.

My very first apps were written in LibertyBASIC, almost 30 years ago. I learned how to pirate things because the borland compiler required to share my creations with my friends was $299, which was a lot of money back then.

I kind of like the uppercase keywords of older programming languages, it makes the non-code parts standout more, probably even more important before syntax highlighting became common
This reminds me immensely of DARK Basic built by The Game Creators. It was how I got my start into programming back in the day.
Nice, this might be good for my 9 year old.

As a Python dev, there are a million things I can show her in Python and that huge amount of choice is an issue in itself sometimes.

I've been playing around with SmallBASIC [0], which also comes with raylib, but also nuklear.

BASIC as a game design language does feel like some of the common game abstractions like the draw and tick loops, are really well suited to it. And offloading the math-heavy things like raycasting to C and importing does give you a nice abstraction layer.

[0] https://smallbasic.github.io/

What happened to Blitz Basic and Blitz 3d?
Very cool - I made my first game in BASIC over 25 years ago and now I'm still making games - I've been looking for a good BASIC to help teach my kids programming because pygame, scratch, roblox lua, all have unique issues that make it either too overwhelming or smooth over the important bits too much to be really useful. Hopefully this will be it - if there are good examples or can port old BASIC games to it.
I used to love posts like this. I even wrote my own basic runtime environment back in the day. But lately, because of AI, I've completely lost interest in this kind of stuff.

I don't say that lightly. I've been coding since I was 11 and loved every minute of it. I'm 52 now, and once I fully gave in to using AI, I pretty much stopped writing code myself.

Has anyone else felt like they've lost that spark?

oh cool what an interesting proj---

> CharmingBlaze and cursoragent committed

oh..

(comment deleted)