Retina: A regex-based recreational programming language
1–10 of 21 posts
Re: Retina: A regex-based recreational programming language
#2Re: Retina: A regex-based recreational programming language
#3Re: Retina: A regex-based recreational programming language
#4Please add a screenshot of code to the readme and also fill your online editor with a block of example code.
In the meantime, here is where you can find them:
- Online editor has a "Hello World" button that loads a very basic example
- https://github.com/m-ender/retina/tree/master/Examples has a bunch of more example, linked from the landing page
- https://github.com/m-ender/retina/wiki/The-Language shows the entire language (AFAIK), but it's a reference.
Re: Retina: A regex-based recreational programming language
#5[1] https://esolangs.org/wiki/Category:String-rewriting_paradigm
Re: Retina: A regex-based recreational programming language
#6Please add a screenshot of code to the readme and also fill your online editor with a block of example code.
There also a bunch of examples with tutorial-like explanation in the Examples folder.
I'll think about adding one example to the main README though, just to really put people off of looking further into the language. ;)
While I'm here, in case anyone does actually use the language and find it to be useful, I also wrote a VS Code extension that lets you use it as a powerful search-and-replace alternative: https://github.com/m-ender/vscode-retinate
Re: Retina: A regex-based recreational programming language
#7Please add a screenshot of code to the readme and also fill your online editor with a block of example code.
Hi, author here! Thanks for the feedback. I'm not in charge of Try It Online, so I can't do anything about filling it with code by default, but as someone else noted, there is a Hello World button, which fills in a (very trivial) snippet. There also a bunch of examples with tutorial-like explanation in the Examples folder. I'll think about adding one example to the main README though, just to really put people off of…
Re: Retina: A regex-based recreational programming language
#8https://github.com/m-ender/retina/blob/master/Examples/quine...
So elegant.
Re: Retina: A regex-based recreational programming language
#9If you find Retina interesting, you may be also interested in a plothera of esoteric programming languages with the general string-rewriting paradigm [1], which is---as Thue [2] or /// [3] demonstrates---enough for Turing completeness. [1] https://esolangs.org/wiki/Category:String-rewriting_paradigm [2] https://esolangs.org/wiki/Thue [3] https://esolangs.org/wiki////
Re: Retina: A regex-based recreational programming language
#10For more audiovisual fun you could also try IBNIZ.