From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Tolpin Message-Id: <200404012004.i31K44IF025640@adat.davidashen.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] multiple inputs In-Reply-To: <4623606e74a91925b510cd480e7738da@cwru.edu> Date: Fri, 2 Apr 2004 01:04:04 +0500 Topicbox-Message-UUID: 4d74dff6-eacd-11e9-9e20-41e7f4b1d025 > Right. But that's the point. > > What hygenic macros are(to me) a way of creating domain specific languages > based on C. hugs is ported to Plan 9. Use haskell for domain-specific languages, it is great for the purpose. C is different -- it encourages to write thin, transparent programs; when it is used appropriately it is great.