Email or username:

Password:

Forgot your password?
Devil Lu Linvega

Exploring how to make a little interactive fiction engine entirely using rewrite rules.
git.sr.ht/~rabbits/parade/tree

8 comments
slewis

@neauoire I expect some strange and beautiful experiences from this 😁

Marcos

@neauoire I see that code and think that perhaps the syntax "A <> B" could be better than "<> A B" ... but perhaps there is a good reason you use the prefix <> instead of infix?

Devil Lu Linvega

@marcos_don yeah, it scans from the left of the program without doing lookaheads. It'd be wasteful to scan forward, also, the right hand side can be left empty :)

Ciel

@neauoire so rad. I've been thinking about paradise again. I might try to do some interactive fiction thing to learn elixir

Go Up