Books  [Ali Cehreli] Programming in D: Tutorial and Reference

  • Пользователь tttx
  • Дата
  • Books
ELHsYD1eRRGBNLGWJ0EKrA.png

ОПИСАНИЕ:

This book is an authoritative and comprehensive introduction to D Programming Language. Reflecting the author's signature style, the writing is casual and conversational, but never at the expense of focus and precision. It covers all aspects of the language (such as expressions, statements, types, functions, contracts, and modules), but it is much more than an enumeration of features.

The main aim of this book is to teach D to readers who are new to computer programming. Although having experience in other programming languages is certainly helpful, this book starts from the basics.

D is a multi-paradigm system programming language...

Books  [Marco Antoniotti] The Common Lisp Cookbook

  • Пользователь tttx
  • Дата
  • Books
8v4OEnuYSHm_mWsmMib08g.png

ОПИСАНИЕ:

This is a collaborative project that aims to provide for Common Lisp something similar to the Perl Cookbook published by O'Reilly.

It is aimed at programmers who are already familiar with Common Lisp to a certain extent but do not yet have the experience you typically only get from years of hacking in a specific computer language. It is written in a style that mixes hands-on no-frills pragmatism with precise information and prudent mentorship.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Gregory J. Chaitin] The Limits of Mathematics

  • Пользователь tttx
  • Дата
  • Books
SMC7639ZSI-z6SAsJ76f7w.png

ОПИСАНИЕ:

This book is the final version of a course on algorithmic information theory and the epistemology of mathematics and physics. It discusses Einstein and Goedel's views on the nature of mathematics in the light of information theory, and sustains the thesis that mathematics is quasi-empirical. There is a foreword by Cris Calude of the University of Auckland, and supplementary material is available at the author's web site.

The special feature of this book is that it presents a new "hands on" didatic approach using LISP and Mathematica software. The reader will be able to derive an understanding of the close relationship between...

Books  [Colin Allen, Maneesh Dhagat] Lisp Primer

  • Пользователь tttx
  • Дата
  • Books
3DiF7hOeTPaYSbfVOhgcIQ.png

ОПИСАНИЕ:

This text has been written to provide a quick introduction to the basic elements of Common Lisp for both experienced and novice programmers. It is not intended to be a comprehensive account of the language for, in our experience, it takes only a little introduction before most Lisp programmers are able to turn to Guy L. Steele, Jr.'s, Common LISP - The Language, 2nd Edition

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Richard P. Gabriel] Performance and Evaluation of Lisp Systems

  • Пользователь tttx
  • Дата
  • Books
bbxXzv-MRXymVQG-sADwww.png

ОПИСАНИЕ:

Performance and Evaluation of Lisp Systems is the first book to present descriptions on the Lisp implementation techniques actually in use and can serve as a handbook to the implementation details of all of the various current Lisp expressions.

It provides detailed performance information using the tools of benchmarking (the process of utilizing standardized computer programs to test the processing power of different computer systems) to measure the various Lisp systems, and provides an understanding of the technical tradeoffs made during the implementation of a Lisp system.

ПРОДАЖНИК: ...

Books  [Gregory J. Chaitin] Exhibiting Randomness in Arithmetic using Mathematica and C

  • Пользователь tttx
  • Дата
  • Books
apCsHbq9R76NQeHyM5XMMw.png

ОПИСАНИЕ:

[Gregory J. Chaitin] Exhibiting Randomness in Arithmetic using Mathematica and C

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Gregory J. Chaitin] Information, Randomness And Incompleteness: Papers On Algorithmic Information Theory (World Scientific Computer Science)

  • Пользователь tttx
  • Дата
  • Books
t0tzJ-NZRo69ArlSEZvq1g.png

ОПИСАНИЕ:

The papers gathered in this book were published over a period of more than twenty years in widely scattered journals. They led to the discovery of randomness in arithmetic which was presented in the recently published monograph on "Algorithmic Information Theory" by the author. There the strongest possible version of Gödel's incompleteness theorem, using an information-theoretic approach based on the size of computer programs, was discussed. The present book is intended as a companion volume to the monograph and it will serve as a stimulus for work on complexity, randomness and unpredictability, in physics and biology as well as in...

Books  [Gregory J. Chaitin] Exploring Randomness

  • Пользователь tttx
  • Дата
  • Books
nWxERdI4T1iUrVErFnjk_w.png

ОПИСАНИЕ:

