ALEF
ALEF is a programming language created in 1992. Alef is a discontinued concurrent programming language, designed as part of the Plan 9 operating system by Phil Winterbottom of Bell Labs. It implemented the channel-based concurrency model of Newsqueak in a compiled, C-like language.. Read more on Wikipedia...
28Years Old | 20Users | ?Jobs |
- ALEF ranks in the top 25% of languages
- the ALEF wikipedia page
- ALEF first appeared in 1992
- See also: c, newsqueak, limbo, rust, go, csp
- Have a question about ALEF not answered here? Email me and let me know how I can help.
Example code from Wikipedia:
(int, byte*, byte) func() { return (10, "hello", ācā); } void main() { int a; byte* str; byte c; (a, str, c) = func(); }
Last updated August 9th, 2020