<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Learning Java Functional Programming</title>
    <subTitle>create robust and maintainable Java applications using the functional style of programming</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Reese, Richard M.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
    <role>
      <roleTerm type="text">autor.</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Reese, Richard M.</namePart>
    <role>
      <roleTerm type="text">autor.</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <edition>1ª edicion.</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">spa</languageTerm>
  </language>
  <language objectPart="translation">
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>272 páginas : ilustraciones ; 24 centímetros.</extent>
  </physicalDescription>
  <abstract>Functional programming is an increasingly popular technology that allows you to simplify many tasks that are often cumbersome and awkward using an object-oriented approach. It is important to understand this approach and know how and when to apply it. Functional programming requires a different mindset, but once mastered it can be very rewarding.

This book simplifies the learning process as a problem is described followed by its implementation using an object-oriented approach and then a solution is provided using appropriate functional programming techniques.</abstract>
  <note type="statement of responsibility">Richard M Reese.</note>
  <note>Incluye tabla de contenido.</note>
  <subject authority="lcsh">
    <topic>Java (Lenguaje de programación)</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Programación funcional</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Desarrollo de software</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Aplicaciones informáticas</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Lenguajes de programación orientados a objetos</topic>
  </subject>
  <classification authority="ddc" edition="23">005.133 R329</classification>
  <relatedItem type="series">
    <titleInfo>
      <title>Community experience distilled</title>
    </titleInfo>
  </relatedItem>
  <identifier type="isbn">9781783558483</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg">CO-ViULL</recordContentSource>
    <recordCreationDate encoding="marc">260727</recordCreationDate>
    <recordChangeDate encoding="iso8601">20260727102731.0</recordChangeDate>
  </recordInfo>
</mods>
