In the introduction here, it states that the ISO module standard for Prolog was a failure. Can anyone elaborate on this?
Why was the ISO module standard for prolog a failure?
691 Views Asked by SDG At
1
There are 1 best solutions below
Related Questions in MODULE
- Magento custom block. Can't get block's file
- Undefined is not a function when calling node module
- Why is it bad practice to use from module import *?
- Node.js http.get example
- Perl Module using %EXPORT_TAGS
- Yii, Load a model of a module from the main app controller
- Ocaml unbound type constructor with module
- Drupal location module shows only a portion of Gmap on node page
- phpinfo() uses old version. What am I missing after "make install"?
- Accessing 2 different tables from same controller file
- Do software engineers in general have no idea about Software Architecture Design?
- Class Path entry my.jar does not point to a valid jar for a Class-Path reference
- TypeScript: workaround for relative reference path?
- Python - Can't install modules on mac
- Text file not being imported with module
Related Questions in PROLOG
- prolog traverse nonstandard tree left to right
- Constraint not propagated upon instantiation of list members
- SWI Prolog pass a goal with non-zero arity through the command line arguments
- Predicate that pick elements which are on list twice not less not more
- prolog-false is returned instead of a number
- Freezing goal in prolog
- freeze for more than one variable
- Why I can't get an answer for the Ship Puzzle with Prolog?
- Evaluate a number in (a few) natural language
- Prolog binding arguments
- gprolog: Getting a stacktrace after an exception
- Prolog- Returning elements from facts
- run a prolog code with swipl in a command line
- Prolog- singleton variable in branch warning
- Prolog-iterating through list
Related Questions in STANDARDS
- Where can I read the ANSI terminal standard?
- C++: digits vs bits?
- Is it okay to have a <!-- comment --> as first line in SVG?
- Why was the ISO module standard for prolog a failure?
- Does Java have builtin ability or standard patterns for static deserialization?
- Address of an instance emplaced to std::vector is invalid
- In EXCEL how do I convert J2000 time value to standard date and military time?
- Translational Limits on Enum Constants
- Undefined behavior on reading object using non-character type when last written using character type
- Standard for software comparison
- C++11 Allocation Requirement on Strings
- Convert double to time_t
- How does the standards committee indicate the status of a paper under consideration?
- Convert double to struct tm
- Is this a valid definition for main()
Related Questions in ISO
- Why was the ISO module standard for prolog a failure?
- How to add labels on each line and add 2nd y-axes to the right side of the 'loglog' plot?
- System.Globalization.RegionInfo complete list of valid culture inputs
- Opposite function of push notification
- Where is the install location of the Windows Boot2Docker Image?
- What does AVCaptureDevice's low light boost do?
- How to calculate the no of iso weeks in a year in t-sql?
- Compatibility of C89/C90, C99 and C11
- import com.google.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder class not found
- Android camera preview is dark
- Standard Data Types
- ISO 8 ignores meta viewport and automatically makes site responsive in iphone 6
- What's the difference between joda yyyy-MM-dd'T'HH:mm:ss.SSSZZ and ISO (wiki) date format?
- Get Isometric Tile Under Mouse
- Why is there a networking library proposal for C++14/17?
Related Questions in ISO-PROLOG
- Why was the ISO module standard for prolog a failure?
- ANSI escape characters in gprolog
- Why are round brackets not needed for atoms that are high priority operators?
- Limiting variable scope in prolog
- Difference between two variant implementations
- Replacing white spaces in prolog
- Is an infinite list of ones sane?
- Implementing cut in tracing meta interpreter prolog
- Prolog infix operators of same precedence one xfy and the other yfx with two sequential operators
- What is the meaning of predicate "simple/1" in Prolog (SWI-Prolog)
- Safer type tests in Prolog
- Minor inconsistency due to different operator precedence of ** and ^
- Union of two variable sets
- Variable occurrence in a list of variables
- Is there any plan to standardize the Quintus/SICStus style module system in ISO Prolog?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The system you cite, SWI-Prolog, is a system whose core is developed by a single developer. Such bold statements as those you quote are his very personal opinions. In the past, SWI did follow ISO standards for a certain period. Then, recently changed. If you want to read more about this, please refer to this answer.
There are systems that are conforming - in particular: SICStus Prolog sicstus-prolog and GNU Prolog gnu-prolog.
In case you want to know more about the purpose of standards, in particular ISO standards, refer to your national standardization body. They certainly offer 1- or 2-day introductory courses. SO is not a place to discuss this.