Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/candidtim/java8pres
Examples used for Java 8 workshop
https://github.com/candidtim/java8pres
Last synced: 1 day ago
JSON representation
Examples used for Java 8 workshop
- Host: GitHub
- URL: https://github.com/candidtim/java8pres
- Owner: candidtim
- Created: 2016-01-13T10:54:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T14:00:47.000Z (almost 9 years ago)
- Last Synced: 2024-03-15T18:14:51.513Z (10 months ago)
- Language: Java
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains source code used for a beginner-level workshop on Java 8. It introduces a sample application
implemented in Java 7 and series of refactorings with Java 8 language features. The application under the question is
inspired by a [Reverse Polish notation calculator](http://learnyouahaskell.com/functionally-solving-problems#reverse-polish-notation-calculator)
problem from [Learn You a Haskell for Great Good!](http://learnyouahaskell.com/chapters) book.