bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any chance of multi-dimensional arrays?


From: Rene Herman
Subject: Re: Any chance of multi-dimensional arrays?
Date: Sun, 25 Nov 2012 15:57:07 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 11/25/2012 03:19 PM, Dennis Williamson wrote:

Why don't you write it in Python? It will be much easier. You can
use advanced data structures and can even store your data in a
database such as MySQL. Execution will be much faster, too.

It won't be. Firstly since I'm not all that familiar with Python, but more importantly since I want to use the command line tools that I've grown accustomed to for manipulating my fairly large music database (oggenc, oggdec, vorbiscomment, ...). While it's certainly possible to launch those from any language, shell is the easy choice. Otherwise I'm just reading and manipulating text files, which bash is good enough at.

I moreover have no need for databases other than the file system and my music player's database -- and given that execution will be completely I/O-bound, even using pure assembly would not in fact be any faster.

All I want additionally is multi-dimensional arrays...

Kind regards,
Rene




reply via email to

[Prev in Thread] Current Thread [Next in Thread]