Ken Owen sent this to me.

Dennis Ritchie, in Memoriam (Dr.Dobb's)

I continue to be influenced by Dennis Ritchie. Tom Gibson built tiny-c in the late 70's and Scott Guthery implemented it on the PC in the mid 80's. His tiny-c is written in C and tiny-c.


tc>./
 0 0 0 24509
tc>.r ritchie.tc
 277
 0 17 277 24232
tc>.ritchie

usage: .dennis 5 or .dennis 10
tc>.dennis 7

goodbye, Dennis Ritchie.
you made the world a better place.
thank you!
thank you!
thank you!
thank you!
thank you!
thank you!
thank you!
tc>

tc>./
 2 17 277 24232
tc>.p 20
thankyou int i [
 int j;j=i
 while (--j) pl "thank you!"
 ]

ritchie [
 pl"";ps "usage: .dennis 5 or .dennis 10"
 ]

dennis int q [
 /* http://primepuzzle.com/tc/ritchie.tc
 pl "";ps "goodbye, Dennis Ritchie."
 pl "";ps "you made the world a better place."
 thankyou(q+1)
 ]

tc>