Skip to content

stickynotememo/chinese-whispers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chinese Whispers

A project to pass a string between as many languages as possible.

Has no practical purpose, but it's interesting to see how far we can push the idea.

If you know any languages not on the list, please add them! Each file should be named n_[programming language], where n is the number of the program. It should take in a string, and append "Hello from [programming language].\n". It is your resonsibility to add appropriate output IPC to the previous file, so that it can interface with your program.

Any form of IPC or API is acceptable.

Chain of messages and type of IPC:

  1. NASM x86_64 Assembly
  2. C (SYSV ABI)
  3. Rust (SYSV ABI)
  4. Python (named pipe)

Requirements

  • Linux x86_64
  • Python interpreter

About

Passing a string between as many programming languages as possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors