/lingoshell-lang

The LingoShell programming language

Primary LanguagePythonMIT LicenseMIT

LingoShell

LingoShell is a programming language that allows you to write in different human languages

Supported Human Languages

  • English
  • Mandarin (Traditional)
  • Spanish
  • French
  • Arabic
  • Russian

Usage/Examples

Hello World Program

PRINT("HELLO WORLD)

Switching human languages with the LANG variable

# Hello World in different human languages
VAR LANG = "en"
PRINT("Hello")

VAR LANG = "zh"
打印("你好")

Demo

Feel free to try LingoShell with the Repl it here

Contributing

Contributions are always welcome!

If you want to submit a new human language, check out the form here

Acknowledgements

Building Package

python3 setup.py sdist bdist_wheel
twine upload dist/*