You are on page 1of 6

AI-ML

Subject Code:____________________

Name: VECHA JATADHAR


Registration Number:
FET/BCE/2021-2025/006
Course :B.Tech CSE(AI-ML)

Semester :First
Faculty: FET Sudhir Kumar Mohapatra

Remarks
Signature

SRI SRI UNIVERSITY


Bidyadharpur, Cuttack, Odisha.
Page |2

Experiment No.: Date:

Index
Sl. No. Date Experiment/Case Study Page No. Remark

1 06/12/2021 INSTALLATION OF LISP 2-4

10

11

12

13

14

15

16
Page |3

Experiment No.: Date:

Description: LISP, in full list processing, a computer programming


language developed about 1960 by John McCarthy at the Massachusetts
Institute of Technology (MIT). A LISP program is a function applied to

data, rather than being a sequence of procedural steps . LISP uses a


very simple notation in which operations and their operands are given in
a parenthesized list. For example, (+ a (* b c)) stands for a + b*c. LISP
became a common language for artificial intelligence (AI) programming.

We mostly need three things to carry out this programming


language:
Emac: It is an editor which helps in writing the programming
language.
Common lisp: Common lisp is a compiler which compiles the
program or algorithm.
QUICK LISP: Quick lisp is an add on software which helps in
running high end programs.
Page |4

Experiment No.: Date:

# First of all we have to install these in our computer so we can able


to perform LISP programming.

EXPERIMENT PERFORMED:
1.Install Emacs..
 Download Emacs.
 Unzip the emac archieve.
 After unzipping, you will get the Emacs named folder.The folder
should be put in c drive.
 In the Emacs folder open the bin folder and open emacs.
OR instead you can give the path of the emacs to the
Environmental variable.

 Then create home folder in the c-drive and give its path to the
system variable.

2.Install CLISP:
* Create a LISP folder in the c drive.
* Install CLISP in that folder.
Note: After installation,you need to copy and paste the application
extension file (svm.dll) in the LISP folder from the folder libsvm .
Page |5

Experiment No.: Date:


Page |6

Experiment No.: Date:

You might also like