From 5177c14624f7450f29e85dce9bc4f7f7e9dcd0de Mon Sep 17 00:00:00 2001 From: Marcel Otte Date: Tue, 9 Dec 2014 19:25:44 +0100 Subject: [PATCH] readme update --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e59a1c3..dc96e5e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ Why not using a small and easy library, which does exactly THAT task? Which give This is the goal of this project. +The second goals of this project are a personal ones: +- to have fun programming similiar behaving code in different languages +- learning new programming languages through adding them to this repository + + cmdlineoptions =============== @@ -34,12 +39,14 @@ Current work and future plans =============== Working on: -- JUnit tests +- ~~JUnit tests~~ - Java: better errorhandling -- Java: Examples -- C version [done] +- ~~Java: Examples~~ +- ~~C version~~ - Getting started +- Some java improvements Future plans: - C++ class version + - haskell - ...