Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
LISP List method
;gnu clisp 2.49.60 (print "enter your year") (print "enter your campus initial") (print "enter your registration number") (setq rollno (list (read)(read)(read))) (if (member 'l rollno) (print (append '(l) (remove 'l rollno) '(@lhr.nu.edu.pk) ))) (if (member 'i rollno) (print(append '(i) (remove 'i rollno) '(@isb.nu.edu.pk))))
run
|
edit
|
history
|
help
0
Project Euler 265
Simple mapcar lambda func
COND
Problem 90 Project Euler
Do-combinations
Project Euler Problem 136
busqueda.lsp
correcting
[LISP] Square root
Lisp Factorial (Less Good)