1.

Record Nr.

UNINA9910254858403321

Autore

Modrzyk Nicolas

Titolo

Reactive with ClojureScript Recipes : Functional Programming for the Web / / by Nicolas Modrzyk

Pubbl/distr/stampa

Berkeley, CA : , : Apress : , : Imprint : Apress, , 2017

ISBN

1-4842-3009-4

Edizione

[1st ed. 2017.]

Descrizione fisica

1 online resource (XXI, 366 p. 218 illus., 200 illus. in color.)

Disciplina

005.133

Soggetti

Computer programming

Open source software

Web Development

Open Source

Programming Techniques

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Nota di bibliografia

Includes bibliographical references.

Nota di contenuto

Chapter 1: Using Boot -- Chapter 2: ClojureScript -- Chapter 3: Working with JavaScript -- Chapter 4: Functional Reactive Programming with Reagent -- Chapter 5: Beyond.

Sommario/riassunto

Use ClojureScript to create powerful serverless Web applications that are responsive and engaging. This book presents Reactive recipes with Reagent, a ClojureScript reactive framework, to create interactive applications.  Throughout the book, Reactive with ClojureScript  Recipes uses progressively more complex examples and introduces you to a set of powerful tools that target rapid web application development. In the last chapter, you'll use these concepts for an HTML5-based deployment to smart phones. ClojureScript is your functional programming language for the web. ClojureScript looks like a LISP, and compiles to JavaScript, and thus runs nicely run in the browser.