Common LISP Linux Getting-Started Guide
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started in Common LISP Programming Language with the Hello World Example on GNU/Linux Systems.
And ANSI Common Lisp for Ubuntu Xenial is a High-Level, General-Purpose Programming Language.
Especially relevant: GNU CLISP is a Free Common Lisp Implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany.
Moreover, it mostly Supports the Lisp described in the ANSI Common Lisp standard. It runs on most Unix workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only 4 MB of RAM.
-
1. Launching Terminal
Open a Terminal Shell Emulator Window:
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
And to Update the Apt Repos:sudo apt update
Contents