Skip to content
/ JFK Public

Java Functional Kernel - A little library to manipulate Java methods as functions

License

Notifications You must be signed in to change notification settings

fluca1978/JFK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages