Popular x64 Tags
- compile x64 download
- compiler x64 download
- pascal x64 download
- web site x64 download
- web site management x64 download
- sitemaps generator x64 download
- ide x64 download
- python debugger x64 download
- visual studio x64 download
- python x64 download
- software x64 download
- programming x64 download
- debug x64 download
- create application x64 download
- development x64 download
- wingware x64 download
- python ide x64 download
- language x64 download
- browser x64 download
- vb net x64 download
- debugger x64 download
- audio processing x64 download
- free controls x64 download
- java ide x64 download
- development environment x64 download
- improve 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.5.0
Sponsored links:
license: Open Source
downloads: 1584
size: 6.30 MB
updated: 2021-06-09
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, Windows 8 x64, Windows 10 x64, Windows 11
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 Compatibility Report
Top Compilers & Interpreters 64-bit downloads
FreeBasic for Windows (x64 bit) 1.10.1
FreeBASIC is a free/open source (GPL), 64-bit BASIC compiler for Windows
Open Source
Intel Visual Fortran Composer XE 2015.2.179
A comprehensive set of software development tools
Trialware | $299.00
Dash 1.12.4
Clojure: A dynamic, functional Lisp for the JVM with strong concurrency support.
Open Source
Gravilux for Win8 UI 1.11.17
Antigravity: A revolutionary tool for effortless project management and collaboration.
Freeware
JCGO 1.10
JCGO - Java to C translator aimed at creation of highly-optimized native code
Shareware | $1 200.00
Easy Code for MASM 1.07.0.0009
A setup program and includes the source code of a nice CD player
Freeware
WideStudio for Windows 3.98-7
WideStudio is an open source, IDE for desktop applications
Open Source
Members area
Top 64-bit Downloads
-
LoadUI 64-bit 2.5.4
x64 open source download -
PilotEdit Pro x64 20.5.0
x64 shareware download -
EverEdit Portable x64 4.5.0.4500
x64 shareware download -
Software Ideas Modeler
Portable x64 14.55
x64 freeware download -
FreeBasic for Windows
(x64 bit) 1.10.1
x64 open source download -
DotNetBrowser 3.3.6
x64 commercial download -
psutil for Windows Vista
(x64 bit) 5.6.5
x64 open source download -
PyScripter x64 4.3.4
x64 open source download -
Syncro SVN Client x64 10.1 B2015040812
x64 trialware download -
Modelio x64 5.4.1
x64 open source download
Top Downloads
-
NASM 2.16.01
open source download -
AdFind 1.62.00
freeware download -
LoadUI 64-bit 2.5.4
open source download -
SQL Server ODBC Driver
by Devart 5.1.3
shareware download -
VMProtect Ultimate 2.13.2
demo download -
HxD 2.5.0.0
freeware download -
Devart UniDAC 11.0.0
shareware download -
Swapy 0.5.4
open source download -
dotConnect for DB2 4.2.190
shareware download -
PostgreSQL Python
Connector by Devart 1.3.0
shareware download -
Dynamics 365 Python
Connector by Devart 1.3.0
shareware download -
Google BigQuery Python
Connector by Devart 1.3.0
shareware download -
Oracle Python Connector
by Devart 1.3.0
shareware download -
Zoho CRM Python
Connector by Devart 1.3.0
shareware download -
TeeChart Pro VCL / FMX 2023
shareware download









