https://github.com/pbalduino/l99
L-99: Ninety-Nine Lisp Problems
https://github.com/pbalduino/l99
Last synced: 12 months ago
JSON representation
L-99: Ninety-Nine Lisp Problems
- Host: GitHub
- URL: https://github.com/pbalduino/l99
- Owner: pbalduino
- Created: 2015-03-12T13:16:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T13:48:45.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T19:08:30.863Z (almost 2 years ago)
- Language: Clojure
- Homepage: http://www.ic.unicamp.br/~meidanis/courses/mc336/2006s2/funcional/L-99_Ninety-Nine_Lisp_Problems.html
- Size: 189 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ninety-Nine Lisp Problems
### What is it
### Wanna join us?
Wanna play?
Just send your pull request with your solution. Remember to name your file as follows:
pXX/pXX_YYY.ZZZ
Where:
* pXX/ is a directory/folder with the exercise number.
* XX is the exercise number, from 01 to 99 always with two digits
* YY is your Github username, in lowercase
* ZZZ is the standard file extension for the language: `cl`, `clj`, `scm`, `rkt`, `lisp`, `el`, `arc`...
*Both directory and filenames must be in lowercase*
*Pull requests that don't merge smoothly and don't respect these rules won't be accepted*
### Extra challenge
How hard and funny was using McCarthy's LISP on 60's?
To revive this days I'll try to complete the L99 using only the 7
primitive operators (quote, atom, eq, car, cdr, cons and cond) and if necessary (and it'll be), macros.