Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Add support for Java 8 lambdas #40

Open
hazzik opened this issue Mar 27, 2014 · 3 comments
Open

Add support for Java 8 lambdas #40

hazzik opened this issue Mar 27, 2014 · 3 comments

Comments

@hazzik
Copy link
Contributor

hazzik commented Mar 27, 2014

I think that here might be a problem. Because Java's lambdas are interfaces and C#'s lambdas are delegates we can have some problems converting them.

@lilith
Copy link
Contributor

lilith commented May 28, 2015

Right now Sharpen can't even run on Java 8, let alone parse it :(

@HankG
Copy link

HankG commented May 8, 2016

I have a branch that now compiles and runs under Java 8. I have initiated a pull request but it is currently at the head of my master branch https://github.com/HankG/sharpen.

@hazzik hazzik changed the title Add support for Java 8 lambdas. Add support for Java 8 lambdas Apr 27, 2020
@hazzik
Copy link
Contributor Author

hazzik commented Apr 29, 2020

If anyone interested, I made this working in my fork: https://github.com/hazzik/sharpen-java8/tree/lambda-expressions. There are probably some limitations, but it works for my scenarios.

(No, it did not take 6 years to implement)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants