[#24] New language: Bython

This commit is contained in:
Radon Rosborough 2020-10-03 11:33:27 -07:00
parent 101b71a647
commit 967ea0f22e
2 changed files with 11 additions and 0 deletions

View File

@ -491,6 +491,14 @@ Nude pagoda careens.
+++.------.--------.
>>+.
>++.
`,
},
bython: {
aliases: ["by"],
name: "Bython",
main: "main.by",
run: "bython main.by",
template: `print("Hello, world!")
`,
},
c: {

View File

@ -27,6 +27,9 @@ npm install -g bash-language-server
# Befunge
npm install -g befunge93 prompt-sync
# Bython
pip3 install bython
# Chef
cpanm -n Acme::Chef