Add README for release of version 0.2.
Chris Pressey
13 years ago
0 | yoob | |
1 | ==== | |
2 | ||
3 | yoob is a framework for implementing esoteric programming languages in Java. | |
4 | It aims to make it easy for a user to experiment with a large number of | |
5 | esolangs with a minimal install burden (i.e. in a Java applet), and to make | |
6 | it easy for designers to rapidly implement and showcase their esolangs. | |
7 | ||
8 | History | |
9 | ------- | |
10 | ||
11 | The current released version of yoob is 0.2. It is as it stands before you. | |
12 | I decided to release it, in spite of the source being embarassingly bad, so | |
13 | that the masses might mock it, and perhaps, in their collective moment of | |
14 | weakness, submit patches, or at least actionable flames (note: actionable.) | |
15 | ||
16 | Version 0.1 of yoob was purely a technology preview and was never officially | |
17 | released. | |
18 | ||
19 | What needs to be done most badly in version 0.3 is the ability to load an | |
20 | example source from a URL; this will allow several of the esolang | |
21 | implementations which I have already written, but have not yet included, | |
22 | to be released without embedded (possibly non-public domain) example programs | |
23 | and thus uncontentiously and unconfusingly into the public domain. | |
24 | ||
25 | The API should not be expected to be stable through the 0.x series. | |
26 | ||
27 | Development | |
28 | ----------- | |
29 | ||
30 | yoob development is hosted on Bitbucket: | |
31 | ||
32 | https://bitbucket.org/catseye/yoob/ | |
33 | ||
34 | Bugs may be reported (and features requested) on the Issue Tracker: | |
35 | ||
36 | https://bitbucket.org/catseye/yoob/issues | |
37 | ||
38 | Official release distfiles will be made available on the [yoob | |
39 | project page][] at [Cat's Eye Technologies'][]. | |
40 | ||
41 | [Falderal project page]: http://catseye.tc/projects/yoob/ | |
42 | [Cat's Eye Technologies]: http://catseye.tc/ | |
43 | ||
44 | For Further Information | |
45 | ----------------------- | |
46 | ||
47 | Please see the [yoob wiki][] on Bitbucket. | |
48 | ||
49 | [yoob wiki]: https://bitbucket.org/catseye/yoob/wiki/ |