From 0b022eea3a8309b1b02048a371621566d636c1c6 Mon Sep 17 00:00:00 2001 From: Joe Reynolds Date: Mon, 27 Jun 2016 21:08:26 +0100 Subject: [PATCH] moved files into language sub dir --- {clojure => languages/clojure}/README.md | 0 ...a-practical-optional-type-system-for-clojure.pdf | Bin {haskell => languages/haskell}/README.md | 0 .../haskell}/a-poor-mans-concurrency-monad.pdf | Bin ...versus-eval-apply-for-higher-order-languages.pdf | Bin ...ptions-and-foreign-language-calls-in-haskell.pdf | Bin .../Design-Principles-Behind-Smalltalk.pdf | Bin {smalltalk => languages/smalltalk}/README.md | 0 .../smalltalk}/The-Early-History-Of-Smalltalk.pdf | Bin languages/temp | 1 - 10 files changed, 1 deletion(-) rename {clojure => languages/clojure}/README.md (100%) rename {clojure => languages/clojure}/a-practical-optional-type-system-for-clojure.pdf (100%) rename {haskell => languages/haskell}/README.md (100%) rename {haskell => languages/haskell}/a-poor-mans-concurrency-monad.pdf (100%) rename {haskell => languages/haskell}/making-a-fast-curry-push-enter-versus-eval-apply-for-higher-order-languages.pdf (100%) rename {haskell => languages/haskell}/tackling-the-awkward-squad-monadic-input-output-concurrency-exceptions-and-foreign-language-calls-in-haskell.pdf (100%) rename {smalltalk => languages/smalltalk}/Design-Principles-Behind-Smalltalk.pdf (100%) rename {smalltalk => languages/smalltalk}/README.md (100%) rename {smalltalk => languages/smalltalk}/The-Early-History-Of-Smalltalk.pdf (100%) delete mode 100644 languages/temp diff --git a/clojure/README.md b/languages/clojure/README.md similarity index 100% rename from clojure/README.md rename to languages/clojure/README.md diff --git a/clojure/a-practical-optional-type-system-for-clojure.pdf b/languages/clojure/a-practical-optional-type-system-for-clojure.pdf similarity index 100% rename from clojure/a-practical-optional-type-system-for-clojure.pdf rename to languages/clojure/a-practical-optional-type-system-for-clojure.pdf diff --git a/haskell/README.md b/languages/haskell/README.md similarity index 100% rename from haskell/README.md rename to languages/haskell/README.md diff --git a/haskell/a-poor-mans-concurrency-monad.pdf b/languages/haskell/a-poor-mans-concurrency-monad.pdf similarity index 100% rename from haskell/a-poor-mans-concurrency-monad.pdf rename to languages/haskell/a-poor-mans-concurrency-monad.pdf diff --git a/haskell/making-a-fast-curry-push-enter-versus-eval-apply-for-higher-order-languages.pdf b/languages/haskell/making-a-fast-curry-push-enter-versus-eval-apply-for-higher-order-languages.pdf similarity index 100% rename from haskell/making-a-fast-curry-push-enter-versus-eval-apply-for-higher-order-languages.pdf rename to languages/haskell/making-a-fast-curry-push-enter-versus-eval-apply-for-higher-order-languages.pdf diff --git a/haskell/tackling-the-awkward-squad-monadic-input-output-concurrency-exceptions-and-foreign-language-calls-in-haskell.pdf b/languages/haskell/tackling-the-awkward-squad-monadic-input-output-concurrency-exceptions-and-foreign-language-calls-in-haskell.pdf similarity index 100% rename from haskell/tackling-the-awkward-squad-monadic-input-output-concurrency-exceptions-and-foreign-language-calls-in-haskell.pdf rename to languages/haskell/tackling-the-awkward-squad-monadic-input-output-concurrency-exceptions-and-foreign-language-calls-in-haskell.pdf diff --git a/smalltalk/Design-Principles-Behind-Smalltalk.pdf b/languages/smalltalk/Design-Principles-Behind-Smalltalk.pdf similarity index 100% rename from smalltalk/Design-Principles-Behind-Smalltalk.pdf rename to languages/smalltalk/Design-Principles-Behind-Smalltalk.pdf diff --git a/smalltalk/README.md b/languages/smalltalk/README.md similarity index 100% rename from smalltalk/README.md rename to languages/smalltalk/README.md diff --git a/smalltalk/The-Early-History-Of-Smalltalk.pdf b/languages/smalltalk/The-Early-History-Of-Smalltalk.pdf similarity index 100% rename from smalltalk/The-Early-History-Of-Smalltalk.pdf rename to languages/smalltalk/The-Early-History-Of-Smalltalk.pdf diff --git a/languages/temp b/languages/temp deleted file mode 100644 index 725002c..0000000 --- a/languages/temp +++ /dev/null @@ -1 +0,0 @@ -temporary file. Delete whenever.