Skip to Content
Sun Performance and Tuning: Java™ and the Internet, Second Edition
book

Sun Performance and Tuning: Java™ and the Internet, Second Edition

by Adrian Cockcroft, Richard Pettit
April 1998
Intermediate to advanced content levelIntermediate to advanced
624 pages
16h 11m
English
Pearson
Content preview from Sun Performance and Tuning: Java™ and the Internet, Second Edition

Basic Structure

In response to the need for simplified access to data contained inside the SunOS kernel, the SymbEL (pronounced “symbol”) language was created and the SymbEL interpreter, se, was developed. SymbEL resembles C visually and contains many similar syntactic structures. This orthogonality was done for ease of use and to leverage existing programming knowledge.

First Program

Since the best way to learn a new language is through example, let’s look at an example SymbEL program.

main() 
{
  printf("hello, world\n"); 
}

This program shows that the language structure is similar to C. This similarity does not imply that you can pick up a book on C and start writing SymbEL programs. There are a lot of differences, and the interpreter lets ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Panic! UNIX® System Crash Dump Analysis

Panic! UNIX® System Crash Dump Analysis

Chris Drake, Kimberley Brown

Publisher Resources

ISBN: 0130952494Purchase book