Conversation

would you be happy using a language where every file was in literate mode? i.e. prose at the top level, code only in delimited/nested blocks
39
82
I wouldn't want to force my code into a linear presentation format only. Ie. I'd prefer it if I could have more than one way of viewing the program graph supported by my editor.
2
4
I guess a counter to the 'why not both?' argument is that it might take work to maintain more than one 'view' when editing code (depending on how it is implemented). Still, I think it would be cool if we could figure it out!
2