Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

2-pak

< >

2-pak is a programming language created in 1975.

#3582on PLDB 49Years Old


Example from the web:
coroutine FRUIT_GEN() begin strin g FRUIT ; FRUIT :- 'CHERRY1 ; detach ; whil e tru e do case FRUIT of 'CHERRY1 : FRUIT := 'LEMON1 ; 'LEMON': FRUIT := 'ORANGE? ; 'ORANGE1 : FRUIT :- 'APPLE' ; 'APPLE': FRUIT :- 'CHERRY' ; end ; detach ; end ; end ;

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io