https://github.com/willghatch/99problems
My solutions to (less than) 99 problems
https://github.com/willghatch/99problems
Last synced: 4 months ago
JSON representation
My solutions to (less than) 99 problems
- Host: GitHub
- URL: https://github.com/willghatch/99problems
- Owner: willghatch
- Created: 2014-10-11T04:14:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-11T04:15:32.000Z (over 11 years ago)
- Last Synced: 2025-02-28T22:12:26.353Z (over 1 year ago)
- Language: Common Lisp
- Size: 109 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Doing problems in various languages is fun. I started doing the 99 lisp problems (available at http://www.ic.unicamp.br/~meidanis/courses/mc336/2006s2/funcional/L-99_Ninety-Nine_Lisp_Problems.html) in lisp and haskell, then I decided to do it in a bunch of languages, after which I decided that would take too long and only did lisp for a while. I'm not done -- after getting half way through I suddenly had less free time, and other things became priorities. However, I want to work on them some more and am putting it on github so I can access it easily from, say, behind a proxy where I can reach github but not my personal server.
As a side note, this was a wonderful project to be working on at the same time as I switched from vim to emacs. At the times of greatest activity for this repo, I think my dotfiles repo had probably twice as much as I was hacking at my elisp configuration to make emacs sane (which by default it is not...).