diff options
author | rsiddharth <rsiddharth@ninthfloor.org> | 2014-10-29 23:24:58 -0400 |
---|---|---|
committer | rsiddharth <rsiddharth@ninthfloor.org> | 2014-10-29 23:24:58 -0400 |
commit | 2def977472b2e77ee88c9177f2d03f12b0263eb0 (patch) | |
tree | 2080d8304afb0b242b3251ee71de1863011a41fd /AUTHORS |
Initial commit: File splitter & File gluer done.
new file: .gitignore
new file: AUTHORS
new file: COPYING
new file: combox/__init__.py
new file: combox/tests/__init__.py
new file: combox/tests/files/the-red-star.jpg
new file: combox/tests/utils_file.py
new file: combox/utils/__init__.py
new file: combox/utils/file.py
I like to write python FWIW. But after reading a dialect of Lisp when
I come back to python, it does not look very beautiful. I guess I'm
pretty convinced that there is no language that can ape the beauty of
Lisp.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +<!-- -*- mode: markdown; -*- --> + +# AUTHORS + +* Siddharth Ravikumar <sravik@bgsu.edu> (`gpg id: 0x00B252AF`) |