Build Fedora Development Environment Common Lisp, C + +, go

Source: Internet
Author: User

Original Posts http://www.linuxdown.net/install/soft/2016/0303/4903.html

Install Vim

sudo dnf-y update

sudo DNF install vim-enhanced

Common Lisp

Original posts: http://www.programgo.com/article/17905013763/

Software that needs to be used:

SBCL, the more popular one common Lisp realization;
Emacs, as a development environment, although more complex, but more useful than the original command line;
An interactive Lisp development environment under the slime,emas;
Quicklisp,common Lisp Package Management system.

1. First install Emacs and SBCL with DNF.

sudo DNF install emacs

sudo DNF install SBCL

2. Then follow the steps below to install the Quicklisp.

http://www.quicklisp.org/beta/#installation

Download the Quicklisp installation script:
wget Http://beta.quicklisp.org/quicklisp.lisp

Start SBCL:
SBCL--load Quicklisp.lisp

Install Quicklisp:
(Quicklisp-quickstart:install)

Add Quicklisp to the boot file, and later launch SBCL will automatically load Quicklisp
(Ql:add-to-init-file)

3. Install slime with Quicklisp
(ql:quickload "Quicklisp-slime-helper")

After the installation script is executed, a section of Elisp code is given, followed by instructions to add the code to the. emacs file.

If there is no. Emacs, New

4. Start emacs,m-x slime start slime, enter the interactive CL programming environment, and you are done!

If you are too troublesome, use lispbox directly.

C,c++

sudo DNF gcc

sudo DNF g++

Build Fedora Development Environment Common Lisp, C + +, go

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.