The book is devoted to a Lisp formalism for exploring the basic ideas, concepts and results on program-size complexity and random sequences. The book contains a wealth of exercises, ranging from the 'mathematical equivalent of finger warm-ups for pianists' to substantial programming projects, from open questions to questions the author cannot even formulate. Highly recommended to anyone interested in understanding algorithmic information theory through programming.

This essential companion to Chaitin's successful books The Unknowable and The Limits of Mathematics, presents the technical core of his theory of program-size complexity...

Books  [Bil Lewis, Dan LaLiberte, Richard Stallman] GNU Emacs Lisp Reference Manual

  • Пользователь tttx
  • Дата
  • Books
k-B-ckJ5SpqlYY1qhF0oGQ.png

ОПИСАНИЕ:

This is a high-quality, hardbound edition of the official GNU Emacs Lisp Reference Manual, from the current Emacs Version 24.5 distribution. It is printed on acid free and lignin free paper, that meets all ANSI standards for archival quality paper. *** The GNU Emacs Lisp Reference Manual is also available for free within GNU Emacs itself, via the help system, or online. Professional users may find this hardbound edition convenient for frequent consultation, and an excellent copy for desktop reference. *** For each copy of this manual sold, 10% of its gross sale revenue is donated to the Free Software Foundation (FSF)...

Books  [Robert J. Chassell] An Introduction to Programming in Emacs Lisp

  • Пользователь tttx
  • Дата
  • Books
-jVxNiuVQ7ODSjkgg9cbOA.png

ОПИСАНИЕ:

This tutorial an elementary introduction to teach non-programmers how to customize their work environment; it can also be used as an introduction to programming basics. It includes numerous exercises and sample programs; the author also walks you through the actual source code of several GNU Emacs commands. A handy reference appendix is included.

Emacs Lisp is a simple, complete, and powerful programming language. It is the building block of GNU Emacs, which is an integrated development environment with special features for scanning and parsing text as well as for handling multiple files, buffers, displays, windows, and sub-processors...

Books  [Nils M. Holm] Sketchy LISP: An Introduction to Functional Programming in Scheme

  • Пользователь tttx
  • Дата
  • Books
jKxC1SwCS3CawIOOfJWD8g.png

ОПИСАНИЕ:

Sketchy Scheme is an introduction to functional programming in Scheme. Scheme is a language of the Lisp family with particularly clean syntax and semantics. It is frequently used in research and education. Functional Programming is an approach that focuses on the evaluation of expressions. Programs are formed by combining functions. Most functional programming constructs are free of side effects, which allows to examine programs formally and prove properties of algorithms. This book provides a step-by-step introduction to functional programming in Scheme. It covers various aspects of the language like data types, conditions, recursion...

Books  [Paul Graham] ANSI Common LISP

  • Пользователь tttx
  • Дата
  • Books
HvkWUu2_TN279SyjNCo8dQ.png

ОПИСАНИЕ:

For use as a core text supplement in any course covering common LISP such as Artificial Intelligence or Concepts of Programming Languages.

Teaching students new and more powerful ways of thinking about programs, this text contains a tutorial―full of examples―that explains all the essential concepts of Lisp programming, plus an up- to-date summary of ANSI Common Lisp, listing every operator in the language. Informative and fun, it gives students everything they need to start writing programs in Lisp both efficiently and effectively, and highlights such innovative Lisp features as automatic memory management, manifest typing, closures...

Books  [Stuart Charles Shapiro] Common LISP: An Interactive Approach

  • Пользователь tttx
  • Дата
  • Books
7AFSAFMtQlOHIyvj1hKC0w.png

ОПИСАНИЕ:

The text uses a tutorial style that focuses on learning by interaction and experimentation. The text also thoroughly covers programming in Pure LISP before programming in Imperative LISP so that students get used to recursive programming.

It gives an ordered presentation of Commom LISP - for example, it introduces packages simultaneously with symbols for easier assimilation and provides extensive example interactions with LISP to illustrate material being taught.

The book devotes attention to style and debugging to familiarize students with realistic situations and helps novices recognize error messages and what they mean through...

Books  [David S. Touretzky] Common LISP: A Gentle Introduction to Symbolic Computation

  • Пользователь tttx
  • Дата
  • Books
40Im5UbjTdSE2PgO8vRy3g.png

ОПИСАНИЕ:

