To begin the post I must correct one program from my privious post:
(let ((s0 0) (s1 1) (state 0))
(defun input-action(in)
(if (eq state in)
(setf state in)
(if (eq state s0)
(setf state s1)
(setf state s0)))))
I was really busy with my work of late and could not find any time (or topic) to write. I am busy with javascript and I am very happy with that. So I feel that in next couple of blogs I will write about some of JavaScript. For this I will go back to my school days and write programs which are like stack, queue and linked list. So that I can keep up with my old habits; what is it?
Programming.
No comments:
Post a Comment