Skip to content

Commit

Permalink
Received wisdom
Browse files Browse the repository at this point in the history
  • Loading branch information
denishowe committed Mar 6, 2024
1 parent ca484e9 commit 2eacba3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
1 change: 1 addition & 0 deletions contributors.inc.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ <h1>FOLDOC Contributors</h1>
Alwyn Tweedale,
Amin Mozafari,
Amir "Duggy" Khan,
Amos Guler,
Anatoly Delm,
Anders Biehl,
Andre Berloth,
Expand Down
29 changes: 25 additions & 4 deletions new/Dictionary
Original file line number Diff line number Diff line change
Expand Up @@ -85388,10 +85388,12 @@ ISETL

["An Introduction to ISETL Version 1.9", G.M. Levin, Dept MCS, Clarkson U].

["Learning discrete mathematics with ISETL", Nancy Baxter Hastings, Ed Dubinsky,
["Learning discrete mathematics with ISETL", Nancy Baxter, Ed Dubinsky,
Gary Levin. Springer-Verlag, 1989, ISBN: 9783540968986, 3540968989]

(2023-09-28)
{(https://link.springer.com/book/10.1007/978-1-4612-3592-7)}

(2024-03-06)

ISF

Expand Down Expand Up @@ -157014,6 +157016,25 @@ String EXpression Interpreter

{String Oriented Symbolic Language}

stringification

<programming> Converting something to a string.

(2024-03-06)

stringify

<programming> A verb meaning to convert to a {string}.

E.g. in {JavaScript} you can apply the {toString}() {method} to most
values or, to convert to a {JSON} string, you can use JSON.stringify():

JSON.stringify({ answer: 42 })

will convert the given object into the string '{"answer":42}'.

(2024-03-06)

stringly typed

<humour, programming> A humourous play on "{strongly typed}",
Expand Down Expand Up @@ -159757,12 +159778,12 @@ System/360
equipment.

The 360's predecessors were the smaller {IBM 1401} and the
large {IBM 7090} series. If was followed by the {IBM 370}.
large {IBM 7090} series. It was followed by the {IBM 370}.

See also {ABEND}, {ALC}, {BAL}, {Big Red Switch}, {HCF}, {mode
bit}, {PL360}, {PL/S}.

(2004-06-06)
(2024-03-06)

System/370

Expand Down

0 comments on commit 2eacba3

Please sign in to comment.