diff options
author | aleksei <aleksei@aj.org> | 2024-04-11 21:15:06 +1000 |
---|---|---|
committer | aleksei <aleksei@aj.org> | 2024-04-11 21:15:06 +1000 |
commit | ffffba9996d8dcea9dced6e866c215539f515617 (patch) | |
tree | 9019627530beff699ba0105c1968c96307f0344d | |
parent | 14295399adfae7b6fbec84d20fd3180519f40030 (diff) |
Readme
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -0,0 +1 @@ +This project is foremost a learning exercise to see how the unique properties of a Lisp language can be used to be more productive in programming. I took a project I've wanted to do for some time that seemed unwieldy in my usual language of C --- the project being this 6502 assembler --- and investigate how Lisp can be better for tasks which are heavy on parsing. It is not yet complete but the results are promising; I begun the project on the 9th of April 2024, it is currently the 11th and I believe I have already managed to write near half of the program.
\ No newline at end of file |