summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraleksei <aleksei@aj.org>2024-04-11 21:15:06 +1000
committeraleksei <aleksei@aj.org>2024-04-11 21:15:06 +1000
commitffffba9996d8dcea9dced6e866c215539f515617 (patch)
tree9019627530beff699ba0105c1968c96307f0344d
parent14295399adfae7b6fbec84d20fd3180519f40030 (diff)
Readme
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a036154
--- /dev/null
+++ b/README
@@ -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