Code Generation in Action

Download Code Generation in Action PDF Online Free

Author :
Publisher : Manning Publications
ISBN 13 : 9781930110977
Total Pages : 360 pages
Book Rating : 4.1/5 (19 download)

DOWNLOAD NOW!


Book Synopsis Code Generation in Action by : Jack Herrington

Download or read book Code Generation in Action written by Jack Herrington and published by Manning Publications. This book was released on 2003 with total page 360 pages. Available in PDF, EPUB and Kindle. Book excerpt: Covering technique and implementation for building code for complex applications frameworks, this book demonstrates how to build high-quality output that is consistent and maintainable. Lessons on abstracting the design of the code so that multiple outputs can be created from a single abstract model of the application functionality are provided. Techniques that range from using simple code processors to handle common coding problems to creating more elaborate and complex generators that maintain entire application tiers are covered. Topics such as building database access, user interface, remote procedure, test cases, and business logic code are also addressed, as is code for other system functions. Although code generation is an engineering technique, it also has an impact on engineering teams and management, an aspect of code generation that is covered in depth in this resource.

Programming Language Pragmatics

Download Programming Language Pragmatics PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0124104770
Total Pages : 992 pages
Book Rating : 4.1/5 (241 download)

DOWNLOAD NOW!


Book Synopsis Programming Language Pragmatics by : Michael L. Scott

Download or read book Programming Language Pragmatics written by Michael L. Scott and published by Elsevier. This book was released on 2015-11-30 with total page 992 pages. Available in PDF, EPUB and Kindle. Book excerpt: Programming Language Pragmatics, Fourth Edition, is the most comprehensive programming language textbook available today. It is distinguished and acclaimed for its integrated treatment of language design and implementation, with an emphasis on the fundamental tradeoffs that continue to drive software development. The book provides readers with a solid foundation in the syntax, semantics, and pragmatics of the full range of programming languages, from traditional languages like C to the latest in functional, scripting, and object-oriented programming. This fourth edition has been heavily revised throughout, with expanded coverage of type systems and functional programming, a unified treatment of polymorphism, highlights of the newest language standards, and examples featuring the ARM and x86 64-bit architectures. Updated coverage of the latest developments in programming language design, including C & C++11, Java 8, C# 5, Scala, Go, Swift, Python 3, and HTML 5 Updated treatment of functional programming, with extensive coverage of OCaml New chapters devoted to type systems and composite types Unified and updated treatment of polymorphism in all its forms New examples featuring the ARM and x86 64-bit architectures

Modelling -- Foundation and Applications

Download Modelling -- Foundation and Applications PDF Online Free

Author :
Publisher : Springer
ISBN 13 : 3642214703
Total Pages : 396 pages
Book Rating : 4.6/5 (422 download)

DOWNLOAD NOW!


Book Synopsis Modelling -- Foundation and Applications by : Robert B. France

Download or read book Modelling -- Foundation and Applications written by Robert B. France and published by Springer. This book was released on 2011-06-11 with total page 396 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book constitutes the refereed proceedings of the 7th European Conference on Modelling Foundations and Applications, held in Birmingham, UK, in June 2011. The 19 revised full foundations track papers and 5 revised full applications track papers presented were carefully reviewed and selected from 61 submissions; also included are 5 workshop summaries and abstracts of 4 tutorials. The papers are organized in topical sections on model execution, model analysis, methodology, model management, model transformation, variability analysis and ADLs, and domain-specific modeling.

Functional Programming, Glasgow 1991

Download Functional Programming, Glasgow 1991 PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 1447131967
Total Pages : 374 pages
Book Rating : 4.4/5 (471 download)

DOWNLOAD NOW!


Book Synopsis Functional Programming, Glasgow 1991 by : Rogardt Heldal

