[#24] New language: Bython
This commit is contained in:
parent
101b71a647
commit
967ea0f22e
|
@ -491,6 +491,14 @@ Nude pagoda careens.
|
|||
+++.------.--------.
|
||||
>>+.
|
||||
>++.
|
||||
`,
|
||||
},
|
||||
bython: {
|
||||
aliases: ["by"],
|
||||
name: "Bython",
|
||||
main: "main.by",
|
||||
run: "bython main.by",
|
||||
template: `print("Hello, world!")
|
||||
`,
|
||||
},
|
||||
c: {
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue