Category:SNOBOL4: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
(Added some links, corrected some grammar, added a lang template param. Does "run time typing" mean "duck typing"?)
Line 1: Line 1:
{{language
{{language
|site=http://www.snobol4.org/}}
|site=http://www.snobol4.org/
|gc=yes}}
SNOBOL4 (StriNg Oriented and symBOlic Language) is a language for text processing, pattern matching, and much more, first designed and implemented at Bell Telephone Laboratories, Inc. (BTL) in the 1970's.
SNOBOL4 (StriNg Oriented and symBOlic Language) is a language for text processing, pattern matching, and much more, first designed and implemented at [[Bell Labs|Bell Telephone Laboratories, Inc.]] (BTL) in the 1970's.


SNOBOL4, while known primarily as a string language excels at any task
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 weaknesses are its simple syntax and lack of "structured programming" and "object oriented" constructs.
involving symbolic manipulations. It provides run time typing,
garbage collection, user data types, on the fly compilation. It's
primary weakness is it's simple syntax, and lack of "structured
programming" and "object oriented" constructs.


CSnobol4 [ftp://ftp.snobol4.org/snobol sources] and [ftp://ftp.snobol4.org/snobol/win32/1.2/ Win32 binary]
CSnobol4 [ftp://ftp.snobol4.org/snobol sources] and [ftp://ftp.snobol4.org/snobol/win32/1.2/ Win32 binary]

Revision as of 03:36, 16 February 2010

Language
SNOBOL4
This programming language may be used to instruct a computer to perform a task.
Official website
Garbage collected: Yes
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using SNOBOL4.

SNOBOL4 (StriNg Oriented and symBOlic Language) is a language for text processing, pattern matching, and much more, first designed and implemented at Bell Telephone Laboratories, Inc. (BTL) in the 1970's.

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 weaknesses are its simple syntax and lack of "structured programming" and "object oriented" constructs.

CSnobol4 sources and Win32 binary

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "SNOBOL4"

The following 133 pages are in this category, out of 133 total.