From 3ed940ab0b0540d48baffcfaf94e9b2f413f7826 Mon Sep 17 00:00:00 2001 From: Muhammed Raed AbuOdeh Date: Thu, 9 Apr 2020 00:25:23 -0400 Subject: [PATCH 1/2] added cube composer to readme --- lambda/lambda.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lambda/lambda.md b/lambda/lambda.md index 1f17d186..513696d0 100644 --- a/lambda/lambda.md +++ b/lambda/lambda.md @@ -20,6 +20,13 @@ public interface TodoReplaceName { } // TodoReplaceName ``` +### Interactive example +Cube composer is a game inspired by functional programming. It will explain how functions such as map and filter are used with lambda expressions. Link to game: +``` +https://david-peter.de/cube-composer/ +``` + + ## Layout of a Lambda ## Method References From d7d54feb0c7d586f75b918323a9195a2b009ef5e Mon Sep 17 00:00:00 2001 From: Muhammed Raed AbuOdeh Date: Thu, 9 Apr 2020 00:26:45 -0400 Subject: [PATCH 2/2] replaced code with hyperlink --- lambda/lambda.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lambda/lambda.md b/lambda/lambda.md index 513696d0..d709feda 100644 --- a/lambda/lambda.md +++ b/lambda/lambda.md @@ -21,10 +21,7 @@ public interface TodoReplaceName { ``` ### Interactive example -Cube composer is a game inspired by functional programming. It will explain how functions such as map and filter are used with lambda expressions. Link to game: -``` -https://david-peter.de/cube-composer/ -``` +[Cube composer](https://david-peter.de/cube-composer/) is a game inspired by functional programming. It will explain how functions such as map and filter are used with lambda expressions. ## Layout of a Lambda