Download or read book Functional Programming, Glasgow 1991 written by Rogardt Heldal and published by Springer Science & Business Media. This book was released on 2012-12-06 with total page 374 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Glasgow functional programming group has held a workshop each summer since 1988. The entire group, accompanied by a selection of colleagues from other institutions, retreats to a pleasant Scottish location for a few days. Everyone speaks briefly, enhancing coherence, cross fertilisation, and camaraderie in our work. The proceedings of the first workshop were published as a technical report. Demand for this was large enough to encourage wider publication, and subsequent proceedings have been published in the Springer-Verlag Workshops in Computing series. These are the proceedings of the-meeting held 12-14 August 1991, in Portree on the Isle of Skye. A preliminary proceedings was prepared in advance of the meeting. Most presentations were limited to a brief fifteen minutes, outlining the essentials of their subject, and referring the audience to the pre-print proceedings for details. Papers were then refereed and rewritten, and you hold the final results in your hands. A number of themes emerged at this year's workshop, including relational algebra and its application to hardware design, partial evaluation and program transformation, implementation techniques, and strictness analysis. We were especially pleased to see applications of functional programming emerge as a theme. One of the sessions was devoted to a lively discussion of applications, and was greatly enhanced by our industrial participants. The workshop was organised by Kei Davis, Cordelia Hall, Rogardt Heldal, Carsten Kehler Holst, John Hughes, John O'Donnell, and Satnam Singh all from the University of Glasgow.

Code Generation with Templates

Download Code Generation with Templates PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 9491216562
Total Pages : 209 pages
Book Rating : 4.4/5 (912 download)

DOWNLOAD NOW!


Book Synopsis Code Generation with Templates by : Jeroen Arnoldus

Download or read book Code Generation with Templates written by Jeroen Arnoldus and published by Springer Science & Business Media. This book was released on 2012-05-22 with total page 209 pages. Available in PDF, EPUB and Kindle. Book excerpt: Templates are used to generate all kinds of text, including computer code. The last decade, the use of templates gained a lot of popularity due to the increase of dynamic web applications. Templates are a tool for programmers, and implementations of template engines are most times based on practical experience rather than based on a theoretical background. This book reveals the mathematical background of templates and shows interesting findings for improving the practical use of templates. First, a framework to determine the necessary computational power for the template metalanguage is presented. The template metalanguage does not need to be Turing-complete to be useful. A non-Turing-complete metalanguage enforces separation of concerns between the view and model. Second, syntactical correctness of all languages of the templates and generated code is ensured. This includes the syntactical correctness of the template metalanguage and the output language. Third, case studies show that the achieved goals are applicable in practice. It is even shown that syntactical correctness helps to prevent cross-site scripting attacks in web applications. The target audience of this book is twofold. The first group exists of researcher interested in the mathematical background of templates. The second group exists of users of templates. This includes designers of template engines on one side and programmers and web designers using templates on the other side

Code Generation with Roslyn

Download Code Generation with Roslyn PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484222113
Total Pages : 113 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Code Generation with Roslyn by : Nick Harrison

Download or read book Code Generation with Roslyn written by Nick Harrison and published by Apress. This book was released on 2017-02-28 with total page 113 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn how Roslyn's new code generation capability will let you write software that is more concise, runs faster, and is easier to maintain. You will learn from real-world business applications to create better software by letting the computer write its own code based on your business logic already defined in lookup tables. Code Generation with Rosyln is the first book to cover this new capability. You will learn how these techniques can be used to simplify systems integration so that if one system already defines business logic through lookup tables, you can integrate a new system and share business logic by allowing the new system to write its own business logic based on already existing table-based business logic. One of the many benefits you will discover is that Roslyn uses an innovative approach to compiler design, opening up the inner workings of the compiler process. You will learn how to see the syntax tree that Roslyn is building as it compiles your code. Additionally, you will learn to feed it your own syntax tree that you create on the fly. What You'll Learn Structure logic to be stored in database design Build complex conditional logic based on lookup data in the database Compile code that you generate programmatically Discover generated code and run it dynamically to implement new business logic Debug problems in generated code Deploy and access generated code Who This Book Is For Back end developers in very dynamic fast-paced business environments. Developers focused on integrating different systems across an enterprise should also find this information useful.

Terraform in Action

Download Terraform in Action PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638350310
Total Pages : 604 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Terraform in Action by : Scott Winkler

