wiki/_next/data/Ie9t5zutrXP6Of75Cb5xF/2020-06-09-06-21-37.json

1 line
9.9 KiB
JSON
Raw Permalink Normal View History

2022-07-29 15:41:17 +00:00
{"pageProps":{"metadata":{"date":"\"2020-06-09 06:21:37 +08:00\"","date_modified":"\"2021-05-04 20:52:15 +08:00\"","language":"en","source":""},"title":"The overview of a programming environment","hast":{"type":"root","children":[{"type":"element","tagName":"nav","properties":{"className":"toc"},"children":[{"type":"element","tagName":"ol","properties":{"className":"toc-level toc-level-1"},"children":[{"type":"element","tagName":"li","data":{"hookArgs":[{"type":"element","tagName":"h1","properties":{"id":"the-elements-of-programming"},"children":[{"type":"text","value":"The elements of programming"}]}]},"properties":{"className":"toc-item toc-item-h1"},"children":[{"type":"element","tagName":"a","properties":{"className":"toc-link toc-link-h1","href":"/2020-06-09-06-21-37#the-elements-of-programming"},"children":[{"type":"text","value":"The elements of programming"}]}]},{"type":"element","tagName":"li","data":{"hookArgs":[{"type":"element","tagName":"h1","properties":{"id":"expressions"},"children":[{"type":"text","value":"Expressions"}]}]},"properties":{"className":"toc-item toc-item-h1"},"children":[{"type":"element","tagName":"a","properties":{"className":"toc-link toc-link-h1","href":"/2020-06-09-06-21-37#expressions"},"children":[{"type":"text","value":"Expressions"}]}]},{"type":"element","tagName":"li","data":{"hookArgs":[{"type":"element","tagName":"h1","properties":{"id":"namespacing-and-function-composition"},"children":[{"type":"text","value":"Namespacing and function composition"}]}]},"properties":{"className":"toc-item toc-item-h1"},"children":[{"type":"element","tagName":"a","properties":{"className":"toc-link toc-link-h1","href":"/2020-06-09-06-21-37#namespacing-and-function-composition"},"children":[{"type":"text","value":"Namespacing and function composition"}]}]},{"type":"element","tagName":"li","data":{"hookArgs":[{"type":"element","tagName":"h1","properties":{"id":"conditionals"},"children":[{"type":"text","value":"Conditionals"}]}]},"properties":{"className":"toc-item toc-item-h1"},"children":[{"type":"element","tagName":"a","properties":{"className":"toc-link toc-link-h1","href":"/2020-06-09-06-21-37#conditionals"},"children":[{"type":"text","value":"Conditionals"}]}]},{"type":"element","tagName":"li","data":{"hookArgs":[{"type":"element","tagName":"h1","properties":{"id":"evaluation-model"},"children":[{"type":"text","value":"Evaluation model"}]}]},"properties":{"className":"toc-item toc-item-h1"},"children":[{"type":"element","tagName":"a","properties":{"className":"toc-link toc-link-h1","href":"/2020-06-09-06-21-37#evaluation-model"},"children":[{"type":"text","value":"Evaluation model"}]}]},{"type":"element","tagName":"li","data":{"hookArgs":[{"type":"element","tagName":"h1","properties":{"id":"related-resources"},"children":[{"type":"text","value":"Related resources"}]}]},"properties":{"className":"toc-item toc-item-h1"},"children":[{"type":"element","tagName":"a","properties":{"className":"toc-link toc-link-h1","href":"/2020-06-09-06-21-37#related-resources"},"children":[{"type":"text","value":"Related resources"}]}]}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"The study of "},{"type":"element","tagName":"a","properties":{"href":"/2020-06-03-15-21-42"},"children":[{"type":"text","value":"Computational processes"}]},{"type":"text","value":" start with the study of a programming environment.\nThe programming environment is mostly a given in programming but let's inspect and state some things (and some are obvious) about it.\n"}]},{"type":"element","tagName":"h1","properties":{"id":"the-elements-of-programming"},"children":[{"type":"text","value":"The elements of programming"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"A programming language enables you to make the following:\n"}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Expressions ranging from a