Home

Awesome

Development environment for Ciao

This is the Emacs-based development environment for Ciao. See Manifest for contents of this bundle.

Installation methods (one of):

./ciao-boot.sh get devenv

System configuration options are allowed as additional arguments (see INSTALLATION file for configuration flags, etc.)

ciao get devenv
curl https://ciao-lang.org/boot -sSfL | sh -s -- get devenv

where the uninstallation methods are, respectively:

( cd ~/.ciaoroot/master; ./ciao-boot.sh uninstall )
rm -rf ~/.ciaoroot/master
rmdir ~/.ciaoroot > /dev/null 2>&1 || true