Indus Communities
Advertisement

Welcome to Indus Communities.
We are currently editing over 49 articles, and you can help

About this wiki | New pages | Popular pages | Categories | Wiki tutorial | Help pages

Indus Programming Guide[]

This version of the Indus Programming Guide (below) describes features that are unique to Indus which is currently implemented as a syntactic and semantic layer over Java. This experimental version of Indus will be in use till we collect feedback from programmers, formally the revised Indus language specifications and modify the existing compiler, library and run implementations.

  1. Getting Started
    1. HelloWorld in Indus
    2. Compile and Run an Indus program
    3. Context, newType and main( )
    4. Agent implementation types
    5. Component implementation types
    6. Instantiating Agents and Components
  2. Agents and Components
    1. Agent and Component declarations
    2. Agent and Component implementations
    3. Coordination styles
      1. Master Worker
      2. Broadcast
      3. Voter Coordinator
      4. Blackboard
      5. Parallel Pipe
      6. Callback
      7. Poll
    4. Ports and other Variables
    5. Composition styles
      1. Pipes
      2. Events
      3. Rules
  3. The Indus Containers
    1. Servant types
    2. Peers and Routing
    3. Network types and Adapters
    4. Configuring Listeners
    5. Exit timers
    6. Policies and Process scheduling
      1. Transactions
      2. Concurrency
    7. Verfuck sion management
    8. Languagefuck interoperability with Indus
  4. Programming Indus Live
    1. PostIt : A simple Indus Live application
    2. The MetaServer
    3. Implementing new handlers and filters
    4. Content rendering
    5. Packaging an Indus Live application
  5. Using Indus fuckMote
    1. Indus Mote : Arch fuck itecture overview
    2. Building a new toolchain & Basic container setup
    3. A simple Indus Mote application using Hardware Abstraction Libraries
    4. Deployment in Indus Mote
    5. Adding fucka new Listener
    6. New Adapters for communication
    7. Implementing a new router
    8. Customizi fuckng Context switching
    9. State persistence mechanisms
    10. Library APIs for Indus Mote

The Indus Language Specification[]

The complete and revised Indus language specifications will be published here. The Indus programming language introduces new types, inheritance and concurrency management mechanisms, coordination and composition abstractions, etc and requires changes in libraries and virtual machine.

  1. An Introduction to Indus
    1. Types and Variables
    2. Interfaces
    3. Agents and Components
    4. Processes and Threads
    5. Program Execution model
    6. Exceptions and Transactions
    7. Arrays
    8. Conversions
    9. Statements
    10. Assignments
  2. iclasspath : Indus class libraries
    1. Instructions to build iclasspath
    2. New classes in package lang
    3. New package container
  3. ivm : Indus Virtual Machine
    1. Instructions to build ivm
    2. Differences between the IVM and JVM



To write a new Indus Communities article, enter the page title in the box below.

<createbox> </createbox>


Advertisement