http://www.skeeve.com/gawk_roadmap.html
Enjoy,
Arnold
P.S. The astute reader will note that there are few actual dates in
the roadmap. That is on purpose. :-)
--
Aharon (Arnold) Robbins arnold AT skeeve DOT com
P.O. Box 354 Home Phone: +972 8 979-0381
Nof Ayalon Cell Phone: +972 50 729-7545
D.N. Shimshon 99785 ISRAEL
mentions, in appendix C, the possibility of accessing GDBM via arrays,
offering a simple way to manage persistent key-value pairs. Any
possibility of getting that back in the roadmap?
Regards,
Jim
On Dec 21 2009, 5:02 pm, arn...@skeeve.com (Aharon Robbins) wrote:
> In an act of end-of-year foolhardiness, I have written up and published
> a tentative roadmap for gawk development. See
>
> http://www.skeeve.com/gawk_roadmap.html
>
> Enjoy,
>
> Arnold
>
> P.S. The astute reader will note that there are few actual dates in
> the roadmap. That is on purpose. :-)
> --
> Aharon (Arnold)Robbins arnold AT skeeve DOT com
If someone with good C coding skills would like to take on the "map
array to *DBM file" project I'd be happy to talk to them. I have ideas
as to what I'd like to see happen and how to go about it but I'm happy
to delegate the work to someone willing and able to take it on.
Arnold
In article <e69995b3-17dd-4472...@a6g2000yqm.googlegroups.com>,
--
Aharon (Arnold) Robbins arnold AT skeeve DOT com
The roadmap does not include indirect functions.
Are they still to be supported.
My vote = yes
Enjoy!
:-)
t
If you need indirect functions, check out a copy of the gawk-devel CVS
instead of gawk-stable, then
cd gawk-devel
./bootstrap.sh
./configure && make && make check
The gawk-devel code base is essentially 3.1.7 + some new features (see
the CHANGES) file. At the moment it is at least as stable as 3.1.7.
Arnold
In article <5b3a5189-c50b-4b5b...@j19g2000yqk.googlegroups.com>,