Hello Everybody
For those who write long programs in AWK, pointers and working with
strong values are essential.
I would like to introduce to my small project - a compact user-level
awk library designed for generating "unique" strings that is may be
used as the abstract pointers in awk.
The library contains (I hope) good documentation
In my opinion, this library is key for the further development of
programming in awk as a whole. It provides users with pointers.
In the documentation, I tried not only to describe the programming
interface but also to briefly demonstrate the main techniques for
using pointers in awk.
Link to the project: https://github.com/digics/UID10
I would really appreciate hearing any feedback, comments, and
evaluations of my work. This applies to both the code itself and the documentation.
Best regards, Denis
Hello Everybody
For those who write long programs in AWK, pointers and working with strong values are essential.
I would like to introduce to my small project - a compact user-level awk library designed for generating "unique" strings that is may be used as the abstract pointers in awk.
Janis: What do you mean by "strong values"?
See documentation: hid
On 11.10.2024 22:26, digi_cs wrote:
Janis: What do you mean by "strong values"?
See documentation: hid
This answer makes no sense, and it explains nothing.
On 2024-10-13, Janis Papanagnou <janis_papanagnou+ng@hotmail.com> wrote:
On 11.10.2024 22:26, digi_cs wrote:
Janis: What do you mean by "strong values"?
See documentation: hid
This answer makes no sense, and it explains nothing.
I suspect "strong value" might be a superfluous synonym for "object".
[ snip elaborations ]
...
You can pass associative arrays down into functions, but not
return them, or assign them from one variable to another.
El 13/10/24 a las 20:19, Kaz Kylheku escribió:
...
You can pass associative arrays down into functions, but not
return them, or assign them from one variable to another.
Well, instead of
arr = a_func(args)
you can modify a_func to have
a_func(args, arr)
HTH.
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 991 |
Nodes: | 10 (1 / 9) |
Uptime: | 129:59:38 |
Calls: | 12,960 |
Calls today: | 2 |
Files: | 186,574 |
Messages: | 3,265,981 |