Read This! | Picolisp | Picolisp Machine | Pil Sources | Linux | BASH | C-Programmming | Javascipt | Python | Racket | Scheme | Operating Systems | AssemblyLanguage | Computer Security | Firewalls | Exploitation | Social Engineering | Metasploit | Emacs | vim | Pharo Smalltalk | Databases

Scheme

I am partial to scheme, I always really appreciated it.

   (define (max-of-list lst)
     (foldr max (first lst) (rest lst)))

R6RS - Revision 6 Scheme Standard

Programming languages should be designed not by piling feature on top of feature, but by removing the weaknesses and restrictions that make additional features appear necessary. Scheme demonstrates that a very small number of rules for forming expressions, with no restrictions on how they are composed, suffice to form a practical and efficient programming language that is flexible enough to support most of the major ... Read more.

Links, Sources and Reading List

http:///wiki/?scheme

15sep22   admin