Hi All,
I am new in LISP and need your help to start programming in LISP. I have read the basic of lisp about different commands. Please help me to start programming.
Thanks
Nitin
Exolon wrote:Does it not simply mean that the file was closed successfully? (let form evaluates to its last subform, which is (close in), so that returns T (I presume is the emacs lisp equivalent of #t in Common Lisp, i.e. true)... right?)
nitinkapoor25 wrote:I am trying the file opening in emacs LISP with below mentioned code:
- Code: Select all
(let ((in (open "/home/administrator/test.el")))
(format t "~a~%" (read-line in))
(close in))
Users browsing this forum: No registered users and 0 guests