VOOZH about

URL: https://www.javacodegeeks.com/tag/functional-programming/page/2

⇱ Functional Programming Archives - Page 2 of 4 - Java Code Geeks


  • Core Java👁 Image
    Attila Mihaly BalazsDecember 9th, 2015
    0 588

    Functional Data Structures in Java 8 with Javaslang

    Java 8’s lambdas (λ) empower us to create wonderful API’s. They incredibly increase the expressiveness of the language. Javaslang leveraged…

    Read More »
  • Core Java👁 Image
    Federico TomassettiNovember 11th, 2015
    0 149

    Functional programming for Java: getting started with Javaslang

    Java is an old language and there are many new kids in the block who are challenging it on its…

    Read More »
  • Core Java👁 Image
    Lukas EderNovember 10th, 2015
    0 119

    Beware of Functional Programming in Java!

    This isn’t going to be a rant about functional programming, which is awesome. This is a warning about some practices…

    Read More »
  • Core Java👁 Image
    Pierre-Yves SaumontOctober 15th, 2015
    2 241

    Stack safe recursion in Java

    In this article, excerpted from the book Functional Programming in Java, I explain how to use recursion while avoiding the…

    Read More »
  • Core Java👁 Image
    Lukas EderSeptember 18th, 2015
    2 84

    Comparing Imperative and Functional Algorithms in Java 8

    Mario Fusco’s popular tweet impressively shows what the main difference between imperative and functional approaches to similar algorithms really is:…

    Read More »
  • Core Java👁 Image
    Lukas EderSeptember 10th, 2015
    2 157

    How to use Java 8 Functional Programming to Generate an Alphabetic Sequence

    I’ve stumbled upon an interesting Stack Overflow question by user “mip”. The question was: I’m looking for a way of…

    Read More »
  • Core Java👁 Image
    Ron PresslerAugust 17th, 2015
    0 528

    From Imperative to Pure-Functional and Back Again: Monads vs. Scoped Continuations

    This post accompanies this video and won’t make too much sense without it Last month I gave a talk at the…

    Read More »
  • Core Java👁 Image
    Lukas EderMay 14th, 2015
    0 94

    Functional Programming in Java 8 with Javaslang

    We’re very happy to announce a guest post on the jOOQ Blog written by Daniel Dietrich, Senior Software Engineer at…

    Read More »
  • Core Java👁 Image
    Lukas EderJuly 14th, 2014
    0 103

    Java 8 Friday: More Functional Relational Transformation

    In the past, we’ve been providing you with a new article every Friday about what’s new in Java 8. It…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • »
Back to top button
Close