This highly accessible introduction to Lisp is suitable both for novices approaching their first programming language and experienced programmers interested in exploring a key tool for artificial intelligence research. The text offers clear, reader-friendly explanations of such essential concepts as cons cell structures, evaluation rules, programs as data, and recursive and applicative programming styles.

The treatment incorporates several innovative instructional devices, such as the use of function boxes in the first two chapters to visually distinguish functions from data, use of evaltrace notation in later chapters to illustrate...

Books  [David B. Lamkins] Successful Lisp: How to Understand and Use Common Lisp

  • Пользователь tttx
  • Дата
  • Books
TTY_D0cVS8yMF20C-vihEA.png

ОПИСАНИЕ:

This tutorial is written with the professional programmer in mind. Using a hands on approach it introduces the ANSI Common Lisp standard. Practical examples of working code provide an in depth view of Common Lisp programming paradigms. David B. Lamkins explains why this programming language is by far the most powerful industrial strength tool available for advanced software development.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Peter Norvig] Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp

  • Пользователь tttx
  • Дата
  • Books
iLNhIhRMQ9qdyOOuR_jXjg.png

ОПИСАНИЕ:

Paradigms of AI Programming is the first text to teach advanced Common Lisp techniques in the context of building major AI systems. By reconstructing authentic, complex AI programs using state-of-the-art Common Lisp, the book teaches students and professionals how to build and debug robust practical programs, while demonstrating superior programming style and important AI concepts. The author strongly emphasizes the practical performance issues involved in writing real working programs of significant size. Chapters on troubleshooting and efficiency are included, along with a discussion of the fundamentals of object-oriented programming...

Books  [Vsevolod Dyomkin] Lisp Hackers: Interviews with 100x More Productive Programmers

  • Пользователь tttx
  • Дата
  • Books
5IN6ae22Q7KofaJXSQkeDQ.png

ОПИСАНИЕ:

This book is a collection of short interviews with 14 prominent individuals from different parts of the world, from Australia to Canada, and of different occupations, from low-level programmers to physicists and musicians, asking them a more-or-less similar set of questions on the following topics:

  • their general attitude to programming
  • attitude towards and experience with Lisp
  • stories of real-world Lisp projects
Overall, this book should give an insight into why people use Lisp, as well as help the readers gain some new experience and improve as programmers.

ПРОДАЖНИК: ...

Books  [Guy L. Steele JR.] Common LISP - The Language, 2nd Edition

  • Пользователь tttx
  • Дата
  • Books
iHWZ-AvDQZ6RIF2QM3Ho9w.png

ОПИСАНИЕ:

The defacto standard - a must-have for all LISP programmers.
In this greatly expanded edition of the defacto standard, you'll learn about the nearly 200 changes already made since original publication - and find out about gray areas likely to be revised later. Written by the Vice- Chairman of X3J13 (the ANSI committee responsible for the standardization of Common Lisp) and co-developer of the language itself, the new edition contains the entire text of the first edition plus six completely new chapters. They cover: - CLOS, the Common Lisp Object System, with new features to support function overloading and object-oriented programming...

Books  [Peter Seibel] Practical Common Lisp

  • Пользователь tttx
  • Дата
  • Books
TLB6Ukc0TTac-eq5yP5KSQ.png

ОПИСАНИЕ:

...it has a fresh view on the language and the examples in the later chapters are usable in your day-to-day work as a programmer. — Frank Buss, Lisp Programmer and Slashdot Contributor

If you're interested in Lisp as it relates to Python or Perl, and want to learn through doing rather than watching, Practical Common Lisp is an excellent entry point. — Chris McAvoy, Chicago Python Users Group

Lisp is often thought of as an academic language, but it need not be. This is the first book that introduces Lisp as a language for the real world.
Practical Common Lisp presents a thorough introduction to Common Lisp, providing you with an...

Books  [Mary Simoni, Roger B Dannenberg] Algorithmic Composition: A Gentle Introduction to Music Composition

  • Пользователь tttx
  • Дата
  • Books
lJaKJbu8QoqVjTQDJpEyeQ.png

ОПИСАНИЕ:

Composers have used formalized procedures to create music throughout history. With the advent of the computer, algorithmic composition allows composers not only to create and experiment with different formalisms, but to hear and evaluate results quickly. Often in algorithmic composition, the composer has only a vague idea how the output will sound, but because the input is highly automated, the composer can make adjustments to take advantage of happy accidents, program bugs, and other creative sources of sound.

