articles/smalltalk.md: new article
This commit is contained in:
parent
3128873a75
commit
a4ac0b084d
1 changed files with 17 additions and 0 deletions
17
articles/smalltalk.md
Normal file
17
articles/smalltalk.md
Normal 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.
|
Loading…
Add table
Reference in a new issue