Download or read book Terraform in Action written by Scott Winkler and published by Simon and Schuster. This book was released on 2021-08-24 with total page 604 pages. Available in PDF, EPUB and Kindle. Book excerpt: "An outstanding source of knowledge for Terraform enthusiasts of all levels." - Anton Babenko, Betajob Terraform in Action shows you how to automate and scale infrastructure programmatically using the Terraform toolkit. Summary In Terraform in Action you will learn: Cloud architecture with Terraform Terraform module sharing and the private module registry Terraform security in a multitenant environment Strategies for performing blue/green deployments Refactoring for code maintenance and reusability Running Terraform at scale Creating your own Terraform provider Using Terraform as a continuous development/continuous delivery platform Terraform in Action introduces the infrastructure-as-code (IaC) model that lets you instantaneously create new components and respond efficiently to changes in demand. You’ll use the Terraform automation tool to design and manage servers that can be provisioned, shared, changed, tested, and deployed with a single command. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Provision, deploy, scale, and clone your entire stack to the cloud at the touch of a button. In Terraform, you create a collection of simple declarative scripts that define and manage application infrastructure. This powerful infrastructure-as-code approach automates key tasks like versioning and testing for everything from low-level networking to cloud services. About the book Terraform in Action shows you how to automate and scale infrastructure programmatically using the Terraform toolkit. Using practical, relevant examples, you’ll use Terraform to provision a Kubernetes cluster, deploy a multiplayer game, and configure other hands-on projects. As you progress to advanced techniques like zero-downtime deployments, you’ll discover how to think in Terraform rather than just copying and pasting scripts. What's inside Cloud architecture with Terraform Terraform module sharing and the private module registry Terraform security in a multitenant environment Strategies for performing blue/green deployments About the reader For readers experienced with a major cloud platform such as AWS. Examples in JavaScript and Golang. About the author Scott Winkler is a DevOps engineer and a distinguished Terraform expert. He has spoken multiple times at HashiTalks and HashiConf, and was selected as a HashiCorp Ambassador and Core Contributor in 2020. Table of Contents PART 1 TERRAFORM BOOTCAMP 1 Getting started with Terraform 2 Life cycle of a Terraform resource 3 Functional programming 4 Deploying a multi-tiered web application in AWS PART 2 TERRAFORM IN THE WILD 5 Serverless made easy 6 Terraform with friends 7 CI/CD pipelines as code 8 A multi-cloud MMORPG PART 3 MASTERING TERRAFORM 9 Zero-downtime deployments 10 Testing and refactoring 11 Extending Terraform by writing a custom provider 12 Automating Terraform 13 Security and secrets management

Code Generation — Concepts, Tools, Techniques

Download Code Generation — Concepts, Tools, Techniques PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 1447135016
Total Pages : 323 pages
Book Rating : 4.4/5 (471 download)

DOWNLOAD NOW!


Book Synopsis Code Generation — Concepts, Tools, Techniques by : Robert Giegerich

Download or read book Code Generation — Concepts, Tools, Techniques written by Robert Giegerich and published by Springer Science & Business Media. This book was released on 2013-03-09 with total page 323 pages. Available in PDF, EPUB and Kindle. Book excerpt: Code Generation - Concepts, Tools, Techniques is based upon the proceedings of the Dagstuhl workshop on code generation which took place from 20-24 May 1991. The aim of the workshop was to evaluate current methods of code generation and to indicate the main directions which future research is likely to take. It provided an excellent forum for the exchange of ideas and had the added advantage of bringing together European and American experts who were unlikely to meet at less specialised gatherings. This volume contains 14 of the 30 papers presented at the Dagstuhl workshop. The papers deal mainly with the following four topics: tools and techniques for code generation, code generation for parallel architectures, register allocation and phase ordering problems, and formal methods and validations. Most of the papers assess the progress of on-going research work, much of which is published here for the first time, while others provide a review of recently completed projects. The volume also contains summaries of two discussion groups which looked at code generation tools and parallel architectures. As a direct result of one of these discussions, a group of the participants have collaborated to make a pure BURS system available for public distribution. This system, named BURG, is currently being beta-tested. Code Generation - Concepts, Tools, Techniques provides a representative summary of state-of-the-art code generation techniques and an important assessment of possible future innovations. It will be an invaluable reference work for researchers and practitioners in this important area.

ESOP '92

