Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliendelplanque/bytepusher
An implementation of BytePusher virtual machine (https://esolangs.org/wiki/BytePusher) on top of Pharo.
https://github.com/juliendelplanque/bytepusher
Last synced: 4 days ago
JSON representation
An implementation of BytePusher virtual machine (https://esolangs.org/wiki/BytePusher) on top of Pharo.
- Host: GitHub
- URL: https://github.com/juliendelplanque/bytepusher
- Owner: juliendelplanque
- License: mit
- Created: 2019-09-06T14:16:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T17:43:04.000Z (over 4 years ago)
- Last Synced: 2024-10-31T07:05:38.057Z (about 2 months ago)
- Language: Smalltalk
- Size: 291 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BytePusher
An implementation of BytePusher virtual machine (https://esolangs.org/wiki/BytePusher) on top of Pharo.## Install
```Smalltalk
Metacello new
repository: 'github://juliendelplanque/BytePusher/src';
baseline: 'BytePusher';
load
```