Re: [fpc-pascal] java programmer

2005-05-21 Thread Marco van de Voort
> On Sat, 21 May 2005, Tony Pelton wrote: > > anyone know of a quality implementation of this kind of stuff ? > > > > minimally, an automatically resizing array implementation and a Hashtable ? > > You might want to try Decal; It's a rich set of container classes. > Although written for Delphi,

Re: [fpc-pascal] java programmer

2005-05-21 Thread Nico Aragón
El Sábado, 21 de Mayo de 2005 17:10, Tony Pelton escribió: > minimally, an automatically resizing array implementation and a Hashtable ? Some time ago I used Barry Kelly's hash table implementation. It worked very well for me. You can download it from Torry's: http://delphi.icm.edu.pl/ftp/

Re: [fpc-pascal] java programmer

2005-05-21 Thread Tony Pelton
On 5/21/05, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > You might want to try Decal; It's a rich set of container classes. > Although written for Delphi, it should compile for FPC without too > much hassle; if not, feel free to contact me, I'll see what I can do. this looks nice. thanks f

Re: [fpc-pascal] java programmer

2005-05-21 Thread Michael Van Canneyt
On Sat, 21 May 2005, Tony Pelton wrote: > > the one thing that looks like it is going to be really painful for me > with Pascal is the seeming lack of out of the box data structures. > > in Java, there are a _very_ rich set of "collections" to use. > > i've done some poking around on the net,

Re: [fpc-pascal] java programmer

2005-05-21 Thread Florian Klaempfl
Tony Pelton wrote: > > I had it running in about 10 minutes. > > I was blown away. I'am also working at work daily with C++ but it can't beat the productivity of pascal. > i'm not seeing anything right off that looks like a > nice,clean,portable little unit that would emulate what i might find