Imaginary chimera languages with Codex

1 · · Sept. 6, 2021, 1:09 p.m.
Summary I explore some imaginary chimera languages with Codex. scheme + bash The expressions in this list are all imagined by Codex. Codex thinks that this is a useful language. A chimera language can be made with any 2 languages or more languages. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Language: chimera language based on scheme and bash. File contents: ;; String replace is with isnt (apply (sed s/is/isnt/) "My name is Shane") --> "My name isnt Shane" (split "\n" (ls)) --> '("chimera" "chimera....