Skip to content

Self-replication code (quines) in different languages

Notifications You must be signed in to change notification settings

rcabezas29/dr-quine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dr-quine

A quine is a computer program which produces a copy of its own source code. The objective of this project is to self-replicate a code with three different programs coded in different languages.

Colleen

Prints its source code in the standard output.

Grace

Creates a file called Grace_kid.[extension] with the same code as the original Grace.[extension]

Sully

When executed the program writes in a file named Sully_X.c/Sully_X.s. The X will be an interger given in the source. Once the file is created, the program compiles this file and then runs the new program (which will have the name of its source file).

An integer is therefore present in the source of your program and will have to evolve by decrementing every time you create a source file from the execution of the program.

Resources

About

Self-replication code (quines) in different languages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published