The Monad Manifesto, Annotated
  • ReadMe
  • About this Book
  • What is Monad?
  • The Problem
  • Traditional Approaches to Administrative Automation
  • New Approaches
  • The Monad Automation Model (MAM)
  • The Monad Shell (MSH)
  • The Monad Management Models (MMM)
  • The Monad Remote Script (MRS)
  • The Monad Management Console (MMC)
  • Value Propositions
Powered by GitBook
On this page

The Problem

PreviousWhat is Monad?NextTraditional Approaches to Administrative Automation

Last updated 6 years ago

Windows has simple GUI administrative tools for basic users (Control Panel, MMC, etc). Windows also has a rich set of languages, APIs and object models for advanced systems programmers (, , , , , .Net, etc). What is missing is the vital middle – administrator-oriented composable tools to type commands and automate management. The vital middle is typically addressed by scripting languages.

Our current scripting solutions (, ) focus on the high end of the scripting world which manage the platform using very low level abstractions such as complex object models, schema, and APIs. This is effectively systems programming and misses much of the admin community. Admin scripting flows from command line administration, it must be small, simple, incremental, and deal with very high levels of abstraction.

described the distinction between scripting and systems programming well in his paper .

Notes

posits that scripting allows for “gluing” applications together – a higher level abstraction than system programming – enabling (even) more rapid application development than today’s systems programming languages. The fundamental argument is that we should continue to ride to move development to higher levels of abstraction via script. To enable administration automation in the mainstream, administrators need a comprehensive and scriptable shell and utilities and the need to be layered on top of this infrastructure. This will enable efficient training of administrators on command line automation, ensure comprehensive administrative capabilities at the command line, and the economies of scale of an admin-composable automation model.

Ousterhout
Moore’s Law
administrative GUIs
C
C++
C#
WMI
Win32
WSH
VB
John Ousterhout
Scripting: Higher Level Programming for the 21st Century
Degree of Typing