Algorithmic Composition: A Guide to Composing Music with Nyquist provides an overview of procedural approaches to music...

Books  [Paul Graham] On Lisp: Advanced Techniques for Common Lisp

  • Пользователь tttx
  • Дата
  • Books
n9BoRYeqT9mFMtlSOYWjkQ.png

ОПИСАНИЕ:

Written by a Lisp expert, this is the most comprehensive tutorial on the advanced features of Lisp for experienced programmers. It shows how to program in the bottom-up style that is ideal for Lisp programming, and includes a unique, practical collection of Lisp programming techniques that shows how to take advantage of the language's design for efficient programming in a wide variety of applications.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Wikipedia Contributors] Introduction to newLISP

  • Пользователь tttx
  • Дата
  • Books
xzz7JmfRS72rbkmYQEzSmg.png

ОПИСАНИЕ:

You'll find newLISP easy to learn and powerful, combining some of the power and elegance of classic LISP with the facilities of a modern scripting language, such as regular expressions, network functions, Unicode support, multitasking, and many others. This book is a straightforward and simple description of the basics of the language.

newLISP has been compiled into a Windows DLL (dynamic link library): newLISP.dll. Hans Peter Wickern made a free VisualNeo Win plugin that makes it possible to use newLISP within your VisualNeo Win GUI application builder:
  1. shorter and more efficient code, e.g. by combining functions in one command...

Books  [Dmitry Jemerov, Svetlana Isakova] Kotlin in Action

  • Пользователь tttx
  • Дата
  • Books
K75vznjDSzij-u5P033F8A.png

ОПИСАНИЕ:

Summary

Kotlin in Action guides experienced Java developers from the language basics of Kotlin all the way through building applications to run on the JVM and Android devices. Foreword by Andrey Breslav, Lead Designer of Kotlin.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Developers want to get work done - and the less hassle, the better. Coding with Kotlin means less hassle. The Kotlin programming language offers an expressive syntax, a strong intuitive type system, and great tooling support along with seamless interoperability with existing Java...
Ваши лимиты
Доступно
Осталось

Зеркала проекта

Зеркала PirateHUB на случай блокировки основного адреса. Эти ссылки безопасны для использования. Также всегда актуальная ссылка доступна на этом сайте.

Рабочее Openssource.ORG

Рабочее S1 piratehub

Рабочее S2 piratehub

Рабочее S3 piratehub

Рабочее S4 piratehub

Пользователи онлайн

  • Jukovka24
  • reputation
  • Serg_von_Diubua
  • OpenP
  • uchenik55
  • Владимир1488
  • alkov555
  • curls
  • snake38
  • Pinelopa
  • Jeka105
  • tantamareska
  • oksana281
  • Mapk
  • DPO
  • Жадина
  • sachok78
  • Валера67
  • paremyk1
  • BanDiTuK
  • elefant1111
  • YourNightmare
  • LANGAZER
  • nsrwntjo
  • Vella
  • Октябрь
  • Fortin
  • InnovatorFan
  • south
  • JustSm1le
  • comedy
  • Цвяточек
  • Нataly
  • polzhel
  • Feya1
  • ola999
  • doomrondoom
  • rubis
  • ruby7
  • vad1228
  • AndreyMart13
  • DOMINUS_EDEM
  • miaonel
  • kurvik
  • grini
  • realist1
  • opranda
  • vladimir671games
  • MasonEx
  • TSpro
...и ещё 206.

Отзывы о курсах

  • Kleiver
    Отличный материал
  • Podushkodav
    Как всегда материал отличного качества!
  • dyna
    This site is one of the most reliable site ever to get account that are working effectively...
    They made everything absolutely easy. ..
    You have earned my respect.. BRAVO....
  • Петр5555
    Это просто огонь!!!!! Прямая передача знаний. аналогов нет
  • AndriyS
    1. Нормальное качество звука и видео.
    2. Можно смотреть в любое время, большое внимание к решению практических задач.
    3. Нужно иметь достаточный уровень знаний. Для меня на данный момент это было сложно.
    В целом понравилось. В первую очередь практические задачи. Более наглядно увидел возможности применения алгоритмов.
  • lumiproxy
    good
  • J_STREB
    Супер
  • Renat995
    hg
  • Bazis10i
    . Качество данного продукта
  • deminavolga
    Отличный курс! Огромное спасибо!
Назад
Сверху