Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Beginning Ring programming = from no...
~
Ayouni, Mansour.
Linked to FindBook
Google Book
Amazon
博客來
Beginning Ring programming = from novice to professional /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Beginning Ring programming/ by Mansour Ayouni.
Reminder of title:
from novice to professional /
Author:
Ayouni, Mansour.
Published:
Berkeley, CA :Apress : : 2020.,
Description:
xxvi, 662 p. :ill., digital ;24 cm.
[NT 15003449]:
Chapter 1: Getting Started with Ring -- Chapter 2: Data Types in Ring -- Chapter 3: Ins of Ring -- Chapter 4: Outs of Ring -- Chapter 5: Ring Algorithms -- Chapter 6: Juggling with Scopes -- Chapter 7: Functions, Objects and Beyond -- Chapter 8: Designing Games in Ring -- Chapter 9: A Gamified Foundation for Mastering Ring -- Appendix A: A Dialogue with Mahmoud Fayed.
Contained By:
Springer eBooks
Subject:
Programming languages (Electronic computers) -
Online resource:
https://doi.org/10.1007/978-1-4842-5833-0
ISBN:
9781484258330
Beginning Ring programming = from novice to professional /
Ayouni, Mansour.
Beginning Ring programming
from novice to professional /[electronic resource] :by Mansour Ayouni. - Berkeley, CA :Apress :2020. - xxvi, 662 p. :ill., digital ;24 cm.
Chapter 1: Getting Started with Ring -- Chapter 2: Data Types in Ring -- Chapter 3: Ins of Ring -- Chapter 4: Outs of Ring -- Chapter 5: Ring Algorithms -- Chapter 6: Juggling with Scopes -- Chapter 7: Functions, Objects and Beyond -- Chapter 8: Designing Games in Ring -- Chapter 9: A Gamified Foundation for Mastering Ring -- Appendix A: A Dialogue with Mahmoud Fayed.
Gain a gentle introduction to the world of Ring programming with clarity as a first concern using a lot of practical examples. The first part lays the foundations of the language and its basic features (data types, control structures, functions, and classes) The unique way to rigorously structure Ring programs is also explained. Then, in the second part you'll discover Ring inputs, outputs, and what is in between. You'll use the basic constructs of computer logic (sequence, selection, and iteration) to build simple and complex logic flows. You'll go over the common mistakes that lead to code complexity, by example, and cover several strategies to solve them (refactoring, code cleansing, and good variable naming) Then, you'll see a visual illustration of how Ring deals with scopes at the local, object, and global levels. In part three, you'll play with two artifacts vital to Ring programming: functions and objects. You'll learn how they can be composed to solve a problem and how advanced programming paradigms, such as declarative and natural, are beautifully implemented on top of them. As part of the discussion, you'll also work on game programming. You'll learn how you design your game declaratively, in Ring code, just as if you were designing it in visual software. Finally, the author lays out how programming can be understood in a gamified context. You will be told the truth about how gaming can be a better metaphor to achieve mastery of Ring programming. This book is for those who are passionate about writing beautiful, expressive, and learnable code. It has been designed so you can enjoy a beginner-friendly set of knowledge about Ring, and benefit from a one-stop collection of lessons learned from real-world, customer-facing programming projects. You will: Get started with Ring and master its data types, I/O, functions, and classes Carry out structural, object-oriented, functional, declarative, natural, and meta programming in Ring Use the full power of Ring to refactor program code and develop clean program architectures Quickly design professional-grade video games on top of the Ring game engine.
ISBN: 9781484258330
Standard No.: 10.1007/978-1-4842-5833-0doiSubjects--Topical Terms:
606806
Programming languages (Electronic computers)
LC Class. No.: QA76.73.R56 / A968 2020
Dewey Class. No.: 005.133
Beginning Ring programming = from novice to professional /
LDR
:03535nmm a2200337 a 4500
001
2255500
003
DE-He213
005
20200530202541.0
006
m d
007
cr nn 008maaau
008
220419s2020 cau s 0 eng d
020
$a
9781484258330
$q
(electronic bk.)
020
$a
9781484258323
$q
(paper)
024
7
$a
10.1007/978-1-4842-5833-0
$2
doi
035
$a
978-1-4842-5833-0
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.R56
$b
A968 2020
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051010
$2
bisacsh
072
7
$a
UMX
$2
thema
072
7
$a
UMC
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.R56
$b
A983 2020
100
1
$a
Ayouni, Mansour.
$3
3525064
245
1 0
$a
Beginning Ring programming
$h
[electronic resource] :
$b
from novice to professional /
$c
by Mansour Ayouni.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2020.
300
$a
xxvi, 662 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Chapter 1: Getting Started with Ring -- Chapter 2: Data Types in Ring -- Chapter 3: Ins of Ring -- Chapter 4: Outs of Ring -- Chapter 5: Ring Algorithms -- Chapter 6: Juggling with Scopes -- Chapter 7: Functions, Objects and Beyond -- Chapter 8: Designing Games in Ring -- Chapter 9: A Gamified Foundation for Mastering Ring -- Appendix A: A Dialogue with Mahmoud Fayed.
520
$a
Gain a gentle introduction to the world of Ring programming with clarity as a first concern using a lot of practical examples. The first part lays the foundations of the language and its basic features (data types, control structures, functions, and classes) The unique way to rigorously structure Ring programs is also explained. Then, in the second part you'll discover Ring inputs, outputs, and what is in between. You'll use the basic constructs of computer logic (sequence, selection, and iteration) to build simple and complex logic flows. You'll go over the common mistakes that lead to code complexity, by example, and cover several strategies to solve them (refactoring, code cleansing, and good variable naming) Then, you'll see a visual illustration of how Ring deals with scopes at the local, object, and global levels. In part three, you'll play with two artifacts vital to Ring programming: functions and objects. You'll learn how they can be composed to solve a problem and how advanced programming paradigms, such as declarative and natural, are beautifully implemented on top of them. As part of the discussion, you'll also work on game programming. You'll learn how you design your game declaratively, in Ring code, just as if you were designing it in visual software. Finally, the author lays out how programming can be understood in a gamified context. You will be told the truth about how gaming can be a better metaphor to achieve mastery of Ring programming. This book is for those who are passionate about writing beautiful, expressive, and learnable code. It has been designed so you can enjoy a beginner-friendly set of knowledge about Ring, and benefit from a one-stop collection of lessons learned from real-world, customer-facing programming projects. You will: Get started with Ring and master its data types, I/O, functions, and classes Carry out structural, object-oriented, functional, declarative, natural, and meta programming in Ring Use the full power of Ring to refactor program code and develop clean program architectures Quickly design professional-grade video games on top of the Ring game engine.
650
0
$a
Programming languages (Electronic computers)
$3
606806
650
1 4
$a
Programming Languages, Compilers, Interpreters.
$3
891123
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer eBooks
856
4 0
$u
https://doi.org/10.1007/978-1-4842-5833-0
950
$a
Professional and Applied Computing (Springer-12059)
based on 0 review(s)
Location:
ALL
電子資源
Year:
Volume Number:
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
W9411139
電子資源
11.線上閱覽_V
電子書
EB QA76.73.R56 A968 2020
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login