Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

ALEF

ALEF - Programming language

< >

ALEF is a programming language created in 1992 by Phil Winterbottom.

#816on PLDB 31Years Old 215Users
0Books 0Papers

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...


Example from Wikipedia:
(int, byte*, byte) func() { return (10, "hello", ’c’); } void main() { int a; byte* str; byte c; (a, str, c) = func(); }
mun-lang.html · alef.html · p.html

View source

- Build the next great programming language · Search · v2023 · Day 208 · Docs · Acknowledgements · Traffic · Traffic Today · Mirrors · GitHub · feedback@pldb.com