Category Archives: BASIC

ChatGPT

With ChatGPT, the algorithms have learned to not only write working code, but accept constructive criticism and improve it, too. Continue reading

Posted in Algorithms, BASIC, C, Current Events, Digital Citizenship | Leave a comment

Constructors in FreeBASIC

FreeBASIC can be made to run arbitrary code, constructor-style, when custom types are allocated. Continue reading

Posted in BASIC, Coding | Leave a comment

Computer Speed Comparisons, Part 1: Integer Math

Summing the first 10^N primes can be the basis for a scalable benchmark for modern and vintage computers… Continue reading

Posted in BASIC, C, Coding, Math | Tagged , , , , , , | Leave a comment

For Loop Gotchas

Be careful when using for loops with unsigned variables… Continue reading

Posted in BASIC, C, Coding, Fractals | Leave a comment