From c54a056489778bdbb8b958fdd0ce9ea433381829 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Thu, 16 Nov 2023 14:13:16 +0700 Subject: [PATCH] Adding more info to the README --- README.org | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 432da04..4e90c04 100644 --- a/README.org +++ b/README.org @@ -1,3 +1,21 @@ -** 99 Problems +#+OPTIONS: toc:nil -Literate documents for OCaml and Haskell 99 problems +* About + +This repository contains my ongoing solutions for both OCaml and Haskell coding +challenge problems in the style of "99 Problems". See below for references. The +intention is to practice these languages in the hopes of someday using them in +anger. The solutions use 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]]. All code is executable from +within Emacs by invoking the ~C-c C-c~ keybinding while the cursor is in the +source code block. + +* Progress +- [16/99] OCaml +- [7/99] Haskell +- [0/99] Lisp (Soon) + +* References + +- OCaml Exercises: https://ocaml.org/problems +- 99 Haskell Problems: https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems