User:IanOsgood

Source: Wikipedia, the free encyclopedia.

Greetings,

I have done lots of anon edits and gnoming, and decided I ought to have a home here.

I work for The TOVA Company in Portland, Oregon programming in Java and C. I run scholastic chess tournaments for Chess for Success and coach my local elementary school team.

I used to work on

Program Chrestomathy
.

Interests

Projects

Forth source test

 : fib ( n -- fib )
   0 1 rot 0 ?do
     over + swap
   loop drop ;

Hooray! The <syntaxhighlight lang=""> tag started supporting Forth around February 2017.