From c62dcd31bb5340fdd75e606496fa5b745a447387 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Mon, 29 May 2023 15:37:26 +0700 Subject: [PATCH] Adding info to Readme, adding license --- LICENSE | 20 ++++++++++++++++++++ README.org | 21 +++++++++++++++++++-- 2 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9061e72 --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2023 Joseph Ferano - joseph@ferano.io + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/README.org b/README.org index 432da04..f77ba41 100644 --- a/README.org +++ b/README.org @@ -1,3 +1,20 @@ -** 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. 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 just running ~C-c C-c~ +while the cursor is in the source code block. + +* Progress +- [16/99] OCaml +- [4/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