COWSEL
COWSEL is a programming language created in 1964. COWSEL (COntrolled Working SpacE Language) is a programming language designed between 1964 and 1966 by Robin Popplestone. It was based on an RPN form of Lisp combined with some ideas from CPL. COWSEL was initially implemented on a Ferranti Pegasus computer at the University of Leeds and on a Stantec Zebra at the Bradford Institute of Technology; later, Rod Burstall implemented it on an Elliot 4120 at the University of Edinburgh. Read more on Wikipedia...
56Years Old | 20Users | ?Jobs |
- COWSEL ranks in the top 25% of languages
- the COWSEL wikipedia page
- COWSEL first appeared in 1964
- See also: combined-programming-language, lisp, pop-2, reverse-polish-notation, pop-11, poplog
- Have a question about COWSEL not answered here? Email me and let me know how I can help.
Example code from Wikipedia:
function member lambda x y comment Is x a member of list y; define y atom then *0 end y hd x equal then *1 end y tl -> y repeat up
Last updated August 9th, 2020