stickynotememo 3f478d3b96 Added python
Also updated Makefile for ease of use.
2025-12-19 18:13:45 +11:00
2025-12-19 18:13:45 +11:00
2025-12-19 17:07:07 +11:00
2025-12-19 18:13:45 +11:00
2025-12-19 18:13:45 +11:00

Chinese Whispers

A project to pass a string between as many languages as I know.

Has no practical purpose, but it's interesting to see how far I can push the idea. It's also teaching me a lot about IPC.

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.

Chain of messages:

  1. NASM x86_64 Assembly
  2. C
  3. Rust
  4. Python

Requirements

  • Linux x86_64
  • Python interpreter
S
Description
Passing a string between as many programming languages as possible.
Readme 35 KiB
Languages
Rust 37.2%
Assembly 26.5%
Makefile 16.9%
Python 10.8%
C 8.6%