commit c2d9640d988b95672bd2467035a107e113976fa4
parent ec4a8508a08d242df70d76f05c719e71f640f704
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Tue, 6 Dec 2022 21:24:58 -0500
Update README
Diffstat:
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -11,15 +11,21 @@ Guide](https://www.clojure.org/guides/learn/syntax).
## DEC02
-Continued following the Clojure Guide with [Functions](https://www.clojure.org/guides/learn/functions).
+Continued following the Clojure Guide with
+[Functions](https://www.clojure.org/guides/learn/functions).
## DEC03
-Finished up with Functions in Clojure and moved on to [Sequential](https://www.clojure.org/guides/learn/sequential_colls) and [Hashed](https://www.clojure.org/guides/learn/hashed_colls) collections.
+Finished up with Functions in Clojure and moved on to
+[Sequential](https://www.clojure.org/guides/learn/sequential_colls) and
+[Hashed](https://www.clojure.org/guides/learn/hashed_colls) collections.
## DEC04
-Moved onto learning Clojure [Flow Control](https://www.clojure.org/guides/learn/flow) and [Namespaces](https://www.clojure.org/guides/learn/namespaces) which finishes off learning the basics of Clojure.
+Moved onto learning Clojure [Flow
+Control](https://www.clojure.org/guides/learn/flow) and
+[Namespaces](https://www.clojure.org/guides/learn/namespaces) which finishes
+off learning the basics of Clojure.
## DEC05
@@ -27,3 +33,8 @@ Installed [leiningen](https://codeberg.org/leiningen/leiningen) which is
apparently Clojure's version of `pip`, `npm`, etc. Created a new project which
uses [Seesaw](https://github.com/clj-commons/seesaw/) and made a basic program
that spawns a window that lets you type text in.
+
+## DEC06
+
+Added a menu bar with some basic actions (File -> [New, Open, Save, Quit]),
+(Edit -> [Copy, Cut, Paste]), and (Help -> [About]) to the text editor.