https://github.com/afinlay5/lambdaexpr
Gradle source code repository for C++, Java, C#, Python source code examples posted on personal blog (http://bit.ly/LambdaExpr).
https://github.com/afinlay5/lambdaexpr
cplusplus-11 csharp gradle java lambda-expressions mono python
Last synced: 12 months ago
JSON representation
Gradle source code repository for C++, Java, C#, Python source code examples posted on personal blog (http://bit.ly/LambdaExpr).
- Host: GitHub
- URL: https://github.com/afinlay5/lambdaexpr
- Owner: afinlay5
- License: mit
- Created: 2018-05-01T11:22:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T01:11:00.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T12:48:32.045Z (about 1 year ago)
- Topics: cplusplus-11, csharp, gradle, java, lambda-expressions, mono, python
- Language: C#
- Homepage: http://www.adriandavid.me/blog/16/lambda-expression-in-java-python-Csharp-Cplusplus.xhtml
- Size: 388 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lambda Expressions in Java, Python, C#, C++
Gradle source code repository for C++, Java, C#, Python source code examples posted on personal blog (http://bit.ly/LambdaExpr).
Built and tested on SUSE Linux.

# Platform
- Any Microsoft Windows platform that supports the succceding environments.
- \*Nix platforms (most) that support the succceding environments.
# Requirements
- Java 8 (or greater) JDK
- Python 3 or greater (CPython implementation only)
- C# 3.0 or greater
- mono (any version supporting C# 3.0 or greater)
- C++ 11 or greater
- g++ (any version supportįng C++11 or greater)
- Have g++-7(gcc), mcs, mono, python3 in path or edit source and specify location to these files explicitly.
# Known Problems
- Gradle does not play well when calling java.util.Scanner.nextDouble(), where the Scanner wraps java.lang.System.in (05/01/2018).
- Gradle does not play well when input() is called in python source (05/01/2018).
- Gradle does not play well when Console.ReadLine() is called in C# source (05/01/2018).
- Gradle does not play well when std::cin in C++ source (05/01/2018).
- The commandLine subtasks all fail, so this is clearly unfinished (05/01/2018).
# Execution Screenshot

