code-languages 1.21.0 → 1.22.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 +160 -5
- package/dist/api.cjs +1289 -0
- package/dist/api.cjs.map +1 -1
- package/dist/api.d.cts +873 -49
- package/dist/api.d.ts +873 -49
- package/dist/api.js +1289 -0
- package/dist/api.js.map +1 -1
- package/dist/detect.cjs +917 -0
- package/dist/detect.cjs.map +1 -1
- package/dist/detect.js +917 -0
- package/dist/detect.js.map +1 -1
- package/dist/index.cjs +1320 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +827 -3
- package/dist/index.d.ts +827 -3
- package/dist/index.js +1321 -1
- package/dist/index.js.map +1 -1
- package/dist/languages/mako.cjs +34 -0
- package/dist/languages/mako.cjs.map +1 -0
- package/dist/languages/mako.d.cts +29 -0
- package/dist/languages/mako.d.ts +29 -0
- package/dist/languages/mako.js +32 -0
- package/dist/languages/mako.js.map +1 -0
- package/dist/languages/mathematica.cjs +33 -0
- package/dist/languages/mathematica.cjs.map +1 -0
- package/dist/languages/mathematica.d.cts +28 -0
- package/dist/languages/mathematica.d.ts +28 -0
- package/dist/languages/mathematica.js +31 -0
- package/dist/languages/mathematica.js.map +1 -0
- package/dist/languages/mojo.cjs +34 -0
- package/dist/languages/mojo.cjs.map +1 -0
- package/dist/languages/mojo.d.cts +29 -0
- package/dist/languages/mojo.d.ts +29 -0
- package/dist/languages/mojo.js +32 -0
- package/dist/languages/mojo.js.map +1 -0
- package/dist/languages/moonbit.cjs +34 -0
- package/dist/languages/moonbit.cjs.map +1 -0
- package/dist/languages/moonbit.d.cts +29 -0
- package/dist/languages/moonbit.d.ts +29 -0
- package/dist/languages/moonbit.js +32 -0
- package/dist/languages/moonbit.js.map +1 -0
- package/dist/languages/odin.cjs +34 -0
- package/dist/languages/odin.cjs.map +1 -0
- package/dist/languages/odin.d.cts +29 -0
- package/dist/languages/odin.d.ts +29 -0
- package/dist/languages/odin.js +32 -0
- package/dist/languages/odin.js.map +1 -0
- package/dist/languages/opencl.cjs +33 -0
- package/dist/languages/opencl.cjs.map +1 -0
- package/dist/languages/opencl.d.cts +28 -0
- package/dist/languages/opencl.d.ts +28 -0
- package/dist/languages/opencl.js +31 -0
- package/dist/languages/opencl.js.map +1 -0
- package/dist/languages/pine-script.cjs +33 -0
- package/dist/languages/pine-script.cjs.map +1 -0
- package/dist/languages/pine-script.d.cts +28 -0
- package/dist/languages/pine-script.d.ts +28 -0
- package/dist/languages/pine-script.js +31 -0
- package/dist/languages/pine-script.js.map +1 -0
- package/dist/languages/plsql.cjs +33 -0
- package/dist/languages/plsql.cjs.map +1 -0
- package/dist/languages/plsql.d.cts +28 -0
- package/dist/languages/plsql.d.ts +28 -0
- package/dist/languages/plsql.js +31 -0
- package/dist/languages/plsql.js.map +1 -0
- package/dist/languages/pony.cjs +34 -0
- package/dist/languages/pony.cjs.map +1 -0
- package/dist/languages/pony.d.cts +29 -0
- package/dist/languages/pony.d.ts +29 -0
- package/dist/languages/pony.js +32 -0
- package/dist/languages/pony.js.map +1 -0
- package/dist/languages/promql.cjs +33 -0
- package/dist/languages/promql.cjs.map +1 -0
- package/dist/languages/promql.d.cts +28 -0
- package/dist/languages/promql.d.ts +28 -0
- package/dist/languages/promql.js +31 -0
- package/dist/languages/promql.js.map +1 -0
- package/dist/languages/purescript.cjs +34 -0
- package/dist/languages/purescript.cjs.map +1 -0
- package/dist/languages/purescript.d.cts +29 -0
- package/dist/languages/purescript.d.ts +29 -0
- package/dist/languages/purescript.js +32 -0
- package/dist/languages/purescript.js.map +1 -0
- package/dist/languages/qsharp.cjs +34 -0
- package/dist/languages/qsharp.cjs.map +1 -0
- package/dist/languages/qsharp.d.cts +29 -0
- package/dist/languages/qsharp.d.ts +29 -0
- package/dist/languages/qsharp.js +32 -0
- package/dist/languages/qsharp.js.map +1 -0
- package/dist/languages/raku.cjs +34 -0
- package/dist/languages/raku.cjs.map +1 -0
- package/dist/languages/raku.d.cts +29 -0
- package/dist/languages/raku.d.ts +29 -0
- package/dist/languages/raku.js +32 -0
- package/dist/languages/raku.js.map +1 -0
- package/dist/languages/reasonml.cjs +34 -0
- package/dist/languages/reasonml.cjs.map +1 -0
- package/dist/languages/reasonml.d.cts +29 -0
- package/dist/languages/reasonml.d.ts +29 -0
- package/dist/languages/reasonml.js +32 -0
- package/dist/languages/reasonml.js.map +1 -0
- package/dist/languages/rescript.cjs +34 -0
- package/dist/languages/rescript.cjs.map +1 -0
- package/dist/languages/rescript.d.cts +29 -0
- package/dist/languages/rescript.d.ts +29 -0
- package/dist/languages/rescript.js +32 -0
- package/dist/languages/rescript.js.map +1 -0
- package/dist/languages/restructuredtext.cjs +34 -0
- package/dist/languages/restructuredtext.cjs.map +1 -0
- package/dist/languages/restructuredtext.d.cts +29 -0
- package/dist/languages/restructuredtext.d.ts +29 -0
- package/dist/languages/restructuredtext.js +32 -0
- package/dist/languages/restructuredtext.js.map +1 -0
- package/dist/languages/sas.cjs +33 -0
- package/dist/languages/sas.cjs.map +1 -0
- package/dist/languages/sas.d.cts +28 -0
- package/dist/languages/sas.d.ts +28 -0
- package/dist/languages/sas.js +31 -0
- package/dist/languages/sas.js.map +1 -0
- package/dist/languages/scheme.cjs +33 -0
- package/dist/languages/scheme.cjs.map +1 -0
- package/dist/languages/scheme.d.cts +28 -0
- package/dist/languages/scheme.d.ts +28 -0
- package/dist/languages/scheme.js +31 -0
- package/dist/languages/scheme.js.map +1 -0
- package/dist/languages/smalltalk.cjs +33 -0
- package/dist/languages/smalltalk.cjs.map +1 -0
- package/dist/languages/smalltalk.d.cts +28 -0
- package/dist/languages/smalltalk.d.ts +28 -0
- package/dist/languages/smalltalk.js +31 -0
- package/dist/languages/smalltalk.js.map +1 -0
- package/dist/languages/smarty.cjs +34 -0
- package/dist/languages/smarty.cjs.map +1 -0
- package/dist/languages/smarty.d.cts +29 -0
- package/dist/languages/smarty.d.ts +29 -0
- package/dist/languages/smarty.js +32 -0
- package/dist/languages/smarty.js.map +1 -0
- package/dist/languages/standard-ml.cjs +33 -0
- package/dist/languages/standard-ml.cjs.map +1 -0
- package/dist/languages/standard-ml.d.cts +28 -0
- package/dist/languages/standard-ml.d.ts +28 -0
- package/dist/languages/standard-ml.js +31 -0
- package/dist/languages/standard-ml.js.map +1 -0
- package/dist/languages/stata.cjs +33 -0
- package/dist/languages/stata.cjs.map +1 -0
- package/dist/languages/stata.d.cts +28 -0
- package/dist/languages/stata.d.ts +28 -0
- package/dist/languages/stata.js +31 -0
- package/dist/languages/stata.js.map +1 -0
- package/dist/languages/stylus.cjs +34 -0
- package/dist/languages/stylus.cjs.map +1 -0
- package/dist/languages/stylus.d.cts +29 -0
- package/dist/languages/stylus.d.ts +29 -0
- package/dist/languages/stylus.js +32 -0
- package/dist/languages/stylus.js.map +1 -0
- package/dist/languages/thrift.cjs +34 -0
- package/dist/languages/thrift.cjs.map +1 -0
- package/dist/languages/thrift.d.cts +29 -0
- package/dist/languages/thrift.d.ts +29 -0
- package/dist/languages/thrift.js +32 -0
- package/dist/languages/thrift.js.map +1 -0
- package/dist/languages/tla-plus.cjs +33 -0
- package/dist/languages/tla-plus.cjs.map +1 -0
- package/dist/languages/tla-plus.d.cts +28 -0
- package/dist/languages/tla-plus.d.ts +28 -0
- package/dist/languages/tla-plus.js +31 -0
- package/dist/languages/tla-plus.js.map +1 -0
- package/dist/languages/v.cjs +34 -0
- package/dist/languages/v.cjs.map +1 -0
- package/dist/languages/v.d.cts +29 -0
- package/dist/languages/v.d.ts +29 -0
- package/dist/languages/v.js +32 -0
- package/dist/languages/v.js.map +1 -0
- package/dist/languages/vala.cjs +34 -0
- package/dist/languages/vala.cjs.map +1 -0
- package/dist/languages/vala.d.cts +29 -0
- package/dist/languages/vala.d.ts +29 -0
- package/dist/languages/vala.js +32 -0
- package/dist/languages/vala.js.map +1 -0
- package/dist/languages/vyper.cjs +34 -0
- package/dist/languages/vyper.cjs.map +1 -0
- package/dist/languages/vyper.d.cts +29 -0
- package/dist/languages/vyper.d.ts +29 -0
- package/dist/languages/vyper.js +32 -0
- package/dist/languages/vyper.js.map +1 -0
- package/dist/languages/wren.cjs +33 -0
- package/dist/languages/wren.cjs.map +1 -0
- package/dist/languages/wren.d.cts +28 -0
- package/dist/languages/wren.d.ts +28 -0
- package/dist/languages/wren.js +31 -0
- package/dist/languages/wren.js.map +1 -0
- package/dist/languages/zeek.cjs +34 -0
- package/dist/languages/zeek.cjs.map +1 -0
- package/dist/languages/zeek.d.cts +29 -0
- package/dist/languages/zeek.d.ts +29 -0
- package/dist/languages/zeek.js +32 -0
- package/dist/languages/zeek.js.map +1 -0
- package/dist/languages/ziggy.cjs +33 -0
- package/dist/languages/ziggy.cjs.map +1 -0
- package/dist/languages/ziggy.d.cts +28 -0
- package/dist/languages/ziggy.d.ts +28 -0
- package/dist/languages/ziggy.js +31 -0
- package/dist/languages/ziggy.js.map +1 -0
- package/package.json +156 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/mako.ts
|
|
4
|
+
var mako = {
|
|
5
|
+
slug: "mako",
|
|
6
|
+
publishedDate: "2006-07-17",
|
|
7
|
+
extensions: [".mako", ".mao"],
|
|
8
|
+
author: "Michael Bayer / Mako contributors",
|
|
9
|
+
website: "https://www.makotemplates.org",
|
|
10
|
+
paradigms: ["templating", "declarative", "scripting"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Python"],
|
|
13
|
+
packageManagers: ["pip", "uv", "Poetry"],
|
|
14
|
+
ecosystems: ["Python", "Web", "Documentation"]
|
|
15
|
+
},
|
|
16
|
+
version: "1.3.10",
|
|
17
|
+
logo: "https://cdn.simpleicons.org/python/3776AB",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Mako",
|
|
21
|
+
description: "A Python template language for generating text, HTML, and source artifacts.",
|
|
22
|
+
longDescription: "Mako is a Python template language that mixes text with expressions, control blocks, inheritance, includes, and reusable definitions. Templates compile to Python code, which keeps it close to the host language.\n\nIt is used for web views, documentation, code generation, configuration rendering, and projects that need expressive Python-backed templates."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Mako",
|
|
26
|
+
description: "Un lenguaje de plantillas de Python para generar texto, HTML y artefactos fuente.",
|
|
27
|
+
longDescription: "Mako es un lenguaje de plantillas de Python que mezcla texto con expresiones, bloques de control, herencia, includes y definiciones reutilizables. Las plantillas compilan a codigo Python y quedan cerca del lenguaje anfitrion.\n\nSe usa en vistas web, documentacion, generacion de codigo, renderizado de configuracion y proyectos que necesitan plantillas expresivas respaldadas por Python."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.mako = mako;
|
|
33
|
+
//# sourceMappingURL=mako.cjs.map
|
|
34
|
+
//# sourceMappingURL=mako.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/mako.ts"],"names":[],"mappings":";;;AAEO,IAAM,IAAA,GAAO;AAAA,EAClB,IAAA,EAAM,MAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,OAAA,EAAS,MAAM,CAAA;AAAA,EAC5B,MAAA,EAAQ,mCAAA;AAAA,EACR,OAAA,EAAS,+BAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,aAAA,EAAe,WAAW,CAAA;AAAA,EACpD,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,QAAQ,CAAA;AAAA,IACnB,eAAA,EAAiB,CAAC,KAAA,EAAO,IAAA,EAAM,QAAQ,CAAA;AAAA,IACvC,UAAA,EAAY,CAAC,QAAA,EAAU,KAAA,EAAO,eAAe;AAAA,GAC/C;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,2CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,6EAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EACE,mFAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"mako.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const mako = {\n slug: \"mako\",\n publishedDate: \"2006-07-17\",\n extensions: [\".mako\", \".mao\"],\n author: \"Michael Bayer / Mako contributors\",\n website: \"https://www.makotemplates.org\",\n paradigms: [\"templating\", \"declarative\", \"scripting\"],\n tooling: {\n runtimes: [\"Python\"],\n packageManagers: [\"pip\", \"uv\", \"Poetry\"],\n ecosystems: [\"Python\", \"Web\", \"Documentation\"],\n },\n version: \"1.3.10\",\n logo: \"https://cdn.simpleicons.org/python/3776AB\",\n i18n: {\n en: {\n name: \"Mako\",\n description: \"A Python template language for generating text, HTML, and source artifacts.\",\n longDescription:\n \"Mako is a Python template language that mixes text with expressions, control blocks, inheritance, includes, and reusable definitions. Templates compile to Python code, which keeps it close to the host language.\\n\\nIt is used for web views, documentation, code generation, configuration rendering, and projects that need expressive Python-backed templates.\",\n },\n es: {\n name: \"Mako\",\n description:\n \"Un lenguaje de plantillas de Python para generar texto, HTML y artefactos fuente.\",\n longDescription:\n \"Mako es un lenguaje de plantillas de Python que mezcla texto con expresiones, bloques de control, herencia, includes y definiciones reutilizables. Las plantillas compilan a codigo Python y quedan cerca del lenguaje anfitrion.\\n\\nSe usa en vistas web, documentacion, generacion de codigo, renderizado de configuracion y proyectos que necesitan plantillas expresivas respaldadas por Python.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const mako: {
|
|
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
|
+
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 { mako };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const mako: {
|
|
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
|
+
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 { mako };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// src/languages/mako.ts
|
|
2
|
+
var mako = {
|
|
3
|
+
slug: "mako",
|
|
4
|
+
publishedDate: "2006-07-17",
|
|
5
|
+
extensions: [".mako", ".mao"],
|
|
6
|
+
author: "Michael Bayer / Mako contributors",
|
|
7
|
+
website: "https://www.makotemplates.org",
|
|
8
|
+
paradigms: ["templating", "declarative", "scripting"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Python"],
|
|
11
|
+
packageManagers: ["pip", "uv", "Poetry"],
|
|
12
|
+
ecosystems: ["Python", "Web", "Documentation"]
|
|
13
|
+
},
|
|
14
|
+
version: "1.3.10",
|
|
15
|
+
logo: "https://cdn.simpleicons.org/python/3776AB",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Mako",
|
|
19
|
+
description: "A Python template language for generating text, HTML, and source artifacts.",
|
|
20
|
+
longDescription: "Mako is a Python template language that mixes text with expressions, control blocks, inheritance, includes, and reusable definitions. Templates compile to Python code, which keeps it close to the host language.\n\nIt is used for web views, documentation, code generation, configuration rendering, and projects that need expressive Python-backed templates."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Mako",
|
|
24
|
+
description: "Un lenguaje de plantillas de Python para generar texto, HTML y artefactos fuente.",
|
|
25
|
+
longDescription: "Mako es un lenguaje de plantillas de Python que mezcla texto con expresiones, bloques de control, herencia, includes y definiciones reutilizables. Las plantillas compilan a codigo Python y quedan cerca del lenguaje anfitrion.\n\nSe usa en vistas web, documentacion, generacion de codigo, renderizado de configuracion y proyectos que necesitan plantillas expresivas respaldadas por Python."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { mako };
|
|
31
|
+
//# sourceMappingURL=mako.js.map
|
|
32
|
+
//# sourceMappingURL=mako.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/mako.ts"],"names":[],"mappings":";AAEO,IAAM,IAAA,GAAO;AAAA,EAClB,IAAA,EAAM,MAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,OAAA,EAAS,MAAM,CAAA;AAAA,EAC5B,MAAA,EAAQ,mCAAA;AAAA,EACR,OAAA,EAAS,+BAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,aAAA,EAAe,WAAW,CAAA;AAAA,EACpD,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,QAAQ,CAAA;AAAA,IACnB,eAAA,EAAiB,CAAC,KAAA,EAAO,IAAA,EAAM,QAAQ,CAAA;AAAA,IACvC,UAAA,EAAY,CAAC,QAAA,EAAU,KAAA,EAAO,eAAe;AAAA,GAC/C;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,2CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,6EAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EACE,mFAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"mako.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const mako = {\n slug: \"mako\",\n publishedDate: \"2006-07-17\",\n extensions: [\".mako\", \".mao\"],\n author: \"Michael Bayer / Mako contributors\",\n website: \"https://www.makotemplates.org\",\n paradigms: [\"templating\", \"declarative\", \"scripting\"],\n tooling: {\n runtimes: [\"Python\"],\n packageManagers: [\"pip\", \"uv\", \"Poetry\"],\n ecosystems: [\"Python\", \"Web\", \"Documentation\"],\n },\n version: \"1.3.10\",\n logo: \"https://cdn.simpleicons.org/python/3776AB\",\n i18n: {\n en: {\n name: \"Mako\",\n description: \"A Python template language for generating text, HTML, and source artifacts.\",\n longDescription:\n \"Mako is a Python template language that mixes text with expressions, control blocks, inheritance, includes, and reusable definitions. Templates compile to Python code, which keeps it close to the host language.\\n\\nIt is used for web views, documentation, code generation, configuration rendering, and projects that need expressive Python-backed templates.\",\n },\n es: {\n name: \"Mako\",\n description:\n \"Un lenguaje de plantillas de Python para generar texto, HTML y artefactos fuente.\",\n longDescription:\n \"Mako es un lenguaje de plantillas de Python que mezcla texto con expresiones, bloques de control, herencia, includes y definiciones reutilizables. Las plantillas compilan a codigo Python y quedan cerca del lenguaje anfitrion.\\n\\nSe usa en vistas web, documentacion, generacion de codigo, renderizado de configuracion y proyectos que necesitan plantillas expresivas respaldadas por Python.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/mathematica.ts
|
|
4
|
+
var mathematica = {
|
|
5
|
+
slug: "mathematica",
|
|
6
|
+
publishedDate: "1988-06-23",
|
|
7
|
+
extensions: [".wl", ".wls", ".nb"],
|
|
8
|
+
author: "Stephen Wolfram / Wolfram Research",
|
|
9
|
+
website: "https://www.wolfram.com/language/",
|
|
10
|
+
paradigms: ["symbolic", "functional", "rule-based", "notebook"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Wolfram Engine", "Wolfram Cloud", "Mathematica"],
|
|
13
|
+
ecosystems: ["Scientific Computing", "Symbolic Computing", "Notebooks"]
|
|
14
|
+
},
|
|
15
|
+
version: "14.3",
|
|
16
|
+
logo: "https://cdn.simpleicons.org/wolfram/DD1100",
|
|
17
|
+
i18n: {
|
|
18
|
+
en: {
|
|
19
|
+
name: "Wolfram Language",
|
|
20
|
+
description: "A symbolic computation language used by Mathematica and Wolfram tools.",
|
|
21
|
+
longDescription: "The Wolfram Language combines symbolic expressions, functional programming, pattern rules, notebooks, visualization, and a large knowledge-oriented standard library. Mathematica is its best-known interactive environment.\n\nIt is used for mathematics, modeling, data science, research notebooks, education, automation, and computational reports that benefit from symbolic and numeric workflows."
|
|
22
|
+
},
|
|
23
|
+
es: {
|
|
24
|
+
name: "Wolfram Language",
|
|
25
|
+
description: "Un lenguaje de computacion simbolica usado por Mathematica y herramientas Wolfram.",
|
|
26
|
+
longDescription: "Wolfram Language combina expresiones simbolicas, programacion funcional, reglas por patrones, notebooks, visualizacion y una biblioteca estandar orientada al conocimiento. Mathematica es su entorno interactivo mas conocido.\n\nSe usa en matematicas, modelado, ciencia de datos, notebooks de investigacion, educacion, automatizacion y reportes computacionales con flujos simbolicos y numericos."
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
exports.mathematica = mathematica;
|
|
32
|
+
//# sourceMappingURL=mathematica.cjs.map
|
|
33
|
+
//# sourceMappingURL=mathematica.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/mathematica.ts"],"names":[],"mappings":";;;AAEO,IAAM,WAAA,GAAc;AAAA,EACzB,IAAA,EAAM,aAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAA,EAAO,MAAA,EAAQ,KAAK,CAAA;AAAA,EACjC,MAAA,EAAQ,oCAAA;AAAA,EACR,OAAA,EAAS,mCAAA;AAAA,EACT,SAAA,EAAW,CAAC,UAAA,EAAY,YAAA,EAAc,cAAc,UAAU,CAAA;AAAA,EAC9D,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,gBAAA,EAAkB,eAAA,EAAiB,aAAa,CAAA;AAAA,IAC3D,UAAA,EAAY,CAAC,sBAAA,EAAwB,oBAAA,EAAsB,WAAW;AAAA,GACxE;AAAA,EACA,OAAA,EAAS,MAAA;AAAA,EACT,IAAA,EAAM,4CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,kBAAA;AAAA,MACN,WAAA,EAAa,wEAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,kBAAA;AAAA,MACN,WAAA,EACE,oFAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"mathematica.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const mathematica = {\n slug: \"mathematica\",\n publishedDate: \"1988-06-23\",\n extensions: [\".wl\", \".wls\", \".nb\"],\n author: \"Stephen Wolfram / Wolfram Research\",\n website: \"https://www.wolfram.com/language/\",\n paradigms: [\"symbolic\", \"functional\", \"rule-based\", \"notebook\"],\n tooling: {\n runtimes: [\"Wolfram Engine\", \"Wolfram Cloud\", \"Mathematica\"],\n ecosystems: [\"Scientific Computing\", \"Symbolic Computing\", \"Notebooks\"],\n },\n version: \"14.3\",\n logo: \"https://cdn.simpleicons.org/wolfram/DD1100\",\n i18n: {\n en: {\n name: \"Wolfram Language\",\n description: \"A symbolic computation language used by Mathematica and Wolfram tools.\",\n longDescription:\n \"The Wolfram Language combines symbolic expressions, functional programming, pattern rules, notebooks, visualization, and a large knowledge-oriented standard library. Mathematica is its best-known interactive environment.\\n\\nIt is used for mathematics, modeling, data science, research notebooks, education, automation, and computational reports that benefit from symbolic and numeric workflows.\",\n },\n es: {\n name: \"Wolfram Language\",\n description:\n \"Un lenguaje de computacion simbolica usado por Mathematica y herramientas Wolfram.\",\n longDescription:\n \"Wolfram Language combina expresiones simbolicas, programacion funcional, reglas por patrones, notebooks, visualizacion y una biblioteca estandar orientada al conocimiento. Mathematica es su entorno interactivo mas conocido.\\n\\nSe usa en matematicas, modelado, ciencia de datos, notebooks de investigacion, educacion, automatizacion y reportes computacionales con flujos simbolicos y numericos.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const mathematica: {
|
|
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
|
+
i18n: {
|
|
15
|
+
en: {
|
|
16
|
+
name: string;
|
|
17
|
+
description: string;
|
|
18
|
+
longDescription: string;
|
|
19
|
+
};
|
|
20
|
+
es: {
|
|
21
|
+
name: string;
|
|
22
|
+
description: string;
|
|
23
|
+
longDescription: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export { mathematica };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const mathematica: {
|
|
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
|
+
i18n: {
|
|
15
|
+
en: {
|
|
16
|
+
name: string;
|
|
17
|
+
description: string;
|
|
18
|
+
longDescription: string;
|
|
19
|
+
};
|
|
20
|
+
es: {
|
|
21
|
+
name: string;
|
|
22
|
+
description: string;
|
|
23
|
+
longDescription: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export { mathematica };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// src/languages/mathematica.ts
|
|
2
|
+
var mathematica = {
|
|
3
|
+
slug: "mathematica",
|
|
4
|
+
publishedDate: "1988-06-23",
|
|
5
|
+
extensions: [".wl", ".wls", ".nb"],
|
|
6
|
+
author: "Stephen Wolfram / Wolfram Research",
|
|
7
|
+
website: "https://www.wolfram.com/language/",
|
|
8
|
+
paradigms: ["symbolic", "functional", "rule-based", "notebook"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Wolfram Engine", "Wolfram Cloud", "Mathematica"],
|
|
11
|
+
ecosystems: ["Scientific Computing", "Symbolic Computing", "Notebooks"]
|
|
12
|
+
},
|
|
13
|
+
version: "14.3",
|
|
14
|
+
logo: "https://cdn.simpleicons.org/wolfram/DD1100",
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: "Wolfram Language",
|
|
18
|
+
description: "A symbolic computation language used by Mathematica and Wolfram tools.",
|
|
19
|
+
longDescription: "The Wolfram Language combines symbolic expressions, functional programming, pattern rules, notebooks, visualization, and a large knowledge-oriented standard library. Mathematica is its best-known interactive environment.\n\nIt is used for mathematics, modeling, data science, research notebooks, education, automation, and computational reports that benefit from symbolic and numeric workflows."
|
|
20
|
+
},
|
|
21
|
+
es: {
|
|
22
|
+
name: "Wolfram Language",
|
|
23
|
+
description: "Un lenguaje de computacion simbolica usado por Mathematica y herramientas Wolfram.",
|
|
24
|
+
longDescription: "Wolfram Language combina expresiones simbolicas, programacion funcional, reglas por patrones, notebooks, visualizacion y una biblioteca estandar orientada al conocimiento. Mathematica es su entorno interactivo mas conocido.\n\nSe usa en matematicas, modelado, ciencia de datos, notebooks de investigacion, educacion, automatizacion y reportes computacionales con flujos simbolicos y numericos."
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { mathematica };
|
|
30
|
+
//# sourceMappingURL=mathematica.js.map
|
|
31
|
+
//# sourceMappingURL=mathematica.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/mathematica.ts"],"names":[],"mappings":";AAEO,IAAM,WAAA,GAAc;AAAA,EACzB,IAAA,EAAM,aAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAA,EAAO,MAAA,EAAQ,KAAK,CAAA;AAAA,EACjC,MAAA,EAAQ,oCAAA;AAAA,EACR,OAAA,EAAS,mCAAA;AAAA,EACT,SAAA,EAAW,CAAC,UAAA,EAAY,YAAA,EAAc,cAAc,UAAU,CAAA;AAAA,EAC9D,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,gBAAA,EAAkB,eAAA,EAAiB,aAAa,CAAA;AAAA,IAC3D,UAAA,EAAY,CAAC,sBAAA,EAAwB,oBAAA,EAAsB,WAAW;AAAA,GACxE;AAAA,EACA,OAAA,EAAS,MAAA;AAAA,EACT,IAAA,EAAM,4CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,kBAAA;AAAA,MACN,WAAA,EAAa,wEAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,kBAAA;AAAA,MACN,WAAA,EACE,oFAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"mathematica.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const mathematica = {\n slug: \"mathematica\",\n publishedDate: \"1988-06-23\",\n extensions: [\".wl\", \".wls\", \".nb\"],\n author: \"Stephen Wolfram / Wolfram Research\",\n website: \"https://www.wolfram.com/language/\",\n paradigms: [\"symbolic\", \"functional\", \"rule-based\", \"notebook\"],\n tooling: {\n runtimes: [\"Wolfram Engine\", \"Wolfram Cloud\", \"Mathematica\"],\n ecosystems: [\"Scientific Computing\", \"Symbolic Computing\", \"Notebooks\"],\n },\n version: \"14.3\",\n logo: \"https://cdn.simpleicons.org/wolfram/DD1100\",\n i18n: {\n en: {\n name: \"Wolfram Language\",\n description: \"A symbolic computation language used by Mathematica and Wolfram tools.\",\n longDescription:\n \"The Wolfram Language combines symbolic expressions, functional programming, pattern rules, notebooks, visualization, and a large knowledge-oriented standard library. Mathematica is its best-known interactive environment.\\n\\nIt is used for mathematics, modeling, data science, research notebooks, education, automation, and computational reports that benefit from symbolic and numeric workflows.\",\n },\n es: {\n name: \"Wolfram Language\",\n description:\n \"Un lenguaje de computacion simbolica usado por Mathematica y herramientas Wolfram.\",\n longDescription:\n \"Wolfram Language combina expresiones simbolicas, programacion funcional, reglas por patrones, notebooks, visualizacion y una biblioteca estandar orientada al conocimiento. Mathematica es su entorno interactivo mas conocido.\\n\\nSe usa en matematicas, modelado, ciencia de datos, notebooks de investigacion, educacion, automatizacion y reportes computacionales con flujos simbolicos y numericos.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/mojo.ts
|
|
4
|
+
var mojo = {
|
|
5
|
+
slug: "mojo",
|
|
6
|
+
publishedDate: "2023-05-02",
|
|
7
|
+
extensions: [".mojo"],
|
|
8
|
+
author: "Modular",
|
|
9
|
+
website: "https://www.modular.com/mojo",
|
|
10
|
+
paradigms: ["imperative", "systems", "statically typed", "data-oriented"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Mojo toolchain", "MAX"],
|
|
13
|
+
packageManagers: ["pixi", "pip"],
|
|
14
|
+
ecosystems: ["AI", "Accelerators", "Python"]
|
|
15
|
+
},
|
|
16
|
+
version: "0.26.1",
|
|
17
|
+
logo: "https://avatars.githubusercontent.com/u/107116314?v=4",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Mojo",
|
|
21
|
+
description: "A systems-oriented language for AI and accelerator-aware programming.",
|
|
22
|
+
longDescription: "Mojo is a language from Modular that combines Python-friendly syntax with ownership, value semantics, low-level control, and compiler features aimed at performance-sensitive code. Its toolchain targets CPUs and accelerator workflows.\n\nIt is used in experiments around AI kernels, numeric code, systems programming, Python-adjacent libraries, and workloads that need explicit performance control."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Mojo",
|
|
26
|
+
description: "Un lenguaje orientado a sistemas para IA y programacion con aceleradores.",
|
|
27
|
+
longDescription: "Mojo es un lenguaje de Modular que combina una sintaxis cercana a Python con ownership, semantica de valores, control de bajo nivel y funciones de compilador pensadas para codigo sensible al rendimiento. Su toolchain apunta a CPUs y flujos con aceleradores.\n\nSe usa en experimentos con kernels de IA, codigo numerico, programacion de sistemas, bibliotecas cercanas a Python y cargas que necesitan control explicito del rendimiento."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.mojo = mojo;
|
|
33
|
+
//# sourceMappingURL=mojo.cjs.map
|
|
34
|
+
//# sourceMappingURL=mojo.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/mojo.ts"],"names":[],"mappings":";;;AAEO,IAAM,IAAA,GAAO;AAAA,EAClB,IAAA,EAAM,MAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,OAAO,CAAA;AAAA,EACpB,MAAA,EAAQ,SAAA;AAAA,EACR,OAAA,EAAS,8BAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,SAAA,EAAW,oBAAoB,eAAe,CAAA;AAAA,EACxE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,gBAAA,EAAkB,KAAK,CAAA;AAAA,IAClC,eAAA,EAAiB,CAAC,MAAA,EAAQ,KAAK,CAAA;AAAA,IAC/B,UAAA,EAAY,CAAC,IAAA,EAAM,cAAA,EAAgB,QAAQ;AAAA,GAC7C;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,uDAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,uEAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,2EAAA;AAAA,MACb,eAAA,EACE;AAAA;AACJ;AAEJ","file":"mojo.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const mojo = {\n slug: \"mojo\",\n publishedDate: \"2023-05-02\",\n extensions: [\".mojo\"],\n author: \"Modular\",\n website: \"https://www.modular.com/mojo\",\n paradigms: [\"imperative\", \"systems\", \"statically typed\", \"data-oriented\"],\n tooling: {\n runtimes: [\"Mojo toolchain\", \"MAX\"],\n packageManagers: [\"pixi\", \"pip\"],\n ecosystems: [\"AI\", \"Accelerators\", \"Python\"],\n },\n version: \"0.26.1\",\n logo: \"https://avatars.githubusercontent.com/u/107116314?v=4\",\n i18n: {\n en: {\n name: \"Mojo\",\n description: \"A systems-oriented language for AI and accelerator-aware programming.\",\n longDescription:\n \"Mojo is a language from Modular that combines Python-friendly syntax with ownership, value semantics, low-level control, and compiler features aimed at performance-sensitive code. Its toolchain targets CPUs and accelerator workflows.\\n\\nIt is used in experiments around AI kernels, numeric code, systems programming, Python-adjacent libraries, and workloads that need explicit performance control.\",\n },\n es: {\n name: \"Mojo\",\n description: \"Un lenguaje orientado a sistemas para IA y programacion con aceleradores.\",\n longDescription:\n \"Mojo es un lenguaje de Modular que combina una sintaxis cercana a Python con ownership, semantica de valores, control de bajo nivel y funciones de compilador pensadas para codigo sensible al rendimiento. Su toolchain apunta a CPUs y flujos con aceleradores.\\n\\nSe usa en experimentos con kernels de IA, codigo numerico, programacion de sistemas, bibliotecas cercanas a Python y cargas que necesitan control explicito del rendimiento.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const mojo: {
|
|
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
|
+
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 { mojo };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const mojo: {
|
|
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
|
+
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 { mojo };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// src/languages/mojo.ts
|
|
2
|
+
var mojo = {
|
|
3
|
+
slug: "mojo",
|
|
4
|
+
publishedDate: "2023-05-02",
|
|
5
|
+
extensions: [".mojo"],
|
|
6
|
+
author: "Modular",
|
|
7
|
+
website: "https://www.modular.com/mojo",
|
|
8
|
+
paradigms: ["imperative", "systems", "statically typed", "data-oriented"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Mojo toolchain", "MAX"],
|
|
11
|
+
packageManagers: ["pixi", "pip"],
|
|
12
|
+
ecosystems: ["AI", "Accelerators", "Python"]
|
|
13
|
+
},
|
|
14
|
+
version: "0.26.1",
|
|
15
|
+
logo: "https://avatars.githubusercontent.com/u/107116314?v=4",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Mojo",
|
|
19
|
+
description: "A systems-oriented language for AI and accelerator-aware programming.",
|
|
20
|
+
longDescription: "Mojo is a language from Modular that combines Python-friendly syntax with ownership, value semantics, low-level control, and compiler features aimed at performance-sensitive code. Its toolchain targets CPUs and accelerator workflows.\n\nIt is used in experiments around AI kernels, numeric code, systems programming, Python-adjacent libraries, and workloads that need explicit performance control."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Mojo",
|
|
24
|
+
description: "Un lenguaje orientado a sistemas para IA y programacion con aceleradores.",
|
|
25
|
+
longDescription: "Mojo es un lenguaje de Modular que combina una sintaxis cercana a Python con ownership, semantica de valores, control de bajo nivel y funciones de compilador pensadas para codigo sensible al rendimiento. Su toolchain apunta a CPUs y flujos con aceleradores.\n\nSe usa en experimentos con kernels de IA, codigo numerico, programacion de sistemas, bibliotecas cercanas a Python y cargas que necesitan control explicito del rendimiento."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { mojo };
|
|
31
|
+
//# sourceMappingURL=mojo.js.map
|
|
32
|
+
//# sourceMappingURL=mojo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/mojo.ts"],"names":[],"mappings":";AAEO,IAAM,IAAA,GAAO;AAAA,EAClB,IAAA,EAAM,MAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,OAAO,CAAA;AAAA,EACpB,MAAA,EAAQ,SAAA;AAAA,EACR,OAAA,EAAS,8BAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,SAAA,EAAW,oBAAoB,eAAe,CAAA;AAAA,EACxE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,gBAAA,EAAkB,KAAK,CAAA;AAAA,IAClC,eAAA,EAAiB,CAAC,MAAA,EAAQ,KAAK,CAAA;AAAA,IAC/B,UAAA,EAAY,CAAC,IAAA,EAAM,cAAA,EAAgB,QAAQ;AAAA,GAC7C;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,uDAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,uEAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,2EAAA;AAAA,MACb,eAAA,EACE;AAAA;AACJ;AAEJ","file":"mojo.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const mojo = {\n slug: \"mojo\",\n publishedDate: \"2023-05-02\",\n extensions: [\".mojo\"],\n author: \"Modular\",\n website: \"https://www.modular.com/mojo\",\n paradigms: [\"imperative\", \"systems\", \"statically typed\", \"data-oriented\"],\n tooling: {\n runtimes: [\"Mojo toolchain\", \"MAX\"],\n packageManagers: [\"pixi\", \"pip\"],\n ecosystems: [\"AI\", \"Accelerators\", \"Python\"],\n },\n version: \"0.26.1\",\n logo: \"https://avatars.githubusercontent.com/u/107116314?v=4\",\n i18n: {\n en: {\n name: \"Mojo\",\n description: \"A systems-oriented language for AI and accelerator-aware programming.\",\n longDescription:\n \"Mojo is a language from Modular that combines Python-friendly syntax with ownership, value semantics, low-level control, and compiler features aimed at performance-sensitive code. Its toolchain targets CPUs and accelerator workflows.\\n\\nIt is used in experiments around AI kernels, numeric code, systems programming, Python-adjacent libraries, and workloads that need explicit performance control.\",\n },\n es: {\n name: \"Mojo\",\n description: \"Un lenguaje orientado a sistemas para IA y programacion con aceleradores.\",\n longDescription:\n \"Mojo es un lenguaje de Modular que combina una sintaxis cercana a Python con ownership, semantica de valores, control de bajo nivel y funciones de compilador pensadas para codigo sensible al rendimiento. Su toolchain apunta a CPUs y flujos con aceleradores.\\n\\nSe usa en experimentos con kernels de IA, codigo numerico, programacion de sistemas, bibliotecas cercanas a Python y cargas que necesitan control explicito del rendimiento.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/moonbit.ts
|
|
4
|
+
var moonbit = {
|
|
5
|
+
slug: "moonbit",
|
|
6
|
+
publishedDate: "2023-08-18",
|
|
7
|
+
extensions: [".mbt"],
|
|
8
|
+
author: "MoonBit Team",
|
|
9
|
+
website: "https://www.moonbitlang.com",
|
|
10
|
+
paradigms: ["functional", "statically typed", "multi-paradigm", "wasm"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["MoonBit toolchain", "WebAssembly", "JavaScript"],
|
|
13
|
+
packageManagers: ["moon"],
|
|
14
|
+
ecosystems: ["WebAssembly", "Web", "Embedded"]
|
|
15
|
+
},
|
|
16
|
+
version: "0.9.2",
|
|
17
|
+
logo: "https://avatars.githubusercontent.com/u/124476259?v=4",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "MoonBit",
|
|
21
|
+
description: "A statically typed language and toolchain designed for WebAssembly output.",
|
|
22
|
+
longDescription: "MoonBit is a language and toolchain built around fast feedback, algebraic data types, pattern matching, and multiple backends including WebAssembly. Its package and test tools are designed as part of the language workflow.\n\nIt is used for WebAssembly libraries, command-line experiments, web runtimes, teaching, and projects that want compact typed code with integrated tooling."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "MoonBit",
|
|
26
|
+
description: "Un lenguaje tipado y toolchain disenado para generar WebAssembly.",
|
|
27
|
+
longDescription: "MoonBit es un lenguaje y toolchain construido alrededor de feedback rapido, tipos algebraicos, pattern matching y varios backends, incluido WebAssembly. Sus herramientas de paquetes y pruebas forman parte del flujo del lenguaje.\n\nSe usa en bibliotecas WebAssembly, experimentos de linea de comandos, runtimes web, ensenanza y proyectos que buscan codigo tipado compacto con tooling integrado."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.moonbit = moonbit;
|
|
33
|
+
//# sourceMappingURL=moonbit.cjs.map
|
|
34
|
+
//# sourceMappingURL=moonbit.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/moonbit.ts"],"names":[],"mappings":";;;AAEO,IAAM,OAAA,GAAU;AAAA,EACrB,IAAA,EAAM,SAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,MAAM,CAAA;AAAA,EACnB,MAAA,EAAQ,cAAA;AAAA,EACR,OAAA,EAAS,6BAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,kBAAA,EAAoB,kBAAkB,MAAM,CAAA;AAAA,EACtE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,mBAAA,EAAqB,aAAA,EAAe,YAAY,CAAA;AAAA,IAC3D,eAAA,EAAiB,CAAC,MAAM,CAAA;AAAA,IACxB,UAAA,EAAY,CAAC,aAAA,EAAe,KAAA,EAAO,UAAU;AAAA,GAC/C;AAAA,EACA,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,uDAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EAAa,4EAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EAAa,mEAAA;AAAA,MACb,eAAA,EACE;AAAA;AACJ;AAEJ","file":"moonbit.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const moonbit = {\n slug: \"moonbit\",\n publishedDate: \"2023-08-18\",\n extensions: [\".mbt\"],\n author: \"MoonBit Team\",\n website: \"https://www.moonbitlang.com\",\n paradigms: [\"functional\", \"statically typed\", \"multi-paradigm\", \"wasm\"],\n tooling: {\n runtimes: [\"MoonBit toolchain\", \"WebAssembly\", \"JavaScript\"],\n packageManagers: [\"moon\"],\n ecosystems: [\"WebAssembly\", \"Web\", \"Embedded\"],\n },\n version: \"0.9.2\",\n logo: \"https://avatars.githubusercontent.com/u/124476259?v=4\",\n i18n: {\n en: {\n name: \"MoonBit\",\n description: \"A statically typed language and toolchain designed for WebAssembly output.\",\n longDescription:\n \"MoonBit is a language and toolchain built around fast feedback, algebraic data types, pattern matching, and multiple backends including WebAssembly. Its package and test tools are designed as part of the language workflow.\\n\\nIt is used for WebAssembly libraries, command-line experiments, web runtimes, teaching, and projects that want compact typed code with integrated tooling.\",\n },\n es: {\n name: \"MoonBit\",\n description: \"Un lenguaje tipado y toolchain disenado para generar WebAssembly.\",\n longDescription:\n \"MoonBit es un lenguaje y toolchain construido alrededor de feedback rapido, tipos algebraicos, pattern matching y varios backends, incluido WebAssembly. Sus herramientas de paquetes y pruebas forman parte del flujo del lenguaje.\\n\\nSe usa en bibliotecas WebAssembly, experimentos de linea de comandos, runtimes web, ensenanza y proyectos que buscan codigo tipado compacto con tooling integrado.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const moonbit: {
|
|
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
|
+
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 { moonbit };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const moonbit: {
|
|
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
|
+
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 { moonbit };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// src/languages/moonbit.ts
|
|
2
|
+
var moonbit = {
|
|
3
|
+
slug: "moonbit",
|
|
4
|
+
publishedDate: "2023-08-18",
|
|
5
|
+
extensions: [".mbt"],
|
|
6
|
+
author: "MoonBit Team",
|
|
7
|
+
website: "https://www.moonbitlang.com",
|
|
8
|
+
paradigms: ["functional", "statically typed", "multi-paradigm", "wasm"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["MoonBit toolchain", "WebAssembly", "JavaScript"],
|
|
11
|
+
packageManagers: ["moon"],
|
|
12
|
+
ecosystems: ["WebAssembly", "Web", "Embedded"]
|
|
13
|
+
},
|
|
14
|
+
version: "0.9.2",
|
|
15
|
+
logo: "https://avatars.githubusercontent.com/u/124476259?v=4",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "MoonBit",
|
|
19
|
+
description: "A statically typed language and toolchain designed for WebAssembly output.",
|
|
20
|
+
longDescription: "MoonBit is a language and toolchain built around fast feedback, algebraic data types, pattern matching, and multiple backends including WebAssembly. Its package and test tools are designed as part of the language workflow.\n\nIt is used for WebAssembly libraries, command-line experiments, web runtimes, teaching, and projects that want compact typed code with integrated tooling."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "MoonBit",
|
|
24
|
+
description: "Un lenguaje tipado y toolchain disenado para generar WebAssembly.",
|
|
25
|
+
longDescription: "MoonBit es un lenguaje y toolchain construido alrededor de feedback rapido, tipos algebraicos, pattern matching y varios backends, incluido WebAssembly. Sus herramientas de paquetes y pruebas forman parte del flujo del lenguaje.\n\nSe usa en bibliotecas WebAssembly, experimentos de linea de comandos, runtimes web, ensenanza y proyectos que buscan codigo tipado compacto con tooling integrado."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { moonbit };
|
|
31
|
+
//# sourceMappingURL=moonbit.js.map
|
|
32
|
+
//# sourceMappingURL=moonbit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/moonbit.ts"],"names":[],"mappings":";AAEO,IAAM,OAAA,GAAU;AAAA,EACrB,IAAA,EAAM,SAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,MAAM,CAAA;AAAA,EACnB,MAAA,EAAQ,cAAA;AAAA,EACR,OAAA,EAAS,6BAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,kBAAA,EAAoB,kBAAkB,MAAM,CAAA;AAAA,EACtE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,mBAAA,EAAqB,aAAA,EAAe,YAAY,CAAA;AAAA,IAC3D,eAAA,EAAiB,CAAC,MAAM,CAAA;AAAA,IACxB,UAAA,EAAY,CAAC,aAAA,EAAe,KAAA,EAAO,UAAU;AAAA,GAC/C;AAAA,EACA,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,uDAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EAAa,4EAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EAAa,mEAAA;AAAA,MACb,eAAA,EACE;AAAA;AACJ;AAEJ","file":"moonbit.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const moonbit = {\n slug: \"moonbit\",\n publishedDate: \"2023-08-18\",\n extensions: [\".mbt\"],\n author: \"MoonBit Team\",\n website: \"https://www.moonbitlang.com\",\n paradigms: [\"functional\", \"statically typed\", \"multi-paradigm\", \"wasm\"],\n tooling: {\n runtimes: [\"MoonBit toolchain\", \"WebAssembly\", \"JavaScript\"],\n packageManagers: [\"moon\"],\n ecosystems: [\"WebAssembly\", \"Web\", \"Embedded\"],\n },\n version: \"0.9.2\",\n logo: \"https://avatars.githubusercontent.com/u/124476259?v=4\",\n i18n: {\n en: {\n name: \"MoonBit\",\n description: \"A statically typed language and toolchain designed for WebAssembly output.\",\n longDescription:\n \"MoonBit is a language and toolchain built around fast feedback, algebraic data types, pattern matching, and multiple backends including WebAssembly. Its package and test tools are designed as part of the language workflow.\\n\\nIt is used for WebAssembly libraries, command-line experiments, web runtimes, teaching, and projects that want compact typed code with integrated tooling.\",\n },\n es: {\n name: \"MoonBit\",\n description: \"Un lenguaje tipado y toolchain disenado para generar WebAssembly.\",\n longDescription:\n \"MoonBit es un lenguaje y toolchain construido alrededor de feedback rapido, tipos algebraicos, pattern matching y varios backends, incluido WebAssembly. Sus herramientas de paquetes y pruebas forman parte del flujo del lenguaje.\\n\\nSe usa en bibliotecas WebAssembly, experimentos de linea de comandos, runtimes web, ensenanza y proyectos que buscan codigo tipado compacto con tooling integrado.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/odin.ts
|
|
4
|
+
var odin = {
|
|
5
|
+
slug: "odin",
|
|
6
|
+
publishedDate: "2016-11-05",
|
|
7
|
+
extensions: [".odin"],
|
|
8
|
+
author: "Ginger Bill",
|
|
9
|
+
website: "https://odin-lang.org",
|
|
10
|
+
paradigms: ["imperative", "procedural", "systems", "data-oriented"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Odin compiler"],
|
|
13
|
+
packageManagers: ["odin"],
|
|
14
|
+
ecosystems: ["Systems", "Game Development", "Native"]
|
|
15
|
+
},
|
|
16
|
+
version: "dev-2026-02",
|
|
17
|
+
logo: "https://avatars.githubusercontent.com/u/12533910?v=4",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Odin",
|
|
21
|
+
description: "A data-oriented systems language for native software and game tooling.",
|
|
22
|
+
longDescription: "Odin is a procedural systems programming language with explicit memory control, packages, foreign interfaces, custom allocators, and language features oriented toward data layout. It favors straightforward native code over large runtime machinery.\n\nIt is used for engines, tools, graphics programs, native utilities, and performance-sensitive applications where predictable control over data matters."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Odin",
|
|
26
|
+
description: "Un lenguaje de sistemas orientado a datos para software nativo y juegos.",
|
|
27
|
+
longDescription: "Odin es un lenguaje procedural de programacion de sistemas con control explicito de memoria, paquetes, interfaces externas, allocators personalizados y funciones orientadas al layout de datos. Favorece codigo nativo directo sobre runtimes grandes.\n\nSe usa en motores, herramientas, programas graficos, utilidades nativas y aplicaciones sensibles al rendimiento donde importa el control predecible de los datos."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.odin = odin;
|
|
33
|
+
//# sourceMappingURL=odin.cjs.map
|
|
34
|
+
//# sourceMappingURL=odin.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/odin.ts"],"names":[],"mappings":";;;AAEO,IAAM,IAAA,GAAO;AAAA,EAClB,IAAA,EAAM,MAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,OAAO,CAAA;AAAA,EACpB,MAAA,EAAQ,aAAA;AAAA,EACR,OAAA,EAAS,uBAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,YAAA,EAAc,WAAW,eAAe,CAAA;AAAA,EAClE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,eAAe,CAAA;AAAA,IAC1B,eAAA,EAAiB,CAAC,MAAM,CAAA;AAAA,IACxB,UAAA,EAAY,CAAC,SAAA,EAAW,kBAAA,EAAoB,QAAQ;AAAA,GACtD;AAAA,EACA,OAAA,EAAS,aAAA;AAAA,EACT,IAAA,EAAM,sDAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,wEAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,0EAAA;AAAA,MACb,eAAA,EACE;AAAA;AACJ;AAEJ","file":"odin.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const odin = {\n slug: \"odin\",\n publishedDate: \"2016-11-05\",\n extensions: [\".odin\"],\n author: \"Ginger Bill\",\n website: \"https://odin-lang.org\",\n paradigms: [\"imperative\", \"procedural\", \"systems\", \"data-oriented\"],\n tooling: {\n runtimes: [\"Odin compiler\"],\n packageManagers: [\"odin\"],\n ecosystems: [\"Systems\", \"Game Development\", \"Native\"],\n },\n version: \"dev-2026-02\",\n logo: \"https://avatars.githubusercontent.com/u/12533910?v=4\",\n i18n: {\n en: {\n name: \"Odin\",\n description: \"A data-oriented systems language for native software and game tooling.\",\n longDescription:\n \"Odin is a procedural systems programming language with explicit memory control, packages, foreign interfaces, custom allocators, and language features oriented toward data layout. It favors straightforward native code over large runtime machinery.\\n\\nIt is used for engines, tools, graphics programs, native utilities, and performance-sensitive applications where predictable control over data matters.\",\n },\n es: {\n name: \"Odin\",\n description: \"Un lenguaje de sistemas orientado a datos para software nativo y juegos.\",\n longDescription:\n \"Odin es un lenguaje procedural de programacion de sistemas con control explicito de memoria, paquetes, interfaces externas, allocators personalizados y funciones orientadas al layout de datos. Favorece codigo nativo directo sobre runtimes grandes.\\n\\nSe usa en motores, herramientas, programas graficos, utilidades nativas y aplicaciones sensibles al rendimiento donde importa el control predecible de los datos.\",\n },\n },\n} satisfies Language;\n"]}
|