NODAL

Interpreted language implemented on Norsk Data's NORD-10 computers. Used by CERN and DESY high energy physics labs to control their accelerator hardware, PADAC and SEDAC. Included trackball input, graphics.

Nodal Switching System

(NSS) Main routing nodes in the NSFnet backbone.

noddy

/nod'ee/ [UK: from the children's books] 1. Small and un-useful, but demonstrating a point. Noddy programs are often written by people learning a new language or system. The archetypal noddy program is hello, world. Noddy code may be used to demonstrate a feature or bug of a compiler. May be used of real hardware or software to imply that it isn't worth using. "This editor's a bit noddy."

2. A program that is more or less instant to produce. In this use, the term does not necessarily connote uselessness, but describes a hack sufficiently trivial that it can be written and debugged while carrying on (and during the space of) a normal conversation. "I'll just throw together a noddy awk script to dump all the first fields." In North America this might be called a mickey mouse program. See toy program.

3. A simple (hence the name) language to handle text and interaction on the Memotech home computer. Has died with the machine.

[Jargon File]

node

1. A point or vertex in a graph.

2. network node.

3. A hypertext document.

Node.js

<programming, language>

(Node) A version of the JavaScript programming language that runs in environments other than web browsers (where JavaScript normally runs).

In 2021, Node has become hugely popular due to the widespread use of JavaScript, allowing web developers to use the same language on the server as in the browser.

{Home (https://nodejs.org/en/)

Last updated: 2021-03-05

Node Package Manager

<programming>

(npm) The standard utility program installed with the Node.js programming language to locate and install library files (called "packages" in Node.js). Npm can save the list of packages used by a project (its dependencies) in the project's package.json file. It can then use this information to reinstall the same versions of those packages when building the project at a later date or in a different location. Npm also automatically recursively installs the dependencies of dependencies.

Home.

Last updated: 2021-03-05

Nearby terms:

NNTPnoNOCNODALNodal Switching SystemnoddynodeNode.js

Try this search on Wikipedia, Wiktionary, Google, OneLook.



Loading