Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Style Issues in Lisp and Scheme programming, setq versus let ... and onion structure with multiple cores or eyes or kernels Re: string to list or string to array

Received: by 10.66.83.35 with SMTP id n3mr9120191pay.23.1351478897482;
        Sun, 28 Oct 2012 19:48:17 -0700 (PDT)
Path: 6ni47225pbd.1!nntp.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!nrc-news.nrc.ca!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail
From: Christian Kellermann <ck...@pestilenz.org>
Newsgroups: comp.lang.scheme
Subject: Re: Style Issues in Lisp and Scheme programming, setq versus let  ... and onion structure with multiple cores or eyes or kernels Re: string to list or string to array
Date: Wed, 24 Oct 2012 19:59:55 +0200
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <87zk3biwdg.fsf@necronomicon.my.domain>
References: <62642868-f757-4115-a047-34c319a1c30f@o5g2000yqi.googlegroups.com>
	<87pq4c848a.fsf@kuiper.lan.informatimago.com>
	<4e87f58c-72fc-457b-8596-c792c39472e5@m4g2000yqb.googlegroups.com>
	<87zk3f7ey7.fsf@kuiper.lan.informatimago.com>
	<657d823b-990f-4a2b-a57c-2c644099ddcd@z2g2000yqj.googlegroups.com>
	<87r4op4nas.fsf@kuiper.lan.informatimago.com>
	<6200d408-528e-41c8-82a3-a297557d5273@googlegroups.com>
	<961d6ffd-4d68-406c-a7c0-e91a33babfe1@googlegroups.com>
Mime-Version: 1.0
Injection-Info: mx04.eternal-september.org; posting-host="9357f5745811f715bc3bf79c4f3688f0";
	logging-data="5505"; mail-complaints-to="ab...@eternal-september.org";	posting-account="U2FsdGVkX1+eaaQxtXLn0jqUKJUmX+ip"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (berkeley-unix)
Location: Nuremberg, Germany
X-Face: )<@mYD"$q]x@aW&soI&i#cV3L#64|,L~kN+Na[fp]N@W`}R;e/b-td:'0"P,F._L4FO%F{oFIr#aGohV>Dbv3W'{)[sL!(6QM~tG{S@RzWU'lKQGb:ftc9n[6tsf/rc=Vb
Cancel-Lock: sha1:NgsywgJ8pl2MDebnO7P3+S6S8O8=
	sha1:S4MM14uucCnMObIOXgi9O/CLuJk=
Bytes: 2233
X-Received-Bytes: 2341
Content-Type: text/plain

damosan <damo...@gmail.com> writes:

> On Wednesday, October 24, 2012 11:47:32 AM UTC-4, John Cowan wrote:
>  
>> One of the things Kernel got right is that by convention you 
>> write $if, $when, $lambda, etc.
>
> To me syntatic sugar like this is a crutch.  If you know the language
> having to type extra '$' is a pain in the butt.

By convention means noone forces you to do this. You don't have to mark
globals with '*' on both sides either, yet it has been shown to be
benefitial for those who read the code...