Download ESOP '92 PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 9783540552536
Total Pages : 508 pages
Book Rating : 4.5/5 (525 download)

DOWNLOAD NOW!


Book Synopsis ESOP '92 by : Bernd Krieg-Brückner

Download or read book ESOP '92 written by Bernd Krieg-Brückner and published by Springer Science & Business Media. This book was released on 1992-02-19 with total page 508 pages. Available in PDF, EPUB and Kindle. Book excerpt: This volume contains selected papers presented at the European Symposium on Programming (ESOP) held jointly with the seventeeth Colloquium on Trees in Algebra and Programming (CAAP) in Rennes, France, February 26-28, 1992 (the proceedings of CAAP appear in LNCS 581). The previous symposiawere held in France, Germany, and Denmark. Every even year, as in 1992, CAAPis held jointly with ESOP. ESOP addresses fundamental issues and important developments in the specification and implementation of programming languages and systems. It continues lines begun in France and Germany under the names "Colloque sur la Programmation" and the GI workshop on "Programmiersprachen und Programmentwicklung". The programme committee received 71 submissions, from which 28 have been selected for inclusion in this volume.

Declarative Agent Languages and Technologies IX

Download Declarative Agent Languages and Technologies IX PDF Online Free

Author :
Publisher : Springer
ISBN 13 : 3642291139
Total Pages : 153 pages
Book Rating : 4.6/5 (422 download)

DOWNLOAD NOW!


Book Synopsis Declarative Agent Languages and Technologies IX by : Chiaki Sakama

Download or read book Declarative Agent Languages and Technologies IX written by Chiaki Sakama and published by Springer. This book was released on 2012-03-21 with total page 153 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book constitutes the thoroughly refereed post-proceedings of the 9th International Workshop on Declarative Agent Languages and Technologies, DALT 2011, held in Taipei, Taiwan, in May 2011. The volume contains 6 revised selected presented at DALT 2011, 7 best papers from the DALT series over the years, explaining how the research developed and how it influenced and impacted the community, the state-of-the-art and subsequent work, and two invited papers from the DALT Spring School, which took place in April 2011.

Computer Vision – ACCV 2018

Download Computer Vision – ACCV 2018 PDF Online Free

Author :
Publisher : Springer
ISBN 13 : 3030208877
Total Pages : 722 pages
Book Rating : 4.0/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Computer Vision – ACCV 2018 by : C. V. Jawahar

Download or read book Computer Vision – ACCV 2018 written by C. V. Jawahar and published by Springer. This book was released on 2019-05-27 with total page 722 pages. Available in PDF, EPUB and Kindle. Book excerpt: The six volume set LNCS 11361-11366 constitutes the proceedings of the 14th Asian Conference on Computer Vision, ACCV 2018, held in Perth, Australia, in December 2018. The total of 274 contributions was carefully reviewed and selected from 979 submissions during two rounds of reviewing and improvement. The papers focus on motion and tracking, segmentation and grouping, image-based modeling, dep learning, object recognition object recognition, object detection and categorization, vision and language, video analysis and event recognition, face and gesture analysis, statistical methods and learning, performance evaluation, medical image analysis, document analysis, optimization methods, RGBD and depth camera processing, robotic vision, applications of computer vision.

Model Driven Engineering Languages and Systems

Download Model Driven Engineering Languages and Systems PDF Online Free

Author :
Publisher : Springer
ISBN 13 : 3642244858
Total Pages : 730 pages
Book Rating : 4.6/5 (422 download)

DOWNLOAD NOW!


Book Synopsis Model Driven Engineering Languages and Systems by : Jon Whittle

Download or read book Model Driven Engineering Languages and Systems written by Jon Whittle and published by Springer. This book was released on 2011-10-12 with total page 730 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book constitutes the refereed proceedings of the 14th International Conference on Model Driven Engineering Languages and Systems, MODELS 2011, held in Wellington, New Zealand, in October 2011. The papers address a wide range of topics in research (foundations track) and practice (applications track). For the first time a new category of research papers, vision papers, are included presenting "outside the box" thinking. The foundations track received 167 full paper submissions, of which 34 were selected for presentation. Out of these, 3 papers were vision papers. The application track received 27 submissions, of which 13 papers were selected for presentation. The papers are organized in topical sections on model transformation, model complexity, aspect oriented modeling, analysis and comprehension of models, domain specific modeling, models for embedded systems, model synchronization, model based resource management, analysis of class diagrams, verification and validation, refactoring models, modeling visions, logics and modeling, development methods, and model integration and collaboration.

