1967 Liberian Premier League
Statistics of Liberian Premier League in season 1967.
Overview
Mighty Barrolle won the championship.
gollark: ```lisp (let (qsort xs cont) (cond ((= xs '()) (cont '())) (true (do (let h (head xs)) (let t (tail xs)) (let part_result (partition_rec t (lambda (x) (< x h)) '(() ()))) (qsort (head part_result) (lambda (ls) (qsort (snd part_result) (lambda (rs) (cont (+ ls (list h) rs)))))) )) ))```Here is a sorting program.
gollark: Lisp is basically where you take a functional dynamically typed language and replace all the syntax with nested brackets.
gollark: As such, exactly 3 people will buy it.
gollark: The trouble with this is that despite being HIGHLY ethical, it costs many times what new generally much more powerful laptops do.
gollark: Well, you could use micropython.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.