From 8c63b38749719fb061b8655e3feeb8ae8f4f652b Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Wed, 26 May 2021 17:34:25 +0000 Subject: Updates + add favicon --- sites/pmikkelsen.com/APL-and-J/hello_world_apl_and_j.md | 16 ++++++++++++++++ sites/pmikkelsen.com/favicon.ico | Bin 0 -> 2576 bytes sites/pmikkelsen.com/images/creepy_glenda.jpg | Bin 0 -> 36669 bytes sites/pprolog.org/documentation/tutorial/3.-repl.md | 0 .../documentation/tutorial/4.-writing-and-consulting.md | 0 sites/pprolog.org/favicon.ico | Bin 0 -> 2576 bytes 6 files changed, 16 insertions(+) create mode 100644 sites/pmikkelsen.com/APL-and-J/hello_world_apl_and_j.md create mode 100644 sites/pmikkelsen.com/favicon.ico create mode 100644 sites/pmikkelsen.com/images/creepy_glenda.jpg create mode 100644 sites/pprolog.org/documentation/tutorial/3.-repl.md create mode 100644 sites/pprolog.org/documentation/tutorial/4.-writing-and-consulting.md create mode 100644 sites/pprolog.org/favicon.ico (limited to 'sites') diff --git a/sites/pmikkelsen.com/APL-and-J/hello_world_apl_and_j.md b/sites/pmikkelsen.com/APL-and-J/hello_world_apl_and_j.md new file mode 100644 index 0000000..c361840 --- /dev/null +++ b/sites/pmikkelsen.com/APL-and-J/hello_world_apl_and_j.md @@ -0,0 +1,16 @@ +# Introduction + +_*note: this page requires a font which can show apl symbols.*_ + +APL and J are very different from other (more conventional) programming languages, and therefore they require a little bit of introduction. +Their syntax is very dense, and can be hard to read at times for a person not very familiar with it. + +# To be written at some point + + +/⍳200 + +is the sum of the first 200 natural numbers in APL, and in J it would be + + +/i.200 + +nice. \ No newline at end of file diff --git a/sites/pmikkelsen.com/favicon.ico b/sites/pmikkelsen.com/favicon.ico new file mode 100644 index 0000000..745367e Binary files /dev/null and b/sites/pmikkelsen.com/favicon.ico differ diff --git a/sites/pmikkelsen.com/images/creepy_glenda.jpg b/sites/pmikkelsen.com/images/creepy_glenda.jpg new file mode 100644 index 0000000..c1a35ba Binary files /dev/null and b/sites/pmikkelsen.com/images/creepy_glenda.jpg differ diff --git a/sites/pprolog.org/documentation/tutorial/3.-repl.md b/sites/pprolog.org/documentation/tutorial/3.-repl.md new file mode 100644 index 0000000..e69de29 diff --git a/sites/pprolog.org/documentation/tutorial/4.-writing-and-consulting.md b/sites/pprolog.org/documentation/tutorial/4.-writing-and-consulting.md new file mode 100644 index 0000000..e69de29 diff --git a/sites/pprolog.org/favicon.ico b/sites/pprolog.org/favicon.ico new file mode 100644 index 0000000..745367e Binary files /dev/null and b/sites/pprolog.org/favicon.ico differ -- cgit v1.2.3