Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-plaindoux/tutorials
Set of tutorials dedicated to Java and dedicated frameworks
https://github.com/d-plaindoux/tutorials
Last synced: 11 days ago
JSON representation
Set of tutorials dedicated to Java and dedicated frameworks
- Host: GitHub
- URL: https://github.com/d-plaindoux/tutorials
- Owner: d-plaindoux
- Created: 2012-05-16T04:39:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-27T05:57:36.000Z (over 12 years ago)
- Last Synced: 2023-03-12T10:07:10.682Z (over 1 year ago)
- Language: Java
- Size: 301 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tutorials
=========Set of tutorials dedicated to Java and Frameworks.
Java 8 Lambda Expressions
-------------------------In this first set of code the Java 8 lambda expression is used as a
basis. For this purpose a BrainF_ck semantic operationel interpreter
is proposed. In addition some cases are exposed in order to highlight
the expressivness of lambdas in Java.In addtion the slides (in french) used for a JUG presentation are
available.