Red's main features

As a programming language, Red embraces nearly all paradigms:

  • Imperative: Providing everything needed for controlling code execution and error-handling (see Chapter 4Code Controlling Structures and Chapter 5, Working with Series and Blocks)
  • Functional: With functions as first class values (see Chapter 6, Using Functions and Objects)
  • Object-oriented: Complete with inheritance, but not class-based (see Chapter 6, Using Functions and Objects)
  • Concurrency: With async task support and an actor model (from v 0.9.0)
  • Symbolic: Being able to manipulate its own code as if it was plain data (all chapters)
  • Reactive: Included in the GUI (Graphical User Interface) system (see Chapter 9Composing Visual Interfaces and Chapter 10 ...

Get Learn Red - Fundamentals of Red 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.