Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Ben Bacarisse Newsgroups: comp.lang.awk Subject: Re: UID: Generating pointers in AWK Date: Mon, 14 Oct 2024 13:31:49 +0100 Organization: A noiseless patient Spider Lines: 20 Message-ID: <87ldyqdfwq.fsf@bsb.me.uk> References: <670c5ba4$0$714$14726298@news.sunsite.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 14 Oct 2024 14:31:50 +0200 (CEST) Injection-Info: dont-email.me; posting-host="fcc37f642faab198c14b0e455baaac50"; logging-data="1250777"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19BZQE/JcsTGeeZDD3QYW6XGJ0nQ0Gjo40=" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:vzr3cbom5CyrNUwGarwM6p2aoVk= sha1:qMVtTMztpuaZzQI/We0i6BB8kms= X-BSB-Auth: 1.015940279c8e3b951d3d.20241014133149BST.87ldyqdfwq.fsf@bsb.me.uk Xref: csiph.com comp.lang.awk:9853 "digi_cs" writes: > I see increasing misunderstanding regarding "strong" values. You are not doing much to clear it up! I simple definition of what you mean would sort it out. > Look— a pointer is a special string that can be used as an index in > all the arrays we have. This string carries an unlimited amount of > data that makes up the object itself. So that's not really what most people would understand by the term "pointer". For one thing, pointers don't carry an unlimited amount of data. As has been suggested, an example of how your "pointers" can help write a program that is awkward to write without them would be very useful. -- Ben.