Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21f86c3de37e88e

Jump to content

// Workers AI · dad joke modeWhat did the VA Kernel say? "I'm a-maize-d.

From Wikipedia, the free encyclopedia

The VA Kernel is a set of programs, developed by the Department of Veterans Affairs of the United States Government, which provide an operating system and MUMPS implementation independent abstraction to the VistA Hospital Information System. These programs (called 'routines' in MUMPS) are the only programs which are expected to not be written in ANSI Standard MUMPS.

The MUMPS language used in the kernel is amazingly simple, consisting of a single language (MUMPS), a single data type (string), a single data storage mechanism (global arrays stored on disk), 19 commands and 22 functions. MUMPS is a symbolic language with linguistic roots closer to LISP than Fortran or COBOL. Because of this simple software layer, the VistA software architecture has been able to adapt to changing hardware environments over the decades with only the minimum amount of software changes at higher levels of abstraction.

The CHCS system and the RPMS system have a Kernel as well, which provides a similar degree of support to those systems as the VA Kernel does to VistA.

The VA Kernel provides abstractions for:

  • Menu Management (MenuMan)
  • Electronic mail, group conferencing, transaction processing (MailMan)
  • Login and Access Security
  • Task scheduling and Batch processing
  • Input/Output devices
  • Protocol and Event processing
  • Date processing and manipulation
  • Mathematical and common library functions

References

[edit]

Video Interview of Tom Munnecke on the design of the kernel