snobol4

String-oriented symbolic programming language for text processing

brewmacoslinux
Try with needOr install directly
Source

About

String oriented and symbolic programming language

Commands

snobol4

Examples

Run a SNOBOL4 program from a file$ snobol4 program.sno
Execute inline SNOBOL4 code with pattern matching$ snobol4 -e 'HELLO = "World" OUTPUT = HELLO END'
Process text file with SNOBOL4 string operations$ snobol4 textprocessor.sno < input.txt