Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@gitlab:~/PrologCafe1.2.5/src/compiler# mkdir -p nalsJava ; swipl --traditional
- Re-sized function-table to 512
- Welcome to SWI-Prolog (Multi-threaded, 64 bits, Version 7.3.15-32-gb31e400-DIRTY)
- Copyright (c) 1990-2015 University of Amsterdam, VU Amsterdam
- SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software,
- and you are welcome to redistribute it under certain conditions.
- Please visit http://www.swi-prolog.org for details.
- For help, use ?- help(Topic). or ?- apropos(Word).
- 1 ?- [am2j,pl2am,system],pl2am(['nal.pl', 'nal.wam', []]), am2j(['nal.wam','nalsJava/']).
- true.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement