Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

ALEF

< >

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

#1523on PLDB 32Years Old
Wikipedia

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(); }

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0