ASP.NET MVC 4 in Action

Download ASP.NET MVC 4 in Action PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638352542
Total Pages : 666 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis ASP.NET MVC 4 in Action by : Jeffrey Palermo

Download or read book ASP.NET MVC 4 in Action written by Jeffrey Palermo and published by Simon and Schuster. This book was released on 2012-05-24 with total page 666 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary ASP.NET MVC 4 in Action is a fast-paced tutorial designed to introduce ASP.NET MVC to .NET developers and show how to apply it effectively. All examples in this revised edition are based on ASP.NET MVC 4, so you'll get full coverage of features such as the Razor view engine, Web Matrix helpers, and improved extensibility. You'll see how your ASP.NET applications can benefit from changes in the .NET Framework. About the Technology ASP.NET MVC provides the architecture needed to separate an application's logic and its UI. Because each component's role is well defined, MVC applications are easy to test, maintain, and extend. The latest version, ASP.NET MVC 4, takes advantage of .NET 4 and includes powerful features like the Razor view engine, Web Matrix helpers, and enhanced extensibility. About the Book ASP.NET MVC 4 in Action is a hands-on guide that shows you howto apply ASP.NET MVC effectively. After a high-speed ramp up,this thoroughly revised new edition explores each key topic witha self-contained example so you can jump right to the parts youneed. Based on thousands of hours of real-world experience, theauthors show you valuable high-end techniques you won't findanywhere else. Written for developers, the book arms you withthe next-level skills and practical guidance to create compellingweb applications. You need some knowledge of ASP.NET and C#, but no priorASP.NET MVC experience is assumed. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's Inside Complete coverage of ASP.NET MVC 4 The new Web API Full-system testing About the Authors Jeffrey Palermo, Jimmy Bogard, Eric Hexter, Matthew Hinze, andJeremy Skinner are all ASP.NET MVPs, ASP insiders, and early adoptersof ASP.NET MVC. ======================================= Table of Contents PART 1 HIGH-SPEED FUNDAMENTALS Introduction to ASP.NET MVC Hello MVC world View fundamentals Action-packed controllers PART 2 WORKING WITH ASP.NET MVC View models Validation Ajax in ASP.NET MVC Security Controlling URLs with routing Model binders and value providers Mapping with AutoMapper Lightweight controllers Organization with areas Third-party components Data access with NHibernate PART 3 MASTERING ASP.NET MVC Extending the controller Advanced view techniques Dependency injection and extensibility Portable areas Full system testing Hosting ASP.NET MVC applications Deployment techniques Upgrading to ASP.NET MVC 4 ASP.NET Web API

Model Checking Software

Download Model Checking Software PDF Online Free

Author :
Publisher : Springer
ISBN 13 : 3540318992
Total Pages : 292 pages
Book Rating : 4.5/5 (43 download)

DOWNLOAD NOW!


Book Synopsis Model Checking Software by : Patrick Godefroid

Download or read book Model Checking Software written by Patrick Godefroid and published by Springer. This book was released on 2005-08-25 with total page 292 pages. Available in PDF, EPUB and Kindle. Book excerpt: This volume contains the proceedings of the 12th International SPIN Workshop on Model Checking of Software, held in San Francisco, USA, on August 22 –24, 2005.

Leveraging Applications of Formal Methods, Verification and Validation

Download Leveraging Applications of Formal Methods, Verification and Validation PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 3540884793
Total Pages : 881 pages
Book Rating : 4.5/5 (48 download)

DOWNLOAD NOW!


Book Synopsis Leveraging Applications of Formal Methods, Verification and Validation by : Tiziana Margaria

