packages-cpp

(★ 39)

The SWI-Prolog C++ interface

File Explorer

  • .gitignore
  • CMakeLists.txt
  • config.h.cmake
  • likes.cpp
  • likes.pl
  • main.cpp
  • pl2cpp.plx
  • README.md
  • SWI-cpp.h
  • SWI-cpp2-atommap.h
  • SWI-cpp2-flags.h
  • SWI-cpp2-plx.h
  • SWI-cpp2.cpp
  • SWI-cpp2.h
  • test_cpp.cpp
  • test_cpp.pl
  • test_ffi.c
  • test_ffi.pl

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

swipl

View Details ▼

SWI-Prolog - A comprehensive free Prolog environment.

swipl

Start an interactive session:

swipl --quiet -t "{{command}}"

Execute a command without showing any output:

swipl {{path/to/file.pl}}

Execute a script:

// repository documentation