a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by naaktman
naaktman  ·  3208 days ago  ·  link  ·    ·  parent  ·  post: What are good programming languages to know for designing text-based adventure games?

You could read Creating Languages in Racket, it teaches you how to create your own DSL for writing adventure games in. You'll end up with code that looks like this: http://queue.acm.org/downloads/2011/racket/6-color/world.rkt

You can teach yourself more Racket by reading SICP.