How to install CLISP and Maxima on Ubuntu
godarda@gd:~$ su Password: root@gd:/home/godarda# apt install clisp ... root@gd:/home/godarda# clisp --version GNU CLISP 2.49.93+ (2018-02-18) (built on lcy02-amd64-009.buildd [127.0.1.1]) Software: GNU C 13.2.0 root@gd:/home/godarda# apt install maxima ... root@gd:/home/godarda# maxima --version Maxima 5.46.0
LISP (List Processing) Fundamentals
CLISP Command Line Interface (CLI)Maxima Command Line Interface (CLI)LISP Hello World programLISP program to perform the arithmetic operationsShow More »LISP Control Statements
LISP program for the positive-negative test of a given numberLISP program for the arithmetic operations using the case statementsLISP Strings
LISP program to perform the string operationsLISP program to check whether a given string is a palindromeLISP Functions
LISP program to find the area of a circle using a functionAdvertisement