diff options
Diffstat (limited to 'wiki/programming')
| -rw-r--r-- | wiki/programming/bash.org | 17 | ||||
| -rw-r--r-- | wiki/programming/emacs-lisp.org | 17 | ||||
| -rw-r--r-- | wiki/programming/index.org | 4 | ||||
| -rw-r--r-- | wiki/programming/ocaml.org | 17 | ||||
| -rw-r--r-- | wiki/programming/python.org | 17 |
5 files changed, 72 insertions, 0 deletions
diff --git a/wiki/programming/bash.org b/wiki/programming/bash.org new file mode 100644 index 0000000..eaf2559 --- /dev/null +++ b/wiki/programming/bash.org @@ -0,0 +1,17 @@ +# -*- mode: org; -*- + +#+TITLE: Bash +#+SUBTITLE: The Linux shell scripting language. +#+AUTHOR: Marius Peter +#+DATE: <2022-03-27 Sun> +#+FILETAGS: programming + +#+DESCRIPTION: Bash: the Linux shell scripting language. + + +#+begin_abstract +Bash is the most popular linux shell language used today. +#+end_abstract + + +* TODO Introduction diff --git a/wiki/programming/emacs-lisp.org b/wiki/programming/emacs-lisp.org new file mode 100644 index 0000000..89d4eb1 --- /dev/null +++ b/wiki/programming/emacs-lisp.org @@ -0,0 +1,17 @@ +# -*- mode: org; -*- + +#+TITLE: Emacs Lisp +#+SUBTITLE: The Emacs scripting & extension language. +#+AUTHOR: Marius Peter +#+DATE: <2022-03-27 Sun> +#+FILETAGS: programming + +#+DESCRIPTION: Emacs Lisp: the Emacs scripting & extension language. + + +#+begin_abstract + +#+end_abstract + + +* TODO Introduction diff --git a/wiki/programming/index.org b/wiki/programming/index.org index eb2b4eb..f456794 100644 --- a/wiki/programming/index.org +++ b/wiki/programming/index.org @@ -1,2 +1,6 @@ #+TITLE: Sitemap for project wiki---programming +- [[file:bash.org][Bash]] +- [[file:emacs-lisp.org][Emacs Lisp]] +- [[file:ocaml.org][Ocaml]] +- [[file:python.org][Python]]
\ No newline at end of file diff --git a/wiki/programming/ocaml.org b/wiki/programming/ocaml.org new file mode 100644 index 0000000..8283350 --- /dev/null +++ b/wiki/programming/ocaml.org @@ -0,0 +1,17 @@ +# -*- mode: org; -*- + +#+TITLE: Ocaml +#+SUBTITLE: An industrial-strength programming language. +#+AUTHOR: Marius Peter +#+DATE: <2022-03-27 Sun> +#+FILETAGS: programming + +#+DESCRIPTION: Ocaml: an industrial-strength programming language. + + +#+begin_abstract +Bash is the most popular linux shell language used today. +#+end_abstract + + +* TODO Introduction diff --git a/wiki/programming/python.org b/wiki/programming/python.org new file mode 100644 index 0000000..2efdd2f --- /dev/null +++ b/wiki/programming/python.org @@ -0,0 +1,17 @@ +# -*- mode: org; -*- + +#+TITLE: Python +#+SUBTITLE: +#+AUTHOR: Marius Peter +#+DATE: <2022-03-27 Sun> +#+FILETAGS: programming + +#+DESCRIPTION: + + +#+begin_abstract + +#+end_abstract + + +* TODO Introduction |