summaryrefslogtreecommitdiff
path: root/sites/pmikkelsen.com
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2021-05-26 17:34:25 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2021-05-26 17:34:25 +0000
commit8c63b38749719fb061b8655e3feeb8ae8f4f652b (patch)
treec54c222ea1480df5c5ffccad98bfa1a2bf5099fc /sites/pmikkelsen.com
parentdfb5576dc11ef34da42a098d6d33f8dfae6d7c14 (diff)
Updates + add favicon
Diffstat (limited to 'sites/pmikkelsen.com')
-rw-r--r--sites/pmikkelsen.com/APL-and-J/hello_world_apl_and_j.md16
-rw-r--r--sites/pmikkelsen.com/favicon.icobin0 -> 2576 bytes
-rw-r--r--sites/pmikkelsen.com/images/creepy_glenda.jpgbin0 -> 36669 bytes
3 files changed, 16 insertions, 0 deletions
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
--- /dev/null
+++ b/sites/pmikkelsen.com/favicon.ico
Binary files 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
--- /dev/null
+++ b/sites/pmikkelsen.com/images/creepy_glenda.jpg
Binary files differ