SaaSHub helps you find the best software and product alternatives Learn more →
Quine-relay Alternatives
Similar projects and alternatives to quine-relay
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
Exercism - Scala Exercises
Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
-
-
aircraft
The A32NX & A380X Project are community driven open source projects to create free Airbus aircraft in Microsoft Flight Simulator that are as close to reality as possible.
-
Nutrient
Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
-
-
-
-
-
-
-
-
-
-
-
-
chinese-poetry
The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
quine-relay discussion
quine-relay reviews and mentions
-
A Mathematician in a School of Art
Or this, the uroboros quine. Which I think is for sure art.
https://github.com/mame/quine-relay
- A tiny self-remaking C program
-
Code as Art
And some programmers choose to format their code so that their entire ray-tracing C++ program can fit on the back of a business card, or so the source code of their ouroborous quine written in Ruby looks like a dragon (see the header image of this blog post), or so that they look like and can be read as poems. All of these examples use "serious" programming languages in an "unserious" way.
- Quine Relay: An uroboros program with 100 programming languages
- Quine Relay – An uroboros program with 100 programming languages
-
Radiation-hardened Quine: A quine that works after any one character is deleted
If there were more languages, then it'd be `console.log("System.out.println({python_source})")`, etc. The problem then becomes quoting and escaping inner quotes. I managed to avoid the problem by using both single and double quotes, and relying on Python's `repr` also giving valid JS strings, but if I had to add one more language I'd have problems.
I still think the Quine Relay is a tour de force, but for different reasons. It's not 128 quines in different languages, but an incredibly robust system for quoting and escaping strings in 128 different languages.
[1] https://github.com/mame/quine-relay/blob/master/src/code-gen...
-
JavaScript forbidden practices. Part 4: self-documenting code
One of the most impressive works I've seen: https://github.com/mame/quine-relay
-
High Te/Ti users, explain to me a fact (scientific/business/practical...) in stupid terms.
"Quine" is a type of program, when executed, will output itself (it's actually it's source code). It's very hard to write one. And this guy wrote a loop quine. It supposed to work like this: * A program in language A output a program in language B * The program in language B output a program in language C * The program in language C output the same program in language A which we started with
-
What do you do to achieve this catastrophy?
Or a Quine relay.
-
It’s worse on mondays for some reason…
Why use a couple of languages, when you can use 128 of them simultaneously? https://github.com/mame/quine-relay
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Mar 2025
Stats
The primary programming language of quine-relay is Ruby.