Month: May 2016

  • Inform: A brief note on encapsulation

    I need to recap earlier chapters, but I’m currently reading the chapter on Advanced Actions and this bit just grabbed me in that “just blog this immediately” sort of way. 12.10. Action variables And we will want the photographing action to have the player use the best-quality camera which comes to hand. We will give…

  • Inform: Things, Kinds, and other Words Of Very Definite Meaning

    Inform’s definitions make me pause. I want to write a short post summarizing some main ideas: Things, which are sort of like objects; Kinds, which are sort of like classes; Actions, which are sort of like, well, functions with side effects; Values, which I guess are also like objects? Or instances? Or just values? If…