Adding info to Readme, adding license

This commit is contained in:
Joseph Ferano 2023-05-29 15:37:26 +07:00
parent 1c60de9818
commit c62dcd31bb
2 changed files with 39 additions and 2 deletions

20
LICENSE Normal file
View File

@ -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.

View File

@ -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