Move Detergenchry and Pophery from "WiP" to LoUIE.
Chris Pressey
5 years ago
2848 | 2848 | * implementation-type: interpreter |
2849 | 2849 | * host-language: [Haskell][] |
2850 | 2850 | |
2851 | Works in Progress | |
2852 | ----------------- | |
2853 | ||
2854 | * common development-stage: work in progress | |
2855 | ||
2856 | Languages that are still considered works-in-progress at Cat's Eye Technologies. | |
2857 | Many of these are overdue for being "graduated" to being merely considered "done with". | |
2858 | ||
2859 | For languages where no significant work has even ever been started, see | |
2860 | [LoUIE](List%20of%20Unfinished%20Interesting%20Esolangs.md), instead. | |
2861 | ||
2862 | ### Deturgenchry | |
2863 | ||
2864 | * type: Programming Language | |
2865 | * inception-date: 2011 | |
2866 | * genre: Esolang | |
2867 | * paradigms: Object-oriented, Continuation-passing | |
2868 | * etymology: neologism | |
2869 | * reference-distribution: [Deturgenchry distribution](https://catseye.tc/distribution/Deturgenchry_distribution) | |
2870 | ||
2871 | Deturgenchry is an object-oriented language with both `self` and `other`, | |
2872 | and each of these is a continuation (or something.) | |
2873 | ||
2874 | #### Reference Implementation: Deturgenchry.hs | |
2875 | ||
2876 | * license: Unknown license | |
2877 | * implementation-type: interpreter | |
2878 | * host-language: [Haskell][] | |
2879 | ||
2880 | ### Pophery | |
2881 | ||
2882 | * type: Programming Language | |
2883 | * inception-date: 2010 | |
2884 | * genre: Esolang | |
2885 | * paradigms: Imperative, String-rewriting | |
2886 | * etymology: mangling of Porphyry | |
2887 | * reference-distribution: [Pophery distribution](https://catseye.tc/distribution/Pophery_distribution) | |
2888 | ||
2889 | Pophery is an imperative string-rewriting language. I know right? | |
2890 | ||
2891 | #### Reference Implementation: pophery.py | |
2892 | ||
2893 | * license: Unknown license | |
2894 | * implementation-type: interpreter | |
2895 | * host-language: [Python][] | |
2896 | ||
2897 | - - - - | |
2898 | 2851 | |
2899 | 2852 | [1L]: http://esolangs.org/wiki/1L |
2900 | 2853 | [2-ill]: http://esolangs.org/wiki/2-ill |
666 | 666 | |
667 | 667 | Naturally, you can also create new YO_DAWG objects. |
668 | 668 | |
669 | ### Deturgenchry | |
670 | ||
671 | * etymology: mangling of the words "detergent", "urgency", and "gentry" | |
672 | * genre: Esolang | |
673 | * paradigms: Object-oriented, Continuation-passing | |
674 | * summary: an object-oriented language with both `self` and `other`, and each of these is a continuation | |
675 | * inception-date: 2011 | |
676 | ||
677 | Deturgenchry is an object-oriented language with both `self` and `other`, | |
678 | and each of these is a continuation (or something.) | |
679 | ||
680 | Unlike most of the other languages on this list, work on a Deturgenchry | |
681 | reference distribution was actually started: the | |
682 | [Deturgenchry distribution](https://catseye.tc/distribution/Deturgenchry_distribution), | |
683 | But it has not gone much of anywhere. Thus it is more suited for | |
684 | inclusion in this list than in the list of [the completed][]. | |
685 | Maybe if I finish it one day I'll move it back there. | |
686 | ||
687 | ### Pophery | |
688 | ||
689 | * etymology: mangling of the word "porphyry" | |
690 | * genre: Esolang | |
691 | * paradigms: Imperative, String-rewriting | |
692 | * summary: an imperative string-rewriting language. I know right? | |
693 | * inception-date: 2010 | |
694 | ||
695 | Pophery is an imperative string-rewriting language. I know right? | |
696 | ||
697 | Unlike most of the other languages on this list, work on a Pophery | |
698 | reference distribution was actually started: the | |
699 | [Pophery distribution](https://catseye.tc/distribution/Pophery_distribution). | |
700 | But it has not gone much of anywhere. Thus it is more suited for | |
701 | inclusion in this list than in the list of [the completed][]. | |
702 | Maybe if I finish it one day I'll move it back there. | |
703 | ||
669 | 704 | |
670 | 705 | [Befunge-93]: ../article/Languages.md#befunge-93 |
671 | 706 | [Burro]: ../article/Languages.md#burro |