Translating Haskell to Clojure with GPT-3

1 · · March 6, 2021, 11 a.m.
Relevant material https://hyperpolyglot.org/ml Summary Who needs hyperpolyglot when you have GPT-3? I translate Haskell into Clojure using the following prompt. haskell-to-clojure.prompt 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 title: "Translate Haskell to Clojure" prompt: |+Haskell: zip (map show [1,5,9]) ["a","b","c"] Clojure: (println (map vector '(1 2 3) '(4 5 6))) Haskell: map toUpper "MiXe...