Copy your files to edit into the WS folder.
Type make and wait...
make- Ciao CLI
Type emacs hello.pl
main :-
write('Hello World'),
nl.
Then type C-c C-s to save and C-x C-c to exit emacs. Then type ciaoc hello.pl to compile and execute it: ./hello
- Emacs GUI
Type emacs hello.pl
main :-
write('Hello World'),
nl.
Then type C-c C-s to save, C-c l to compile and C-c x to make an executable.
emacser@ciao-docker:~/workspace$ ./hello
Hello WorldNot for now... PRs are welcome.
Install Ciao on unix based O.S. without docker container.