diff --git a/articles/smalltalk.md b/articles/smalltalk.md new file mode 100644 index 0000000..2410108 --- /dev/null +++ b/articles/smalltalk.md @@ -0,0 +1,17 @@ +# Smalltalk +Smalltalk is an object oriented (not the "modern" variant) and dynamic programming language created in Xerox PARC +by a group of scientists, including Alan Kay. +TODO + +## Implementations +- [Squeak](https://squeak.org/) +- [Pharo](https://pharo.org/) +- [GNU Smalltalk](https://www.gnu.org/software/smalltalk/) +- ... + +## Examples +TODO + +## Resources +- [*The Cuneiform Tablets of 2015*](https://tinlizzie.org/VPRIPapers/tr2015004_cuneiform.pdf): +paper describing how an Smalltalk-72 interpreter could be engraved in a rock.