Location: Sydney, NSW, Australia
Remote: Local time only
Willing to relocate: Yes
Technologies: Common Lisp, Clojure, etc.
Résumé/CV: Upon request
Email:
(loop with hex-str = "6731332e64744070726f746f6e2e6d65"
for i from 0 below (length hex-str) by 2
collect (code-char (parse-integer (subseq hex-str i (+ i 2)) :radix 16))
into ch-list
finally (return (format nil "~{~A~}" ch-list)))
or
(->> "6731332e64744070726f746f6e2e6d65"
(partition 2)
(map #(apply str %) )
(map #(Integer/parseInt % 16))
(map char)
(apply str))
After working for over 20 years, mainly using Common Lisp and Clojure, I got bored and took a break for about two years.
A few days ago I read about Myers' distance algorithm and have been trying to understand and write code for a few days.
I enjoyed it again! Isn't boredom not due to programming but due to the environment surrounding me? Now I am looking for opportunities in other continents.
A few days ago I read about Myers' distance algorithm and have been trying to understand and write code for a few days.
I enjoyed it again! Isn't boredom not due to programming but due to the environment surrounding me? Now I am looking for opportunities in other continents.
Cycling friendly places would be great.