Skip to content

Instantly share code, notes, and snippets.

@papoanaya
Created November 9, 2012 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save papoanaya/4046420 to your computer and use it in GitHub Desktop.
Save papoanaya/4046420 to your computer and use it in GitHub Desktop.
Timer
;;
;; This code is in newLisp
;; Small timer I wrote to use it with the dismal spreadsheet being that the system I had did not have
;; a proper compiler.
;;
(while true
(setq c (read-key))
(println (time-of-day)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment