[#24] New language: Curry

This commit is contained in:
Radon Rosborough 2020-09-27 20:10:51 -07:00
parent 8e7ea4d540
commit 0acb6ed871
2 changed files with 16 additions and 0 deletions

View File

@ -813,6 +813,19 @@ require("/usr/lib/node_modules/coffeescript/repl").start()
System.Console.WriteLine("Hello, world!");
}
}
`,
},
curry: {
aliases: ["curry2prolog", "pakcs"],
name: "Curry",
repl: "pakcs",
main: "main.curry",
run: "pakcs :load main.curry :eval main",
scope: {
code: `x = 123 * 234`,
},
template: `main :: IO ()
main = putStrLn "Hello, world!"
`,
},
d: {

View File

@ -103,6 +103,9 @@ sbcl
# Crystal
crystal
# Curry
pakcs
# Dart
dart