code-languages 1.31.2 → 1.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +49 -39
- package/dist/api.cjs +522 -97
- package/dist/api.d.cts +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/api.js +522 -97
- package/dist/detect-slugs.cjs +50 -39
- package/dist/detect-slugs.d.cts +1 -1
- package/dist/detect-slugs.d.ts +1 -1
- package/dist/detect-slugs.js +50 -39
- package/dist/detect.cjs +342 -34
- package/dist/detect.js +342 -34
- package/dist/index.cjs +589 -142
- package/dist/index.d.cts +458 -172
- package/dist/index.d.ts +458 -172
- package/dist/index.js +545 -98
- package/dist/{language-registry-BaICPFq_.d.cts → language-registry-BWMgasX6.d.cts} +109 -79
- package/dist/{language-registry-BaICPFq_.d.ts → language-registry-BWMgasX6.d.ts} +109 -79
- package/dist/languages/algol.cjs +32 -0
- package/dist/languages/algol.d.cts +29 -0
- package/dist/languages/algol.d.ts +29 -0
- package/dist/languages/algol.js +30 -0
- package/dist/languages/ante.cjs +33 -0
- package/dist/languages/ante.d.cts +30 -0
- package/dist/languages/ante.d.ts +30 -0
- package/dist/languages/ante.js +31 -0
- package/dist/languages/austral.cjs +32 -0
- package/dist/languages/austral.d.cts +29 -0
- package/dist/languages/austral.d.ts +29 -0
- package/dist/languages/austral.js +30 -0
- package/dist/languages/bcpl.cjs +32 -0
- package/dist/languages/bcpl.d.cts +29 -0
- package/dist/languages/bcpl.d.ts +29 -0
- package/dist/languages/bcpl.js +30 -0
- package/dist/languages/bosque.cjs +32 -0
- package/dist/languages/bosque.d.cts +29 -0
- package/dist/languages/bosque.d.ts +29 -0
- package/dist/languages/bosque.js +30 -0
- package/dist/languages/bqn.cjs +32 -0
- package/dist/languages/bqn.d.cts +29 -0
- package/dist/languages/bqn.d.ts +29 -0
- package/dist/languages/bqn.js +30 -0
- package/dist/languages/curry.cjs +33 -0
- package/dist/languages/curry.d.cts +30 -0
- package/dist/languages/curry.d.ts +30 -0
- package/dist/languages/curry.js +31 -0
- package/dist/languages/factor.cjs +33 -0
- package/dist/languages/factor.d.cts +30 -0
- package/dist/languages/factor.d.ts +30 -0
- package/dist/languages/factor.js +31 -0
- package/dist/languages/io.cjs +32 -0
- package/dist/languages/io.d.cts +29 -0
- package/dist/languages/io.d.ts +29 -0
- package/dist/languages/io.js +30 -0
- package/dist/languages/koka.cjs +33 -0
- package/dist/languages/koka.d.cts +30 -0
- package/dist/languages/koka.d.ts +30 -0
- package/dist/languages/koka.js +31 -0
- package/package.json +756 -646
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// src/languages/ante.ts
|
|
2
|
+
var ante = {
|
|
3
|
+
slug: "ante",
|
|
4
|
+
publishedDate: "2019-01-01",
|
|
5
|
+
extensions: [".ante"],
|
|
6
|
+
author: "Evan Haas",
|
|
7
|
+
website: "https://antelang.org",
|
|
8
|
+
paradigms: ["functional", "imperative", "systems"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Ante compiler"],
|
|
11
|
+
packageManagers: ["Ante package tooling"],
|
|
12
|
+
ecosystems: ["Systems Programming", "Research", "Compiler Development"]
|
|
13
|
+
},
|
|
14
|
+
version: "experimental",
|
|
15
|
+
logo: "https://dummyimage.com/32x32/4F46E5/ffffff.png&text=A",
|
|
16
|
+
color: "#4F46E5",
|
|
17
|
+
i18n: {
|
|
18
|
+
en: {
|
|
19
|
+
name: "Ante",
|
|
20
|
+
description: "A systems language exploring algebraic effects, type inference, and safe low-level programming.",
|
|
21
|
+
longDescription: "Ante is an experimental programming language focused on combining systems-level control with high-level type system features such as algebraic effects, traits, and strong inference.\n\nIt is mainly used for language design research, compiler experimentation, and exploring how effect systems can model IO, mutation, and error handling without losing performance goals."
|
|
22
|
+
},
|
|
23
|
+
es: {
|
|
24
|
+
name: "Ante",
|
|
25
|
+
description: "Un lenguaje de sistemas que explora efectos algebraicos, inferencia y seguridad.",
|
|
26
|
+
longDescription: "Ante es un lenguaje experimental que combina control de bajo nivel con rasgos de sistema de tipos como efectos algebraicos, traits e inferencia fuerte.\n\nSe usa sobre todo para investigacion de lenguajes, experimentos de compiladores y exploracion de sistemas de efectos para IO, mutacion y errores."
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export { ante };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/austral.ts
|
|
4
|
+
var austral = {
|
|
5
|
+
slug: "austral",
|
|
6
|
+
publishedDate: "2021-01-01",
|
|
7
|
+
extensions: [".aum", ".aui"],
|
|
8
|
+
author: "Fernando Borretti",
|
|
9
|
+
website: "https://austral-lang.org",
|
|
10
|
+
paradigms: ["imperative", "systems", "procedural"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Austral compiler"],
|
|
13
|
+
ecosystems: ["Systems Programming", "Memory Safety", "Research"]
|
|
14
|
+
},
|
|
15
|
+
version: "0.1.0",
|
|
16
|
+
logo: "https://dummyimage.com/32x32/0F766E/ffffff.png&text=Au",
|
|
17
|
+
color: "#0F766E",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Austral",
|
|
21
|
+
description: "A systems language built around linear types, capability safety, and explicit memory control.",
|
|
22
|
+
longDescription: "Austral is an experimental systems programming language that uses linear types to make ownership and resource handling explicit while keeping low-level control available to the programmer.\n\nIts design emphasizes capability safety, simple compilation targets, readable syntax, and research into practical ways to prevent resource misuse in native programs."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Austral",
|
|
26
|
+
description: "Un lenguaje de sistemas basado en tipos lineales, capacidades y memoria explicita.",
|
|
27
|
+
longDescription: "Austral es un lenguaje experimental de sistemas que usa tipos lineales para hacer explicito el manejo de propiedad y recursos sin perder control de bajo nivel.\n\nSu diseno enfatiza seguridad por capacidades, objetivos de compilacion simples y formas practicas de evitar mal uso de recursos."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.austral = austral;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const austral: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#0F766E";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { austral };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const austral: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#0F766E";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { austral };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// src/languages/austral.ts
|
|
2
|
+
var austral = {
|
|
3
|
+
slug: "austral",
|
|
4
|
+
publishedDate: "2021-01-01",
|
|
5
|
+
extensions: [".aum", ".aui"],
|
|
6
|
+
author: "Fernando Borretti",
|
|
7
|
+
website: "https://austral-lang.org",
|
|
8
|
+
paradigms: ["imperative", "systems", "procedural"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Austral compiler"],
|
|
11
|
+
ecosystems: ["Systems Programming", "Memory Safety", "Research"]
|
|
12
|
+
},
|
|
13
|
+
version: "0.1.0",
|
|
14
|
+
logo: "https://dummyimage.com/32x32/0F766E/ffffff.png&text=Au",
|
|
15
|
+
color: "#0F766E",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Austral",
|
|
19
|
+
description: "A systems language built around linear types, capability safety, and explicit memory control.",
|
|
20
|
+
longDescription: "Austral is an experimental systems programming language that uses linear types to make ownership and resource handling explicit while keeping low-level control available to the programmer.\n\nIts design emphasizes capability safety, simple compilation targets, readable syntax, and research into practical ways to prevent resource misuse in native programs."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Austral",
|
|
24
|
+
description: "Un lenguaje de sistemas basado en tipos lineales, capacidades y memoria explicita.",
|
|
25
|
+
longDescription: "Austral es un lenguaje experimental de sistemas que usa tipos lineales para hacer explicito el manejo de propiedad y recursos sin perder control de bajo nivel.\n\nSu diseno enfatiza seguridad por capacidades, objetivos de compilacion simples y formas practicas de evitar mal uso de recursos."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { austral };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/bcpl.ts
|
|
4
|
+
var bcpl = {
|
|
5
|
+
slug: "bcpl",
|
|
6
|
+
publishedDate: "1967-01-01",
|
|
7
|
+
extensions: [".bcpl"],
|
|
8
|
+
author: "Martin Richards",
|
|
9
|
+
website: "https://www.cl.cam.ac.uk/~mr10/BCPL.html",
|
|
10
|
+
paradigms: ["imperative", "procedural", "systems"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Cintsys BCPL", "Classic BCPL compilers"],
|
|
13
|
+
ecosystems: ["Systems Programming", "Operating Systems", "Language History"]
|
|
14
|
+
},
|
|
15
|
+
version: "Cintsys BCPL",
|
|
16
|
+
logo: "https://dummyimage.com/32x32/374151/ffffff.png&text=BC",
|
|
17
|
+
color: "#374151",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "BCPL",
|
|
21
|
+
description: "A compact systems language that influenced B and C through typeless procedural programming.",
|
|
22
|
+
longDescription: "BCPL was designed as a small, portable systems language with a simple compiler and a typeless model suited to early operating systems and compiler work.\n\nIts syntax, block structure, braces, comments, and procedural style influenced B and C, making it an important ancestor of modern systems programming languages."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "BCPL",
|
|
26
|
+
description: "Un lenguaje compacto de sistemas que influyo en B y C con programacion procedural.",
|
|
27
|
+
longDescription: "BCPL fue disenado como un lenguaje de sistemas pequeno y portable, con compilador simple y modelo sin tipos para sistemas operativos tempranos.\n\nSu sintaxis, bloques, llaves, comentarios y estilo procedural influyeron en B y C."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.bcpl = bcpl;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const bcpl: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#374151";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { bcpl };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const bcpl: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#374151";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { bcpl };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// src/languages/bcpl.ts
|
|
2
|
+
var bcpl = {
|
|
3
|
+
slug: "bcpl",
|
|
4
|
+
publishedDate: "1967-01-01",
|
|
5
|
+
extensions: [".bcpl"],
|
|
6
|
+
author: "Martin Richards",
|
|
7
|
+
website: "https://www.cl.cam.ac.uk/~mr10/BCPL.html",
|
|
8
|
+
paradigms: ["imperative", "procedural", "systems"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Cintsys BCPL", "Classic BCPL compilers"],
|
|
11
|
+
ecosystems: ["Systems Programming", "Operating Systems", "Language History"]
|
|
12
|
+
},
|
|
13
|
+
version: "Cintsys BCPL",
|
|
14
|
+
logo: "https://dummyimage.com/32x32/374151/ffffff.png&text=BC",
|
|
15
|
+
color: "#374151",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "BCPL",
|
|
19
|
+
description: "A compact systems language that influenced B and C through typeless procedural programming.",
|
|
20
|
+
longDescription: "BCPL was designed as a small, portable systems language with a simple compiler and a typeless model suited to early operating systems and compiler work.\n\nIts syntax, block structure, braces, comments, and procedural style influenced B and C, making it an important ancestor of modern systems programming languages."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "BCPL",
|
|
24
|
+
description: "Un lenguaje compacto de sistemas que influyo en B y C con programacion procedural.",
|
|
25
|
+
longDescription: "BCPL fue disenado como un lenguaje de sistemas pequeno y portable, con compilador simple y modelo sin tipos para sistemas operativos tempranos.\n\nSu sintaxis, bloques, llaves, comentarios y estilo procedural influyeron en B y C."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { bcpl };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/bosque.ts
|
|
4
|
+
var bosque = {
|
|
5
|
+
slug: "bosque",
|
|
6
|
+
publishedDate: "2019-04-15",
|
|
7
|
+
extensions: [".bsq"],
|
|
8
|
+
author: "Microsoft Research",
|
|
9
|
+
website: "https://github.com/microsoft/BosqueLanguage",
|
|
10
|
+
paradigms: ["functional", "imperative", "object-oriented"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Bosque reference runtime"],
|
|
13
|
+
ecosystems: ["Research", "Verification", "Application Logic"]
|
|
14
|
+
},
|
|
15
|
+
version: "experimental",
|
|
16
|
+
logo: "https://dummyimage.com/32x32/0078D4/ffffff.png&text=B",
|
|
17
|
+
color: "#0078D4",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Bosque",
|
|
21
|
+
description: "A Microsoft Research language exploring regularized programming and predictable semantics.",
|
|
22
|
+
longDescription: "Bosque is a research programming language from Microsoft Research that explores regularized programming, aiming to reduce incidental complexity in control flow, mutation, and object identity.\n\nIt combines ideas from functional and object-oriented programming with immutable values, algebraic data, structured collections, and semantics meant to support tooling and automated reasoning."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Bosque",
|
|
26
|
+
description: "Un lenguaje de Microsoft Research sobre programacion regularizada y semantica predecible.",
|
|
27
|
+
longDescription: "Bosque es un lenguaje de investigacion de Microsoft Research que explora programacion regularizada para reducir complejidad accidental en control, mutacion e identidad.\n\nCombina ideas funcionales y orientadas a objetos con valores inmutables, datos algebraicos y semantica pensada para herramientas."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.bosque = bosque;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const bosque: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#0078D4";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { bosque };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const bosque: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#0078D4";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { bosque };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// src/languages/bosque.ts
|
|
2
|
+
var bosque = {
|
|
3
|
+
slug: "bosque",
|
|
4
|
+
publishedDate: "2019-04-15",
|
|
5
|
+
extensions: [".bsq"],
|
|
6
|
+
author: "Microsoft Research",
|
|
7
|
+
website: "https://github.com/microsoft/BosqueLanguage",
|
|
8
|
+
paradigms: ["functional", "imperative", "object-oriented"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Bosque reference runtime"],
|
|
11
|
+
ecosystems: ["Research", "Verification", "Application Logic"]
|
|
12
|
+
},
|
|
13
|
+
version: "experimental",
|
|
14
|
+
logo: "https://dummyimage.com/32x32/0078D4/ffffff.png&text=B",
|
|
15
|
+
color: "#0078D4",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Bosque",
|
|
19
|
+
description: "A Microsoft Research language exploring regularized programming and predictable semantics.",
|
|
20
|
+
longDescription: "Bosque is a research programming language from Microsoft Research that explores regularized programming, aiming to reduce incidental complexity in control flow, mutation, and object identity.\n\nIt combines ideas from functional and object-oriented programming with immutable values, algebraic data, structured collections, and semantics meant to support tooling and automated reasoning."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Bosque",
|
|
24
|
+
description: "Un lenguaje de Microsoft Research sobre programacion regularizada y semantica predecible.",
|
|
25
|
+
longDescription: "Bosque es un lenguaje de investigacion de Microsoft Research que explora programacion regularizada para reducir complejidad accidental en control, mutacion e identidad.\n\nCombina ideas funcionales y orientadas a objetos con valores inmutables, datos algebraicos y semantica pensada para herramientas."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { bosque };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/bqn.ts
|
|
4
|
+
var bqn = {
|
|
5
|
+
slug: "bqn",
|
|
6
|
+
publishedDate: "2020-01-01",
|
|
7
|
+
extensions: [".bqn"],
|
|
8
|
+
author: "Marshall Lochbaum",
|
|
9
|
+
website: "https://mlochbaum.github.io/BQN/",
|
|
10
|
+
paradigms: ["array", "functional", "tacit"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["CBQN", "BQN.js"],
|
|
13
|
+
ecosystems: ["Array Programming", "Data Transformation", "Recreational Computing"]
|
|
14
|
+
},
|
|
15
|
+
version: "BQN specification",
|
|
16
|
+
logo: "https://dummyimage.com/32x32/7C3AED/ffffff.png&text=BQN",
|
|
17
|
+
color: "#7C3AED",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "BQN",
|
|
21
|
+
description: "An array programming language in the APL family with modern notation and tacit features.",
|
|
22
|
+
longDescription: "BQN is an array-oriented language influenced by APL, J, and K. It uses concise symbols to express operations over arrays, functions, modifiers, and trains.\n\nIt is used for compact data manipulation, algorithm exploration, teaching array thinking, and experiments with high-level notation backed by interpreters such as CBQN and BQN.js."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "BQN",
|
|
26
|
+
description: "Un lenguaje de programacion de arreglos de la familia APL con notacion moderna.",
|
|
27
|
+
longDescription: "BQN es un lenguaje orientado a arreglos influido por APL, J y K. Usa simbolos concisos para expresar operaciones sobre arreglos, funciones y modificadores.\n\nSe usa para manipulacion compacta de datos, exploracion de algoritmos y ensenanza de pensamiento basado en arreglos."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.bqn = bqn;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const bqn: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#7C3AED";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { bqn };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const bqn: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#7C3AED";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { bqn };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// src/languages/bqn.ts
|
|
2
|
+
var bqn = {
|
|
3
|
+
slug: "bqn",
|
|
4
|
+
publishedDate: "2020-01-01",
|
|
5
|
+
extensions: [".bqn"],
|
|
6
|
+
author: "Marshall Lochbaum",
|
|
7
|
+
website: "https://mlochbaum.github.io/BQN/",
|
|
8
|
+
paradigms: ["array", "functional", "tacit"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["CBQN", "BQN.js"],
|
|
11
|
+
ecosystems: ["Array Programming", "Data Transformation", "Recreational Computing"]
|
|
12
|
+
},
|
|
13
|
+
version: "BQN specification",
|
|
14
|
+
logo: "https://dummyimage.com/32x32/7C3AED/ffffff.png&text=BQN",
|
|
15
|
+
color: "#7C3AED",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "BQN",
|
|
19
|
+
description: "An array programming language in the APL family with modern notation and tacit features.",
|
|
20
|
+
longDescription: "BQN is an array-oriented language influenced by APL, J, and K. It uses concise symbols to express operations over arrays, functions, modifiers, and trains.\n\nIt is used for compact data manipulation, algorithm exploration, teaching array thinking, and experiments with high-level notation backed by interpreters such as CBQN and BQN.js."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "BQN",
|
|
24
|
+
description: "Un lenguaje de programacion de arreglos de la familia APL con notacion moderna.",
|
|
25
|
+
longDescription: "BQN es un lenguaje orientado a arreglos influido por APL, J y K. Usa simbolos concisos para expresar operaciones sobre arreglos, funciones y modificadores.\n\nSe usa para manipulacion compacta de datos, exploracion de algoritmos y ensenanza de pensamiento basado en arreglos."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { bqn };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/curry.ts
|
|
4
|
+
var curry = {
|
|
5
|
+
slug: "curry",
|
|
6
|
+
publishedDate: "1997-01-01",
|
|
7
|
+
extensions: [".curry", ".lcurry"],
|
|
8
|
+
author: "Curry language community",
|
|
9
|
+
website: "https://www.curry-language.org",
|
|
10
|
+
paradigms: ["functional", "logic", "declarative"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["KiCS2", "PAKCS"],
|
|
13
|
+
packageManagers: ["Curry Package Manager"],
|
|
14
|
+
ecosystems: ["Functional Logic Programming", "Constraint Solving", "Research"]
|
|
15
|
+
},
|
|
16
|
+
version: "Curry 0.9.0",
|
|
17
|
+
logo: "https://dummyimage.com/32x32/BE123C/ffffff.png&text=Cu",
|
|
18
|
+
color: "#BE123C",
|
|
19
|
+
i18n: {
|
|
20
|
+
en: {
|
|
21
|
+
name: "Curry",
|
|
22
|
+
description: "A functional logic language that combines Haskell-style functions with logic variables.",
|
|
23
|
+
longDescription: "Curry combines functional programming with logic programming, enabling lazy evaluation, higher-order functions, logic variables, non-determinism, and constraint-based computation in one language.\n\nIt is used in academic research, teaching declarative programming, symbolic computation, program analysis, and systems that benefit from mixing functional abstraction with logic search."
|
|
24
|
+
},
|
|
25
|
+
es: {
|
|
26
|
+
name: "Curry",
|
|
27
|
+
description: "Un lenguaje funcional-logico que combina funciones estilo Haskell con variables logicas.",
|
|
28
|
+
longDescription: "Curry combina programacion funcional y logica con evaluacion perezosa, funciones de orden superior, variables logicas, no determinismo y restricciones.\n\nSe usa en investigacion, docencia de programacion declarativa, computacion simbolica y analisis de programas."
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
exports.curry = curry;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare const curry: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
packageManagers: string[];
|
|
11
|
+
ecosystems: string[];
|
|
12
|
+
};
|
|
13
|
+
version: string;
|
|
14
|
+
logo: string;
|
|
15
|
+
color: "#BE123C";
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: string;
|
|
19
|
+
description: string;
|
|
20
|
+
longDescription: string;
|
|
21
|
+
};
|
|
22
|
+
es: {
|
|
23
|
+
name: string;
|
|
24
|
+
description: string;
|
|
25
|
+
longDescription: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { curry };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare const curry: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
packageManagers: string[];
|
|
11
|
+
ecosystems: string[];
|
|
12
|
+
};
|
|
13
|
+
version: string;
|
|
14
|
+
logo: string;
|
|
15
|
+
color: "#BE123C";
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: string;
|
|
19
|
+
description: string;
|
|
20
|
+
longDescription: string;
|
|
21
|
+
};
|
|
22
|
+
es: {
|
|
23
|
+
name: string;
|
|
24
|
+
description: string;
|
|
25
|
+
longDescription: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { curry };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// src/languages/curry.ts
|
|
2
|
+
var curry = {
|
|
3
|
+
slug: "curry",
|
|
4
|
+
publishedDate: "1997-01-01",
|
|
5
|
+
extensions: [".curry", ".lcurry"],
|
|
6
|
+
author: "Curry language community",
|
|
7
|
+
website: "https://www.curry-language.org",
|
|
8
|
+
paradigms: ["functional", "logic", "declarative"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["KiCS2", "PAKCS"],
|
|
11
|
+
packageManagers: ["Curry Package Manager"],
|
|
12
|
+
ecosystems: ["Functional Logic Programming", "Constraint Solving", "Research"]
|
|
13
|
+
},
|
|
14
|
+
version: "Curry 0.9.0",
|
|
15
|
+
logo: "https://dummyimage.com/32x32/BE123C/ffffff.png&text=Cu",
|
|
16
|
+
color: "#BE123C",
|
|
17
|
+
i18n: {
|
|
18
|
+
en: {
|
|
19
|
+
name: "Curry",
|
|
20
|
+
description: "A functional logic language that combines Haskell-style functions with logic variables.",
|
|
21
|
+
longDescription: "Curry combines functional programming with logic programming, enabling lazy evaluation, higher-order functions, logic variables, non-determinism, and constraint-based computation in one language.\n\nIt is used in academic research, teaching declarative programming, symbolic computation, program analysis, and systems that benefit from mixing functional abstraction with logic search."
|
|
22
|
+
},
|
|
23
|
+
es: {
|
|
24
|
+
name: "Curry",
|
|
25
|
+
description: "Un lenguaje funcional-logico que combina funciones estilo Haskell con variables logicas.",
|
|
26
|
+
longDescription: "Curry combina programacion funcional y logica con evaluacion perezosa, funciones de orden superior, variables logicas, no determinismo y restricciones.\n\nSe usa en investigacion, docencia de programacion declarativa, computacion simbolica y analisis de programas."
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export { curry };
|