diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-03-13 10:51:37 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-03-13 10:51:37 -0500 |
| commit | 011b6f769b130d42c9a455ab7526f33712345faf (patch) | |
| tree | 7b786e377796e9dc3dda7dfd2e95264a58738002 /doc/paradigms.md | |
| parent | 0658e1ba9dc1095449e4c0289324955716d402ef (diff) | |
Remove accidentally added files
Diffstat (limited to 'doc/paradigms.md')
| -rw-r--r-- | doc/paradigms.md | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/paradigms.md b/doc/paradigms.md deleted file mode 100644 index 96d85c8d..00000000 --- a/doc/paradigms.md +++ /dev/null @@ -1,22 +0,0 @@ -*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/doc/paradigms.html).* - -# BQN in programming paradigms - -It hangs onto weakly positive connotations somehow, but the term "multi-paradigm" should not really impress you. Let's dig into exactly which paradigms BQN supports and how. - -This information won't really tell you what tasks BQN is good for: after all, it turns out you can write a compiler entirely using array programming, something many people assumed was impossible. Instead, it tells you what approaches you can take to writing programs, and how comfortable you'll find it to work with BQN—or how much you can use it to stretch your brain in new directions. - -dynamically typed -high level - -BQN is not great for **imperative** programming. - -imperative in which the programmer instructs the machine how to change its state, - procedural which groups instructions into procedures, - object-oriented which groups instructions with the part of the state they operate on, - -declarative in which the programmer merely declares properties of the desired result, but not how to compute it - functional in which the desired result is declared as the value of a series of function applications, - logic or reactive - -macros or reflection |
