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 best solutions below
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
- Git init --bare giving error fatal: Out of memory? mmap failed: No such device
- EMACS-Live + Slime error at startup
- Vagrant - Ansible error installing Apache
- Openfire Smack Connection issue
- Error in Ruby on Rails on Ubuntu 14.04
- Django webapp (on an Apache2 server) hangs indefintely when importing nltk in views.py
- C++ string and char* manipulation acting weird
- Data transfer between Ubuntu/Windows to network
- How to upgrade Node js version to 0.12.4 on Ubuntu
- How do I install Intellij on Ubuntu 15.04?
- Can't run django-admin startproject mysite (ubuntu, django.core.exceptions.ImproperlyConfigured)
- How to add apt key with --recv-keys instead of --recv?
- Express - Multiparty/Formidable unable to parse files greater than 100kb on Ubuntu. Callback of Parse is not called at all
- Unable start mongoose im in ubuntu. process crashes
- Tkinter application topmost, even over fullscreen
Related Questions in INSTALLATION
- Bundle Multiple Xamarin apps in one pkg installer
- install a R package from directory
- Can I automate auto-app installation on my Android device?
- Stop the installshield installation if a file is not found in vb.net
- GVM: Issue when installing GVM in Ubuntu 14.04
- Not able to format namenode in hadoop-2.6.0 multi node installation
- How to install SFML in ubuntu?
- how to install packages from pypi to anaconda?
- What is PREFIX IN make PREFIX=$HOME/usr/local/OpenBLAS?
- WiX installer - change the install path
- First time app run action depending on how app was installed (Android)
- First time app run action depending on how app was installed (iOS)
- Error while installing HBase on windows
- Produce both versions x32 and x64 under PyInstaller
- Python: Trouble with dill installation
Related Questions in TURBO-PROLOG
- Visual Prolog error c502: The expression does not produce a value
- Turbo Prolog: 420 PROLOG.ERR missing
- GUI for a Turbo Prolog application
- Sum of the first n numbers in prolog
- Other implementation of x at power n in Prolog
- Explanation of a Prolog algorithm to append two lists together
- How to correct predicate on Prolog?
- turbo prolog on ubuntu
- Prolog replace element in a list with another list
- clauses for the same predicate should be grouped
- Arrangements of elements of a list in prolog
- Difference between 2 consecutive elements in Prolog
- what does <> mean in prolog?
- Want to print the path,but getting errors
- what is the syntax for char* in prolog
Related Questions in VISUAL-PROLOG
- Visual Prolog error c502: The expression does not produce a value
- Visual Prolog - take some function as argument of another function
- Which Prolog implementation uses this syntax?
- Prolog - The same functioning but with no findall
- Why is neccsary to add \n and \r when sending input to a running process?
- Sum of the first n numbers in prolog
- If statement in prolog recursion
- Words with repeating symbols in prolog v5.2
- This prolog program shows error and i m unable to detect the error
- Tower of Hanoi in Visual Prolog
- turbo prolog on ubuntu
- How can I cast a string to integer in Visual Prolog
- Get extract value from fact
- Visual Prolog 5.2 The variable is not bound in this clause
- Difference between (Facts and Predicates) && (Single and Determ)
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?
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.