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 Ward's wiki. My home there: c2:IanOsgood. I also did some code-knitting on Rosetta Code, a Program Chrestomathy.

Interests edit

Projects edit

Forth source test edit

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

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