Dogelog Distribution
This distribution contains the transpiler, the core and the
liblets. It has the JavaScript, Python and Java targets in its
original form.
1 GIT Access
For binary files and source code initially:
git clone https://www.dogelog.ch/dogelog/.git
For updates as desired:
cd dogelog
git pull
2 JavaScript Command Line
To run the Dogelog Player for JavaScript top-level:
cd dogelog
node player/canned/dogelog.mjs
Alternative to node one can use for example bun.
3 Python Command Line
To run the Dogelog Player for Python top-level:
cd dogelog
pypy3 playerpy/canned/dogelog.py
Alternative to pypy3 one can use for example python3.
4 Java Command Line
To run Dogelog Player für Java top-level:
cd dogelog
java -cp playerj/canned/dogelog.zip:playerj/canned Index
Alternative to java one can use for example graalvm.
5 Additional Links
- User Manuals of the Dogelog Spieler. More...
- Source code and Archives of the Dogelog Player. More...
Kommentare