Lines 6-13
Link Here
|
6 |
|
6 |
|
7 |
SNOBOL4, while known primarily as a string language excels at any |
7 |
SNOBOL4, while known primarily as a string language excels at any |
8 |
task involving symbolic manipulations. It provides run time typing, |
8 |
task involving symbolic manipulations. It provides run time typing, |
9 |
garbage collection, user data types, on the fly compilation. It's |
9 |
garbage collection, user data types, on the fly compilation. Its |
10 |
primary weakness is it's simple syntax, and lack of "structured |
10 |
primary weakness is its simple syntax, and lack of "structured |
11 |
programming" constructs. However some consider the spareness of |
11 |
programming" constructs. However some consider the spareness of |
12 |
SNOBOL4 syntax a strength when compared to some "modern" agglomerations |
12 |
SNOBOL4 syntax a strength when compared to some "modern" agglomerations |
13 |
such as perl. |
13 |
such as perl. |