Tree @master (Download .tar.gz)
Chrysoberyl
See also: The Dossier ∘ The Dipple ∘ The Cannery ∘ The Glosscubator
Chrysoberyl is an attempt to catalogue, and curate, the things produced by, and related to, Cat's Eye Technologies.
It is something between a wiki and a database and a semantic web and The Devil's Dictionary.
It is supposed to be primarily informative, and only secondarily machine- processable, and only thirdly structured. For this purpose, it has historically been collected in relatively ad-hoc YAML files, but in 2017 it was converted to Feedmark format, which is a subset of Markdown.
These Feedmark articles can be found in the article directory.
Chrysoberyl contains primarily things produced by Cat's Eye Technologies; it only contains things not produced by Cat's Eye Technologies when they directly relate to things that are (e.g. Perl 5.12 might have an entry, but only as a "Project Dependency", not as a "Programming Language".)
This README used to contain a lot more information, but a lot of it has gone out of date at this point, but if you're interested, you can look it up in this repository's history.
The scripts in the script directory are used for managing the content
in Chrysoberyl, as well as for release management of the things produced
by Cat's Eye Technologies. They are written in Python 3, and may have
a few requirements. You can set up a virtualenv and install them with:
virtualenv --python=3.5 venv
source venv/bin/activate
pip install -r requirements.txt
Commit History
@master
git clone https://git.catseye.tc/Chrysoberyl/
- Add my implementation of Thue; improve template somewhat. catseye 13 years ago
- Chrysoberyl thinks I have designed 68 languages, which sounds about right. catseye 13 years ago
- Add entry for Jolverine. catseye 13 years ago
- Show reference distribution info inline in implementable nodes. catseye 13 years ago
- Add Electronics Project as implementable; clean up their entries. catseye 13 years ago
- Make development-stage required on implementables. catseye 13 years ago
- Get rid of as-a-prerequisite. catseye 13 years ago
- Add two more C64 tunes; add composed-on and using-software. catseye 13 years ago
- Little option to just display all the repos. catseye 13 years ago
- Improve doc trolling code. catseye 13 years ago
- Refactor into modules. catseye 13 years ago
- Add the (implemented) Pixley variants. catseye 13 years ago
- Add two C64 tune conversions to mp3. catseye 13 years ago
- Use HTML5 <section> instead of <div>; consistify description blocks. catseye 13 years ago
- Link up computational class to programming language. catseye 13 years ago
- Conlangs are implementables. catseye 13 years ago
- Have a single template by bylines that includes date. catseye 13 years ago
- Aside from recommending you run Cygwin under WINE: much better. catseye 13 years ago
- Add competitions. catseye 13 years ago
- Put TODO in its own file. catseye 13 years ago
- Rename "shown Turing-complete" to just "Turing-complete". catseye 13 years ago
- Clean up retrospective. catseye 13 years ago
- Borland C is a language now. catseye 13 years ago
- Add some stuff about MEDs. catseye 13 years ago
- Add generally-recommended and recommended-implementation. catseye 13 years ago
- An implementation can implement multiple implementables. catseye 13 years ago
- Churn some prerquisites stuff. catseye 13 years ago
- Make the awesome thing even more awesome, even though it isn't. catseye 13 years ago
- Make query page a node, always generate json, copy static js too. catseye 13 years ago
- Put commentary on my music, improve template slightly. catseye 13 years ago