Compare commits

...

3 Commits

Author SHA1 Message Date
0f4b707397 Small change to readme 2023-05-29 15:40:50 +07:00
83408ddc5d Small change to readme 2023-05-29 15:38:44 +07:00
c62dcd31bb Adding info to Readme, adding license 2023-05-29 15:37:26 +07:00
2 changed files with 40 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,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
- [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