mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
4b8b16c513
ChangeLog: http://www.snobol4.org/csnobol4/2.2/CHANGES While here, submitter (creator/maintainer of snobol4) takes maintainership. First-time maintainer. PR: 252654 Submitted by: phil.budne@gmail.com
13 lines
625 B
Plaintext
13 lines
625 B
Plaintext
This is a free port of the original SIL (SNOBOL4 Implementation Language)
|
|
macro version of SNOBOL4 (developed at Bell Labs) with the C language as
|
|
target. Includes SPITBOL and BLOCKS extensions.
|
|
|
|
SNOBOL4, while known primarily as a string language excels at any task
|
|
involving symbolic manipulations. It provides run time typing,
|
|
garbage collection, user data types, on the fly compilation. Its
|
|
primary weakness is its simple syntax, and lack of structured
|
|
programming constructs. However some consider the spareness of
|
|
SNOBOL4 syntax a strength when compared to some modern agglomerations.
|
|
|
|
WWW: http://www.snobol4.org/
|