(Arne Babenhauserheide)
2014-08-17: clearer error message. clearer error message.
diff --git a/wisp-scheme.w b/wisp-scheme.w --- a/wisp-scheme.w +++ b/wisp-scheme.w @@ -262,7 +262,9 @@ define : wisp-indentation-to-parens line cdr unprocessed . indentation-levels else - throw 'wisp-not-implemented "Still need to implement the line comparisons." + throw 'wisp-not-implemented + format #f "Need to implement further line comparison: current: ~A, next: ~A." + . current-line next-line