Learn Scheme Programming with No Charge Books

Posted by sde on Jul 5, 2017 8:18 AM EDT
OSSBlog.org; By Steve Emms
Mail this story
Print this story

Scheme is a general-purpose, functional, programming language descended from Lisp and Algol. It is a statically scoped and properly tail-recursive dialect of Lisp.

Scheme is a very simple language with a very simple syntax based on s-expressions. Its simplicity is fundamental in making it a popular introductory language. It follows a minimalist design philosophy specifying a small standard core with powerful tools for language extension. This philosophy helps make Scheme a programming language that can be learned over a weekend. Nevertheless, Scheme is a very versatile language being used to write a diverse range of applications such as financial analysis tools, compilers, virtual reality systems, as well as more mundane software.

Full article

Full Story

  Nav
» Read more about: Story Type: Roundups, Tutorial; Groups: Community, Developer, Linux

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.