Updated the README. The old language was from a much more formal
project, and didn't fit with what I was trying to say.
This commit is contained in:
parent
4627d2d6ba
commit
486f83d274
10
README.md
10
README.md
|
@ -1,8 +1,8 @@
|
||||||
This is a distribution of mp_suggest, an organization tool for MP3
|
<kbd>mp_suggest</kbd> is a simple little organizational tool for MP3
|
||||||
libraries. It was written primarily as an experiment in learning Hy.
|
collections. I wrote it a few years ago to help me organize my own
|
||||||
Hy is a lisp-like programming language that runs on top of the Python VM
|
collection, and when the Hy Programming Language came out, I decided it
|
||||||
and exploits Python's access to the running AST in order to build
|
was time for a minor exercise. Rewriting mp\_suggest in Hy was a
|
||||||
working Python programs.
|
perfect opportunity.
|
||||||
|
|
||||||
Writing mp_suggest was an interesting exercise in returning to Lisp
|
Writing mp_suggest was an interesting exercise in returning to Lisp
|
||||||
after all these years. I find that I really enjoyed it (although,
|
after all these years. I find that I really enjoyed it (although,
|
||||||
|
|
Loading…
Reference in New Issue