
Автор
Simon St. Laurent - все книги по циклам и сериям | Книги по порядку
- 6 изданий на 3 языках
-
Programming Web Services with XML-RPC (O'Reilly Internet Series) Simon St. Laurent, Edd Dumbill, Joe Johnston
ISBN: 0596001193 Язык: Русский Programming Web Services with XML-RPC introduces the simple but powerful capabilities of XML-RPC, a system for remote procedure calls built on XML and the HTTP protocol. XML-RPC lets developers connect programs running on different computers -
Office 2003 XML Simon St. Laurent, Evan Lenz, Mary Mc Rae
ISBN: 0596005385 Язык: Русский In Office 2003 XML readers will find an in-depth exploration of the relationship between XML and Office 2003, examining how the various products in the Office suite both produce and consume XML. The book begins with an overview of the XML -
Learning Rails – Live Edition Simon St. Laurent
ISBN: 9781449383138 Год издания: 2010 Язык: Английский Learning Rails – Live Edition -
Introducing Elixir Simon St. Laurent, Дэвид Эйзенберг
ISBN: 978-1491956779 Год издания: 2017 Издательство: O'Reilly Media Smooth, powerful, and small, Elixir is an excellent language for learning functional programming, and with this hands-on introduction, you’ll discover just how powerful Elixir can be. Authors Simon St. Laurent and J. David Eisenberg show you how Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby, and includes powerful macro features for metaprogramming.
Updated to cover Elixir 1.4, the second edition of this practical book helps you write simple Elixir programs by teaching one skill at a time. Once you pick up pattern matching, process-oriented programming, and other concepts, you’ll understand why Elixir makes it easier to build concurrent and resilient programs that scale up and down with ease.
Get comfortable with IEx, Elixir’s command line interface
Learn Elixir’s basic structures by working with numbers
Discover atoms, pattern matching, and guards: the foundations of your program structure
Delve into the heart of Elixir processing with recursion, strings, lists, and higher-order functions
Create Elixir processes and send messages among them
Store and manipulate structured data with Erlang Term Storage and the Mnesia database
Build resilient applications with the Open Telecom Platform