April 1998
Intermediate to advanced
624 pages
16h 11m
English
SymbEL is an interpretive language, based on C, that was created to address the need for simplified access to data residing in the SunOS kernel. Although kernel interface API libraries have made this data more available to C application programmers, it is still out of reach by means other than writing and compiling a program. The goal was to create a language that did not need compilation to run and would allow the development of scripts that could be distributed to a large audience via e-mail without sending very large files or requiring the end user to possess a compiler.
The control and data structures of SymbEL are extensive enough to allow a complex program to be written, but the language is not burdened ...