Code Comments
Programming Forum and web based access to our favorite programming groups.Hello, which compiler do you think is the best one? Have you got an link? Thanks, Tobias
Post Follow-up to this messageIn article <2rvls6F1f2fq9U1@uni-berlin.de>, Tobias Mauderer wrote: > Hello, > > which compiler do you think is the best one? Have you got an link? You're never going to get a sensible answer as there are many dimensions in which Prolog environments differ. To name a few in no particular order of importance: * Supported platforms * Compiler speed * Speed of produced code * Stability * Quality (speed, compliance, limits) of the built-in predicates * System limits (memory, max size/number of XYZ) * Garbage collection (also on atoms) * Constraints, coroutining, etc. * (Debugging) environment * Interfaces to other languages * Provided libraries (especially for your domain) * Does it have graphical capabilities * Pricing/availability * User community ... and this list is easily extended ... Links are easy. Just type `prolog' into Google or read the Prolog FAQ. Cheers --- Jan
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.