articles/smalltalk.md: new article

This commit is contained in:
tocariimaa 2025-02-16 15:17:17 -03:00
parent 3128873a75
commit a4ac0b084d

17
articles/smalltalk.md Normal file
View file

@ -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.