Αποτελέσματα Αναζήτησης
SWISH provides a web-based tool for running Prolog. It provides a CodeMirror based editor with server-enriched semantic highlighting based on the same library as the above mentioned built-in editor. SWISH can display Prolog results as tables, charts and anything supported by HTML5 and JavaScript.
2 Ιουν 2022 · With the SWI-Prolog-Editor (Version 5.08 from 2020.01.06) a Windows-programming-environment for the work with SWI-Prolog which is suitable for schools has become available. The current version of the SWI-Prolog-Editor is tested for in lessons.
Type Name Tags User Modified; Collapse all; Expand all; Stop all; Clear; Your query goes here ... x
The SWI-Prolog 9.2 is the latest stable release. Highlights: Bundled Python bi-directional interface (Janus) C++ interface version 2 (SWI-ccp2.h) covers much more of the SWI-Prolog C API and is more (type-)safe.
SWI-Prolog offers an extensible interface which allows the user to edit objects of the program: predicates, modules, files, etc. The editor interface is implemented by edit/1 and consists of three parts: locating, selecting and starting the editor. Any of these parts may be customized.
16 Δεκ 2019 · There are two overal pages. web/swish.html provides a static page and lib/page.pl provides a Prolog frontend to generate the overal page or parts thereof dynamically. The latter facilitates smoothless embedding in SWI-Prolog web applications.
The SWI-Prolog development environment consists of a number of interrelated but not (yet) integrated tools. Here is a list of the most important features and tips. Atom completion. The console 48. completes a partial atom on the TAB key and shows alternatives on the command Alt-? . Use edit/1 for finding locations.