LISP Hello World program
kw.lisp
Output
kodingwindow@kw:~$ clisp kw.lisp Hello, World! Hello, World! Hello, World!Hello, World!"Hello, World!" "Hello, World!" 'Hello, World!' kodingwindow@kw:~$
What Next?
LISP program to perform the arithmetic operations
LISP program to perform the bitwise operations
LISP program to demonstrate the use of trigonometric functions
Advertisement