i am a complete noob to Prolog. I wish to install turbo prolog in ubuntu. How do i do that. I googled it but all in vain. Is there any other option to turbo prolog for ubuntu?
turbo prolog on ubuntu
2.8k views Asked by z22 At
2
There are 2 answers
0
user1598696
On
You have here step by step installation for turboprolog under ubuntu.
http://ubuntuforums.org/showthread.php?t=1653742
But i recommend that you use SWI-prolog or XSB prolog, because as you can see turbo prolog only works in DOS so you need DOSBox emulator...all that is to complicated. Just use SWI-prolog or XSB prolog-much easier installation.
Related Questions in UBUNTU
- Error: local variable 'bramka' referenced before assignment
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Can't connect to local postgresql server from my docker container
- How to install libfuse2 on Ubuntu 22.04
- Error when trying to execute a binary compiled in a Kali Linux machine on an Ubuntu system
- Can anyoone help me with this problem while trying to install hadoop on ubuntu?
- Ubuntu wsl2 in windows, my /etc/fonts/fonts.conf keeps reloading
- psutil.sensors.temperatures() only delivers {}
- Issue with [proxy_fcgi:error] [pid 1539011] (70007)The timeout specified has expired
- Viber is not working on Ubuntu 22.04 Jammy
- why is ubuntu 18.4 still showing as a linux subsystem when i have uninstalled it?
- Why when I want to open a folder from Visual Studio Code does the screen go crazy?
- What is this error when trying to update Ubuntu?
- Angular on IONOS(?) throws an error with npm
- Tensorflow can't find TensoRT
Related Questions in INSTALLATION
- INSTALL_FAILED_DUPLICATE_PERMISSION: Package
- How can i install pyaudio on MacOS
- Problem installing Manim on Windows 11. Error regarding the wrong "decorator" version
- 'No such file or directory' installing RTC-Tools through pip
- Install Postfix Mail Server
- Plugin with id 'com.android.application' not found in Github Winlator Project
- OSError: [WinError 5] Access is denied: 'c:\\python311\\scripts\\pip.exe' Consider using the `--user` option
- Installing the C compiler for LC3
- Why is installation of MySQL on my mac is always halted
- OS: Parrot OS (hashcat : Depends: libminizip1t64 but it is not installable)
- GROMACS 2024 with CP2K 9.1 BUILD
- After the installation process When the server is running, nothing is displayed on the page myddleware
- PHP php_mongodb.dll for 32bit
- A given package is installed but spyder won't see it
- I cant install libraries?
Related Questions in TURBO-PROLOG
- How to modify my Turbo Prolog expert system
- How do I solve Free variable error in Turbo Prolog?
- Fibonacci Series in Turbo Prolog
- what does <> mean in prolog?
- How to use if then else condition in DOSBOX TurboProlog
- A union of a conditions
- Turbo Prolog execution order
- Turbo Prolog: 420 PROLOG.ERR missing
- Visual Prolog error c502: The expression does not produce a value
- Prolog stackoverflow
- Convert string to Upper and Lower case Turbo Prolog
- prolog get syntax error when increase stack size
- PROGRAM ERROR 1040
- String parsing [Turbo Prolog]
- clauses for the same predicate should be grouped
Related Questions in VISUAL-PROLOG
- Error when including file in Visual Prolog v5.1
- How activate a groupbox with a radioButton in visual Prolog
- Visual Prolog 5.2: a odd backtracking behavior
- How can I cast a string to integer in Visual Prolog
- Visual Prolog 5.2 The variable is not bound in this clause
- Words with repeating symbols in prolog v5.2
- If statement in prolog recursion
- Which Prolog implementation uses this syntax?
- check number with 4 conditions
- Visual prolog duplicates in list
- Visual Win-Prolog Listbox Selected Item Index
- Wrong number of arguments in flow pattern
- Prolog - Counting matches in two lists
- Error "illegal variable type for this position " in prolog
- Finding the shortest distance of multiple paths using prolog
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?
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)
You should search for visual prolog: http://www.visual-prolog.com/
That said, I use swi-prolog with emacs and I find it very good. If you are already familiar with emacs, you should consider it. There's a nice and detailed guide on use swi with emacs on the swi-prolog page.