Download or read book Leveraging Applications of Formal Methods, Verification and Validation written by Tiziana Margaria and published by Springer Science & Business Media. This book was released on 2008-11-05 with total page 881 pages. Available in PDF, EPUB and Kindle. Book excerpt: This volume contains the conference proceedings of ISoLA 2008, the Third International Symposium on Leveraging Applications of Formal Methods, Verification and Validation, which was held in Porto Sani (Kassandra, Chalkidiki), Greece during October 13–15, 2008, sponsored by EASST and in cooperation with the IEEE Technical Committee on Complex Systems. Following the tradition of its forerunners in 2004 and 2006 in Cyprus, and the ISoLA Workshops in Greenbelt (USA) in 2005 and in Poitiers (France) in 2007, ISoLA 2008 provided a forum for developers, users, and researchers to discuss issues related to the adoption and use of rigorous tools and methods for the specification, analysis, verification, certification, construction, test, and maintenance of systems from the point of view of their different application domains. Thus, the ISoLA series of events serves the purpose of bridging the gap between designers and developers of rigorous tools, and users in engineering and in other disciplines, and to foster and exploit synergetic relationships among scientists, engineers, software developers, decision makers, and other critical thinkers in companies and organizations. In p- ticular, by providing a venue for the discussion of common problems, requirements, algorithms, methodologies, and practices, ISoLA aims at supporting researchers in their quest to improve the utility, reliability, flexibility, and efficiency of tools for building systems, and users in their search for adequate solutions to their problems.

Current Trends in Web Engineering, ICWE 2010 Workshops

Download Current Trends in Web Engineering, ICWE 2010 Workshops PDF Online Free

Author :
Publisher : Springer
ISBN 13 : 3642169856
Total Pages : 595 pages
Book Rating : 4.6/5 (421 download)

DOWNLOAD NOW!


Book Synopsis Current Trends in Web Engineering, ICWE 2010 Workshops by : Florian Daniel

Download or read book Current Trends in Web Engineering, ICWE 2010 Workshops written by Florian Daniel and published by Springer. This book was released on 2010-10-27 with total page 595 pages. Available in PDF, EPUB and Kindle. Book excerpt: Second, we wanted to attract new audiences to the conference, selecting also novel workshops that cover topics of an emerging or foundationalnaturethatextendthefocusofICWEbeyonditstraditionaltopics. We reachedthis goalby betting onsubjects such asthe Semantic Web, semantic data management, the Internet of things, Web-enabled tourism, service-based compliance management, and e-crowdsourcing.

Clojure in Action

Download Clojure in Action PDF Online Free

Author :
Publisher : Manning Publications
ISBN 13 : 9781617291524
Total Pages : 336 pages
Book Rating : 4.2/5 (915 download)

DOWNLOAD NOW!


Book Synopsis Clojure in Action by : Amit Rathore

Download or read book Clojure in Action written by Amit Rathore and published by Manning Publications. This book was released on 2016-01-01 with total page 336 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary A fully revised edition that covers the new features available in Clojure 1.6. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Clojure is a modern Lisp for the JVM. It has the strengths you expect: first-class functions, macros, and Lisp's clean programming style. It supports functional programming, making it ideal for concurrent programming and for creating domain-specific languages. Clojure lets you solve harder problems, make faster changes, and end up with a smaller code base. It's no wonder that there are so many Clojure success stories. About the Book Clojure in Action, Second Edition is an expanded and improved version that's been updated to cover the new features of Clojure 1.6. The book gives you a rapid introduction to the Clojure language, moving from abstract theory to practical examples. You'll start by learning how to use Clojure as a general-purpose language. Next, you'll explore Clojure's efficient concurrency model, based on the database concept of Software Transactional Memory (STM). You'll gain a new level of productivity through Clojure DSLs that can run on the JVM. Along the way, you'll learn countless tips, tricks, and techniques for writing smaller, safer, and faster code. What's Inside Functional programming basics Metaprogramming with Clojure's macros Interoperating with Java Covers Clojure 1.6 About the Reader Assumes readers are familiar with a programming language like C, Java, Ruby, or Python. Table of Contents Introducing Clojure Clojure elements: Data structures and functions Building blocks of Clojure Multimethod polymorphism Exploring Clojure and Java interop State and the concurrent world Evolving Clojure through macros More on functional programming Protocols, records, and types Test-driven development and more More macros and DSL