File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,11 @@ <h2>Abstract</h2> <p>This SRFI describes a set of syntax extensions
82
82
humans to read. The sweet-expression syntax enables the use of
83
83
syntactically-meaningful indentation to group expressions (similar to
84
84
Python), and it builds on the infix and traditional function notation
85
- defined in < a href ="/srfi-105/ "> SRFI-105 (curly-infix-expressions)</ a > .
85
+ defined in < a href ="https://srfi.schemers.org /srfi-105/ "> SRFI-105 (curly-infix-expressions)</ a > .
86
86
Unlike nearly all past efforts to improve s-expression readability,
87
87
sweet-expressions are general (the notation is independent from any
88
88
underlying semantic) and homoiconic (the underlying data structure is
89
- clear from the syntax). This notation was developed by the “< a href =
90
- "http://readable.sourceforge.net/ "> Readable Lisp S-expressions
89
+ clear from the syntax). This notation was developed by the “< a href ="http://readable.sourceforge.net/ "> Readable Lisp S-expressions
91
90
Project</ a > ” and can be used for both programs and data.
92
91
< p > Sweet-expressions can be considered a set of
93
92
additional abbreviations, just as < code > 'x</ code > already abbreviates
You can’t perform that action at this time.
0 commit comments