Information Technology - Computer Programming - Source Code - Homebrew - Open Source - Software - Hardware - 8 bit - 16 bit - 32 bit - 64 bit - x86 - x64 - DOS - Windows - Linux - Arduino - Embedded - Development - Retro - Vintage - Math - Science - History - Hobby - Beginners - Professionals - Experiment - Research - Study - Fun - Games

Search found 108 matches

by admin
Thu May 02, 2024 6:34 am
Forum: C/C++
Topic: Express BASIC - an interpreter in C
Replies: 16
Views: 8685

Re: Express BASIC - an interpreter in C

We're still working towards the next update. I encountered another problem. A FOR loop combined after an IF statement doesn't work correctly. This became apparent with the following example where line 40 and 50 should have been doable with one line. 1 REM https://rosettacode.org/wiki/Sieve_of_Eratos...
by admin
Thu May 02, 2024 6:18 am
Forum: General Discussion
Topic: BASIC programming language turns 60 years old
Replies: 0
Views: 2

BASIC programming language turns 60 years old

John Kemeny and Thomas Kurtz founded the BASIC programming language on May 1, 1964. The name BASIC is an acronym for Beginner's All-purpose Symbolic Instruction Code. It has been adapted to work on virtually every computer system in existence. Many people learned to program with it. Due to all of th...
by admin
Wed Apr 24, 2024 9:43 am
Forum: Express BASIC Archive
Topic: 15 Puzzle number game
Replies: 0
Views: 29

15 Puzzle number game

15 Puzzle I made this game while testing the new Express Basic release. It is now included with the download for each edition. Slide the numbers to the correct order. 5 CLS: PRINT "15 Puzzle by Gemino Smothers": PRINT 10 LET size = 16: GOSUB 1000 20 FOR i = 0 TO size - 1: LET nl = nl + 1 ...
by admin
Tue Apr 23, 2024 7:07 pm
Forum: Express BASIC Archive
Topic: Zombie Bug Out turn based survival shoot em up
Replies: 0
Views: 34

Zombie Bug Out turn based survival shoot em up

Zombie Bug Out How long can you survive without being taken out by zombies or thirst? How many zombies can you eliminate? Find out with this classic BASIC style game. Designed to run with Express BASIC, it is easily portable to virtually all other dialects. With Express BASIC, Zombie Bug Out may ru...
by admin
Tue Apr 23, 2024 6:19 pm
Forum: C/C++
Topic: Express BASIC - an interpreter in C
Replies: 16
Views: 8685

Important Update for Express BASIC

After weeks of painful research and debugging, we have finally released the next update. We're still going to remain in alpha version. You never know if and when a new problem may surface. The Watcom debugger was helpful in finding leaks and other problems. The issue of line numbers being limited in...
by admin
Fri Apr 12, 2024 5:45 pm
Forum: C/C++
Topic: Express BASIC - an interpreter in C
Replies: 16
Views: 8685

Re: Express BASIC - an interpreter in C

No update has been released yet. Still working on a ton of issues. Things were looking okay. I developed a new example game. It works on EB compiled with Watcom and DJGPP, but not Turbo C 1. It compiles in Turbo, but has a serious glitch. Doesn't compile at all in TC2. Compiles for DOS in Watcom, bu...
by admin
Thu Apr 04, 2024 2:32 pm
Forum: C/C++
Topic: Express BASIC - an interpreter in C
Replies: 16
Views: 8685

Re: Express BASIC - an interpreter in C

Been working out a TON of bugs. Hopefully I will get to post an update today or tomorrow.

Including issues with GOSUB and FOR. Trying to make the code wotk right with colons.
Also, other random typos and issues.

Thia is why EB is still alpha. Many things to test and improve or fix.
by admin
Mon Apr 01, 2024 7:35 pm
Forum: News
Topic: New registrations
Replies: 4
Views: 4667

Re: New registrations

So that last registration was one that I already deleted today less than 20 minutes ago. I gave it the benefit of the doubt and did some research. Turns out this email has spam on German, Vietnamese, and sites from around the world with no correlation to each other. Of course the spam is promoting a...
by admin
Mon Apr 01, 2024 7:14 pm
Forum: News
Topic: New registrations
Replies: 4
Views: 4667

Re: New registrations

Wow. Another one just as I posted above...

DELETE DELETE DELETE
by admin
Mon Apr 01, 2024 7:13 pm
Forum: News
Topic: New registrations
Replies: 4
Views: 4667

Re: New registrations

I have been deleting on average about 100 spammer registrations per day. Just now I deleted another 172 that appeared within the past few days. When I got done, there was already three more. What's going on with the internet? Is there a plot to use AI and spambots to render traditional forums unreli...