logoalt Hacker News

coldcodetoday at 1:05 AM0 repliesview on HN

I wrote my own interpreted language about 25+ years ago to write online surveys. It made it easy to create complex surveys with many branches. I think I wrote it in Objective-C.

The team implementing the survey system wound up using the same language to implement the runtime portion, something I never expected or designed in.

I don't recall anything about what it looked like now. I do remember it was a lot of fun to write.