> 
> 
> Dear friends!
> 
> We've  dealed with funtional programming since last semetre. Until now we've 
> worked with Gofer, but Gofer is small. It isn't possible to compile and run big 
> programms with Gofer. 
> 
> Is there any bigger compiler for DOS or Windows? If yes, where can I get it?
> Please mail me 
> 
>         [EMAIL PROTECTED] 
> 
> I thank you in advance.
> 
> Huong Dinh
> 

I don't think there is a problem with Gofer per se. The problem is
using it within the standard DOS framework.

I am using Hugs (Gofer derivative) for Linux and have not experienced
any program size restrictions. That is because it uses 32-bit
integers. It seems however be possible to compile with 32-bit integers
for DOS also. If you have the source code you might have a look in
prelude.h. Defining BCC32 instead of BCC seems to give 32-bit integers.
(The only difference to the UNIX settings seems to be the default
sizes of some tables and the heap, which should be possible to increase
if you have memory enough.)

You would then require Borland C++ 4.02 powerpack, according to the comment.

Presumably that requires a DOS extender. I have no experience of this
though, but would really recommend switching to Linux instead...

Good luck,

Sverker




Reply via email to