Coder's Guild Mailing List

Re: Code Wanted

Posted by Franz-Leo Chomse on 2001-05-22

On Tue, 22 May 2001 10:49:17 +0200 (MEST), "Tony Bucholtz" <tony_bucholtz@xxxxxxx.xxx> wrote:

>Can someone out there help me? I'm looking for source code for an ISAM / 
>b-tree / AVL-tree database system written in FORTRAN-77 or some other 
>language that doesn't use pointers? I'll even look at GW-BASIC code (sign of 
>desperation, that!). I'm planning to port the code to Euphoria, a very fast 
>shareware interpreter, but Euphoria doesn't support pointers, so I can't 
>easily use C/C++, Pascal, FORTRAN-90, etc.

Does Euphoria support Arrays. In this case you can replace the pointers by
array indexes.

Regards from Germany

Franz-Leo