Project Euler Solutions
=======================

As I was looking for something to program in colorForth, I decided to try solving the first 100 Project Euler problems.

Since I want to learn colorForth and not normal Forth, I'm attempting to keep as many of the colorForth quirks as I can. For example, I'm trying to only use flags for conditionals, and not booleans on the stack. Also, I'm avoiding looping upwards as much as possible, and refraining myself from defining a subtraction word.

Status:

First 30 complete! Onwards to 31-40!

general to-dos:
- make 64 bit division work with negatives

code


~/cf/peinfo.html