Popular x64 Tags
- compiler x64 download
- pascal x64 download
- compile x64 download
- web site x64 download
- web site management x64 download
- sitemaps generator x64 download
You are here: X-64-bit Download
\ Development
\ Compilers & Interpreters \ GNU Prolog for Windows (x64 bit)
GNU Prolog for Windows (x64 bit) 1.4.4
Sponsored links:
license: Open Source
downloads: 591
size: 4.80 MB
updated: 2013-04-25
tags: x64 Prolog environment, Prolog compiler x64, programming environment x64, Prolog x64, x64 compiler, environment x64, Windows x64 bit
Add to Basket
Daniel Diaz
What is GNU Prolog for Windows x64
GNU Prolog for Windows x64 is a free Prolog compiler with constraint solving over finite domains developed by Daniel Diaz.
GNU Prolog accepts Prolog+constraint programs and produces native binaries (like gcc does from a C source). The obtained executable is then stand-alone. The size of this executable can be quite small since GNU Prolog can avoid to link the code of most unused built-in predicates. The performances of GNU Prolog are very encouraging (comparable to commercial systems).
Beside the native-code compilation, GNU Prolog offers a classical interactive interpreter (top-level) with a debugger.
The Prolog part conforms to the ISO standard for Prolog with many extensions very useful in practice (global variables, OS interface, sockets,...).
GNU Prolog also includes an efficient constraint solver over Finite Domains (FD). This opens contraint logic programming to the user combining the power of constraint programming to the declarativity of logic programming.
Features
# Prolog system:
* conforms to the ISO standard for Prolog (floating point numbers, streams, dynamic code,...).
* a lot of extensions: global variables, definite clause grammars (DCG), sockets interface, operating system interface,...
* more than 300 Prolog built-in predicates.
* Prolog debugger and a low-level WAM debugger.
* line editing facility under the interactive interpreter with completion on atoms.
* powerful bidirectional interface between Prolog and C.
# Compiler:
* native-code compiler producing stand alone executables.
* simple command-line compiler accepting a wide variety of files: Prolog files, C files, WAM files,...
* direct generation of assembly code 15 times faster than wamcc + gcc.
* most of unused built-in predicates are not linked (to reduce the size of the executables).
* compiled predicates (native-code) as fast as wamcc on average.
* consulted predicates (byte-code) 5 times faster than wamcc.
# Constraint solver:
* FD variables well integrated into the Prolog environment (full compatibility with Prolog variables and integers). No need for explicit FD declarations.
* very efficient FD solver (comparable to commercial solvers).
* high-level constraints can be described in terms of simple primitives.
* a lot of predefined constraints: arithmetic constraints, boolean constraints, symbolic constraints, reified constraints,...
* several predefined enumeration heuristics.
* the user can define his own new constraints.
* more than 50 FD built-in constraints/predicates.
constraints (in terms of the primitive), the solver is open and extensible (as opposed to black-box solvers like CHI
Supported Platforms & Last Changes
Currently the following architectures are supported:
* ix86 / GNU/Linux
* ix86 / Win32 using Cygwin (see file src/WINDOWS)
* ix86 / Win32 using MinGW (see file src/WINDOWS)
* ix86 / Win32 using MSVC++ (see file src/WINDOWS)
* ix86 / SCO
* ix86 / Solaris
* ix86 / FreeBSD
* ix86 / OpenBSD
* ix86 / NetBSD
* ix86 / Darwin (Mac OS X)
* x86_64 / GNU/Linux
* x86_64 / Solaris
* x86_64 / Win64 using MinGW64 (see file src/WINDOWS64)
* x86_64 / Win64 using MSVC++ (see file src/WINDOWS64)
* PowerPC / GNU/Linux
* PowerPC / Darwin (Mac OS X)
* PowerPC / NetBSD
* sparc / SunOS (4.1.3 or higher)
* sparc / Solaris
* sparc / NetBSD
* alpha / GNU/Linux
* alpha / OSF1
* mips / irix
GNU Prolog for Windows x64 is a free Prolog compiler with constraint solving over finite domains developed by Daniel Diaz.
GNU Prolog accepts Prolog+constraint programs and produces native binaries (like gcc does from a C source). The obtained executable is then stand-alone. The size of this executable can be quite small since GNU Prolog can avoid to link the code of most unused built-in predicates. The performances of GNU Prolog are very encouraging (comparable to commercial systems).
Beside the native-code compilation, GNU Prolog offers a classical interactive interpreter (top-level) with a debugger.
The Prolog part conforms to the ISO standard for Prolog with many extensions very useful in practice (global variables, OS interface, sockets,...).
GNU Prolog also includes an efficient constraint solver over Finite Domains (FD). This opens contraint logic programming to the user combining the power of constraint programming to the declarativity of logic programming.
Features
# Prolog system:
* conforms to the ISO standard for Prolog (floating point numbers, streams, dynamic code,...).
* a lot of extensions: global variables, definite clause grammars (DCG), sockets interface, operating system interface,...
* more than 300 Prolog built-in predicates.
* Prolog debugger and a low-level WAM debugger.
* line editing facility under the interactive interpreter with completion on atoms.
* powerful bidirectional interface between Prolog and C.
# Compiler:
* native-code compiler producing stand alone executables.
* simple command-line compiler accepting a wide variety of files: Prolog files, C files, WAM files,...
* direct generation of assembly code 15 times faster than wamcc + gcc.
* most of unused built-in predicates are not linked (to reduce the size of the executables).
* compiled predicates (native-code) as fast as wamcc on average.
* consulted predicates (byte-code) 5 times faster than wamcc.
# Constraint solver:
* FD variables well integrated into the Prolog environment (full compatibility with Prolog variables and integers). No need for explicit FD declarations.
* very efficient FD solver (comparable to commercial solvers).
* high-level constraints can be described in terms of simple primitives.
* a lot of predefined constraints: arithmetic constraints, boolean constraints, symbolic constraints, reified constraints,...
* several predefined enumeration heuristics.
* the user can define his own new constraints.
* more than 50 FD built-in constraints/predicates.
constraints (in terms of the primitive), the solver is open and extensible (as opposed to black-box solvers like CHI
Supported Platforms & Last Changes
Currently the following architectures are supported:
* ix86 / GNU/Linux
* ix86 / Win32 using Cygwin (see file src/WINDOWS)
* ix86 / Win32 using MinGW (see file src/WINDOWS)
* ix86 / Win32 using MSVC++ (see file src/WINDOWS)
* ix86 / SCO
* ix86 / Solaris
* ix86 / FreeBSD
* ix86 / OpenBSD
* ix86 / NetBSD
* ix86 / Darwin (Mac OS X)
* x86_64 / GNU/Linux
* x86_64 / Solaris
* x86_64 / Win64 using MinGW64 (see file src/WINDOWS64)
* x86_64 / Win64 using MSVC++ (see file src/WINDOWS64)
* PowerPC / GNU/Linux
* PowerPC / Darwin (Mac OS X)
* PowerPC / NetBSD
* sparc / SunOS (4.1.3 or higher)
* sparc / Solaris
* sparc / NetBSD
* alpha / GNU/Linux
* alpha / OSF1
* mips / irix
OS: Windows Vista x64, Windows 7 x64
Requirements:
GNU Prolog for Windows (x64 bit) Reviews
| Software: | GNU Prolog for Windows (x64 bit) 1.4.3 |
| Reviewed by: | Donald St-Maurice (Apr 2, 2013) |
| Rating: | |
| Review: | The source cannot be read....crash all the time. |
Add Your Review or 64-bit Compatibily Report
Top Compilers & Interpreters 64-bit downloads
Free Pascal 2.6.2
Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal compiler
Open Source
Easy Code for MASM 1.06.0.0020
A setup program and includes the source code of a nice CD player
Freeware
Eclipse SDK x64 4.3.0 RC1
An open-source Java IDE and platform for rich client applications
Freeware
Fiddler 4.4.4.4 Beta
A useful HTTP Debugging Proxy that logs all HTTP traffic between your computer
Freeware
Visual Studio Professional Edition 2008
A comprehensive suite of tools designed to help software developers
Trialware | $799.00
Members area
Top 64-bit Downloads
-
Java Runtime Environment
64bit 7 Update 13
x64 freeware download -
PyScripter x64 2.5.3
x64 open source download -
Eclipse SDK x64 4.3.0 RC1
x64 freeware download -
Lazarus x64 1.0.8
x64 freeware download -
Visual DuxDebugger 3.9.2
x64 freeware download -
GNU Prolog for Windows
(x64 bit) 1.4.4
x64 open source download -
Software Ideas Modeler
Portable x64 6.15.4881.36643
x64 freeware download -
Jaspersoft Studio x64 5.1.0
x64 freeware download -
GTK+ for Windows x64 2.22.1
x64 freeware download -
VbsEdit x64 5.8.2.0
x64 trialware download
Top Downloads
-
DOSBox 0.74
freeware download -
Turbo C++ 3.0
freeware download -
Turbo Pascal 7.0
freeware download -
Notepad++ 6.3.3
open source download -
Microsoft .NET Framework
4 4.0.30319.1
freeware download -
Texmaker 4.0.2
freeware download -
wxDEV-C++ 4.9.9.2
open source download -
Free Pascal 2.6.2
open source download -
Java Runtime Environment
64bit 7 Update 13
freeware download -
Dev-C++ Portable 5.4.1
open source download -
Easy Code for MASM 1.06.0.0020
freeware download -
NASM 2.10.07
open source download -
EditPlus 3.51
shareware download -
Visual Prolog 7.4 B7400
freeware download -
Virtual Serial Port
Driver 7.1
shareware download










