programmers!
what programming languages are context sensitive and why?
here are some broad examples that i know of:
Haskell and Python use context-sensitive indentation
Haskell and Agda have rules that change how parsing works dynamically during parsing
Conversation
Replying to
Forth's parsing words can redefine the language on the fly.

