java
java copied to clipboard
lens-person: implement exercise
The exercise lens-person has not been implemented yet for the Java track. The description of the exercise can be found in the problem specification repository.
How to implement a new exercise for the Java track is described in detail in CONTRIBUTING.md. Please have a look there first before starting working on the exercise. Also please make sure it is clear that you are currently working on this issue, either by asking to be assigned to it, or by opening an empty PR.
When opening an PR, please reference this issue using any of the closing keywords.
If you have had a look at the exercise description and you concluded that the exercise might not be possible to implement in the Java language, please leave a comment and describe the problem.
In case you have any further questions, feel free to ask here.
This issue has been automatically marked as action/stale because it has not had recent activity. Please update if there are new updates to provide.
I had a look at this and this concept seems to be very specific to functional programming languages and not present in Java. I can raise a PR to forego this as they have done in the python stream .
https://github.com/exercism/python/pull/1299
Yes I think I agree with you. IMO it's fine to forego this exercise for the Java track, so a PR is welcome!