My personal website, goal is to have a blog and a "resume".

about.page 1.5KB

123456789101112131415161718192021222324252627282930313233343536
  1. ;;;;;
  2. url: about.html
  3. format: cl-who
  4. ;;;;;
  5. (:div
  6. (:h2 "I am Lily Carpenter")
  7. (:p
  8. "I am a software developer in Springfield, MO. "
  9. "Most people are probably most interested in my "
  10. (:a :href "https://gitlab.com/azrazalea/" "gitlab")
  11. ", though you can also view links to my current "
  12. (:a :href "/projects.html" "projects") " on gitlab.")
  13. (:p
  14. "I have been programming since around age 13 and have known that I wanted to"
  15. " be a Software Developer since shortly thereafter. Over the years I have gained"
  16. " experience in various languages including BASIC, C, Common Lisp, Python, Ruby,"
  17. " Javascript, and Clojure.")
  18. (:p
  19. "My favorite family of languages is the " (:a :href "http://en.wikipedia.org/wiki/Lisp_%28programming_language%29" "Lisp Family") "."
  20. " Unfortunately, it is hard (relatively speaking) to get a job programming Lisp."
  21. " My day jobs usually involve Ruby (almost a Lisp) and Javascript with a focus on web development."
  22. " In my free-time I tend to program in Common Lisp, despite Clojure being the current mainstream Lisp."
  23. " This site is, in fact, statically generated by Common Lisp as you can see on the gitlab "
  24. (:a :href "https://gitlab.com/azrazalea/azrazalea.net" "repo") ".")
  25. (:p
  26. "If you are interested in my thoughts on programming and life in general see my "
  27. (:a :href "/blog.html" "Blog") ", updated whenever I feel like writing.")
  28. (:p
  29. "The best way to contact me is by " (:a :href "mailto:lily-website@azrazalea.net" "email")
  30. " or " (:a :href "https://twitter.com/azrazalea" "Twitter") "."))