https://github.com/customcommander/cloji
My daughter first program ever ❤️
https://github.com/customcommander/cloji
Last synced: about 1 year ago
JSON representation
My daughter first program ever ❤️
- Host: GitHub
- URL: https://github.com/customcommander/cloji
- Owner: customcommander
- License: cc0-1.0
- Created: 2020-08-15T12:29:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T08:35:25.000Z (almost 6 years ago)
- Last Synced: 2025-03-26T20:51:29.251Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 303 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloji
`cloji` is my daughter's first program ever! It translates a string into emoji. e.g.,
```clojure
(miawmiaw "teddy")
;=> "🍀👯♀️🧚🏻♀️🧚🏻♀️🌅"
```
She's only 5 ½ year old but I was proud to see she put so much effort to understand the few programming constructs I wanted to teach her.
She typed _all_ the characters in `purple.clj` and came up with all the ~~weird~~ lovely names by herself. The emoji map was the funniest part for her (and the longest part for me ;)
Translating the names of her friends and family was real fun!
---

_My daughter made this drawing when I told her she would be writing her first computer program. I'm so glad that your first program was in Clojure!_