{" "} Alef Programming Language Assignment Help
Introduction to Alef Programming Language
Alef Programming Language is an Concurrent Programming Language, which was designed as a part of Plan 9operating system by Phil Winterbottom of Bell Lab.
Alef is a concurrent programming language suited for system programming. It is implemented in Communicating Sequential Processes style. Alef Language provides many features like promitive syncronization, error handling etc.
Alef Programming Language Assignment Help By Online Tutoring and Guide Sessions at AssignmentHelp.Net
In alef ther e is no garbage collection. There are two main models of process synchronization: shared variables and message passing. Besides, Alef supports object-oriented programming implemented using static inheritance and information hiding.
Example of Alef Programming Language
The example given below shows the use of three data types:
{` (int, byte*, byte) func() { return (2, "hey", ’r’); } void main() { int a; byte* str; byte c; (a, str, c) = func(); } `}
How to learn Alef Programming
You can take help from the following Book to understand the concept of Alef Programming Language.
-
Alef Language Reference Manual
ftp://cm.bell-labs.com/who/dmr/alef.pdf -
Alef User's Guide
http://swtch.com/~rsc/thread/ug.pdf