freebsd-ports/lang/snobol4/pkg-descr
Wes Peters 3971cd580f Update to 1.2, remove dead patch incorporated upstream, fix descr
to make portlint happy.  Extensive testing of plist with both
make deinstall and pkg_delete.

PR:		ports/139540
Submitted by:	Sahil Tandon <sahil@tandon.net>
2009-12-06 17:37:38 +00:00

12 lines
600 B
Text

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.
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 such as perl.
WWW: http://www.snobol4.org/