diff options
Diffstat (limited to '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 |