Inform is a programming language for creating interactive fiction
11–20 of 33 posts
Re: Inform is a programming language for creating interactive fiction
#12In practice though, I think it ultimately falls into some kind of uncanny valley, where it’s just enough like natural language that it seems like a certain sentence or grammatical construction should work, but it doesn’t.
Re: Inform is a programming language for creating interactive fiction
#13Related: Has anyone tried ChatGPT to generate Inform code? Could be interesting.
Yes, it works well. The first time it misunderstood my query "write a very short story in Inform 7", but after clarifying ("I wanted a short story written as an Inform 7 program"), it wrote me the exact same story but in Inform 7. Not sure if it's because I said "very short", but it basically locked me into a cabin without letting me go anywhere. It did describe a fair amount of objects inside the cabin though.
After that you could of course add AI-generated images, videos, music and voice (TTS).
Re: Inform is a programming language for creating interactive fiction
#14Inform 7 is a work of art and one of the most interesting programming languages out there.
Re: Inform is a programming language for creating interactive fiction
#15Inform 7 is a work of art and one of the most interesting programming languages out there.
What in particular makes it so compelling?
This has been blown away by ChatGPT now!
[1] https://rosettacode.org/wiki/99_bottles_of_beer#Inform_7
Re: Inform is a programming language for creating interactive fiction
#16What are the most popular languages for writing IF? Why would I choose one over another?
Why would you choose why over another? It's like general programming languages, the design makes trade-offs between expressiveness and simplicity, makes one approach more canonical than the others (e.g. in state management, choice between focusing on transition or locus, etc).
Re: Inform is a programming language for creating interactive fiction
#17Inform 7 code is interesting from a conceptual perspective —- “How could we build a programming language that looked like natural language?” In practice though, I think it ultimately falls into some kind of uncanny valley, where it’s just enough like natural language that it seems like a certain sentence or grammatical construction should work, but it doesn’t.
Re: Inform is a programming language for creating interactive fiction
#18Inform 7 code is interesting from a conceptual perspective —- “How could we build a programming language that looked like natural language?” In practice though, I think it ultimately falls into some kind of uncanny valley, where it’s just enough like natural language that it seems like a certain sentence or grammatical construction should work, but it doesn’t.
Luckily, the target audience of Inform are people who like adventure games (people who are used to playing "guess the verb").
Re: Inform is a programming language for creating interactive fiction
#19Inform 7 is a work of art and one of the most interesting programming languages out there.
What in particular makes it so compelling?
Re: Inform is a programming language for creating interactive fiction
#20Related: Has anyone tried ChatGPT to generate Inform code? Could be interesting.