From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <5.1.0.14.2.20020717085952.035b24c8@mail.real.com> To: 9fans@cse.psu.edu From: "Fariborz (Skip) Tavakkolian" Subject: Re: [9fans] useful language extension, or no? In-Reply-To: <20020717153351.D13546@cackle.proxima.alt.za> References: <20020717134908.6cd4fcdb.spam@broster.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 17 Jul 2002 09:12:27 -0700 Topicbox-Message-UUID: cf3f2580-eaca-11e9-9e20-41e7f4b1d025 In a strange twist, there is a C like language called Pike that has experimented with all sorts of things like this. It has all kinds of neat and quirky things; like for example defining inline functions right in the parameter list of a function call. That might be a good place for these types of experiments. I was intrigued by it, but then Limbo came along. BTW, the Roxen web server is written in Pike. At 03:33 PM 7/17/2002 +0200, Lucio De Re wrote: >Just as I was getting brave enough to suggest: > > for (x = 1 => { /* initialisation */ }; > x < num => { /* termination */ }; > x++ => { /* body */ }; > ); > >(syntactic spices to taste) ...