about summary refs log tree commit diff stats
path: root/readme.st
diff options
context:
space:
mode:
Diffstat (limited to 'readme.st')
-rw-r--r--readme.st22
1 files changed, 22 insertions, 0 deletions
diff --git a/readme.st b/readme.st index 2315ad3..abb7358 100644 --- a/readme.st +++ b/readme.st
@@ -181,6 +181,28 @@ look at readme.st to get a better feel for the syntax.
181 181
182.i todo 182.i todo
183 183
184.h2 Issues
185
186.h3 Debugging
187
188Because shell's debugging tools are pretty bad,
189and because of the multiple layers involved with
190.subtext ,
191it can be pretty hard to debug.
192It would be nice to figure out a way around this.
193
194.h3 Shell quoting issues
195
196If you've programmed in shell at all,
197you'll know that quoting is ... difficult,
198to say the least.
199Because
200.subtext
201expands to shell forms, it's vulnerable to similar issues
202– especially on
203.code .
204lines.
205
184.h2 Contributing 206.h2 Contributing
185 207
186Send me an email or whatever :) 208Send me an email or whatever :)