© Mansour Ayouni 2020
M. AyouniBeginning Ring Programminghttps://doi.org/10.1007/978-1-4842-5833-0_3

3. Inputs to Ring

Mansour Ayouni1 
(1)
Kalidia Consulting, Sousse, Tunisia
 

A programming language is a factory for transforming input to output. Ring is no exception. In the following two chapters, your objective is to learn how the language intercepts data as input, how it transforms input internally by applying algorithmic logic, and how it exposes input as output to be consumed by the users of the program. Together, these chapters form the second part of the book called “Practical Ring.”

By “practical,” I mean that what you are learning here will be not superficial instructions for taking a user’s input, applying some ifs and elses to it, and sending ...

Get Beginning Ring Programming: From Novice to Professional now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.