AmziProlog
AmziProlog copied to clipboard
Amzi! Prolog: complete system to interpret, build, run and debug Prolog programs, but also embed and query them similar to databases.
Amzi has the basic write() functionality, but does it have a direct means of positioning the cursor? Or changing the default color of screen output? Would it be necessary to...
Hi, I am a new guy to use AmziProlog. I found that there is no release for amziprolog on macos 12.1. I read the doc ```https://github.com/AmziLS/AmziProlog/blob/master/devdocs/amzi_build.md```, and run ```make -f...
When starting Visual Studio for compiling Amzi source code or starting Eclipse for plugin development, it is necessary to have a valid `AMZI_DIR` among other environment variable directories (see `bin/amzi_vars_winXX.bat`)....
docs/winIDE should be copied to release/docs and to eclipse_plugin/workspace/com.amzi.prolog.help/doc Also make sure that *_tox.xml files are in the appropriate location. wide_toc.xml for example is outdated and should not be there,...
It should include both 32 bit and 64 bit versions, such that you can develop 32 bit and 64 bit .NET applications.
The first sections are updated, the older sections still need updating/merging with other documents.
For example langbindings\java\make_win64.txt Would not execute `@-sildel /Q amzi\ls\*.class` properly and instead execute `@-sildel /Q amzi\ls*.class`, i.e., omitting one backslash, and therefore fail. Addiing quotes around `"amzi\ls\*.class"` fixed the issue....
The Windows Binaries for amzinet.dll is built on AMD processor architecture and do not work on x64 or x86. Build one with "Any CPU" configuration. Assemblies referencing amzinet.dll are getting...
Msbuild clutters the output with a lot of messages, and works slightly differently, which is why I kept the use of devenv.exe for now. But switching eventually is a good...
Currently there are only two ways to connect Amzi! to Web applications. The CGI interface and the Java interface. It would be nice if you could call Prolog from PHP....