-
Notifications
You must be signed in to change notification settings - Fork 0
Java Functional Kernel - A little library to manipulate Java methods as functions
License
fluca1978/JFK
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
JFK stands for Java Functional Kernel, and it is a framework that brings function power to the Java World. Java does not use the term "function", preferring the term "method", but the two are, at least for what concerns JFK, the same. A function/method is a code block that you can call passing arguments on the stack and getting back a result. But while in Java first-class elements are classes, and therefore you cannot abstract a method outside a class, JFK brings the power of function pointers to Java, allowing you to use functions (or methods, if you prefer such term) as first-class entities too. For more info please see http://fluca1978.blogspot.it/search/label/jfk
About
Java Functional Kernel - A little library to manipulate Java methods as functions
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published