Category Archives: BASIC

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

It from Blit

The Sierpinski Triangle is a shape that almost seems to want to get itself produced… Continue reading

Posted in BASIC, Coding, Fractals | Leave a comment