Small change to readme

This commit is contained in:
Joseph Ferano 2023-05-29 15:40:31 +07:00
parent c07108c37f
commit 451c251328

View File

@ -8,8 +8,8 @@ single file and the reason for that is that it uses a style of programming known
as [[https://en.wikipedia.org/wiki/Literate_programming][Literate Programming]] with the help of Emacs, org-mode, and [[https://orgmode.org/worg/org-contrib/babel/intro.html][org-babel]]. Most as [[https://en.wikipedia.org/wiki/Literate_programming][Literate Programming]] with the help of Emacs, org-mode, and [[https://orgmode.org/worg/org-contrib/babel/intro.html][org-babel]]. Most
code implementations are done in C, however, some have been also implemented in code implementations are done in C, however, some have been also implemented in
Python or OCaml in order to compare and contrast styles. All code is executable Python or OCaml in order to compare and contrast styles. All code is executable
from within Emacs by just running ~C-c C-c~ while the cursor is in the source code from within Emacs by invoking the ~C-c C-c~ keybinding while the cursor is in the
block. source code block.
* Progress * Progress