X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.4 at av01.lsn.net Message-ID: <55B695AF.6060306@ecosensory.com> Date: Mon, 27 Jul 2015 15:33:51 -0500 From: John Griessen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] The new to do References: <0A5D410F-D1EF-4FC6-AF0F-BB13218B1615 AT icloud DOT com> <20150714084906 DOT GC14371 AT localhost DOT localdomain> <20150720131753 DOT GA19305 AT localhost DOT localdomain> <20150726122814 DOT GE8789 AT localhost DOT localdomain> <20150727154025 DOT GA2752 AT localhost DOT localdomain> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com On 07/27/2015 12:54 PM, Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: >> [2]https://en.wikipedia.org/wiki/Scheme_(programming_language)#R7RS > What a joke. From [2]: R7RS a subset of the large version retaining the minimalism praised by educators and casual implementors the final report has been available since August 6, 2013 "Scheme's very simple syntax is based on s-expressions, parenthesized lists in which a prefix operator is followed by its arguments. Scheme programs thus consist of sequences of nested lists. Lists are also the main data structure in Scheme" Not such a joke, but the desirable way forward for gschem improvements, since it will be the least effort path, and scheme is not all that bad for ECAD. It's a functional language -- everything in parallel. Functional is probably a "brick wall" for some programmers.