code-languages 1.10.0 → 1.11.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 +47 -2
- package/dist/api.cjs +256 -0
- package/dist/api.cjs.map +1 -1
- package/dist/api.d.cts +160 -0
- package/dist/api.d.ts +160 -0
- package/dist/api.js +256 -0
- package/dist/api.js.map +1 -1
- package/dist/detect.cjs +178 -0
- package/dist/detect.cjs.map +1 -1
- package/dist/detect.js +178 -0
- package/dist/detect.js.map +1 -1
- package/dist/index.cjs +262 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +160 -0
- package/dist/index.d.ts +160 -0
- package/dist/index.js +263 -1
- package/dist/index.js.map +1 -1
- package/dist/languages/actionscript.cjs +33 -0
- package/dist/languages/actionscript.cjs.map +1 -0
- package/dist/languages/actionscript.d.cts +28 -0
- package/dist/languages/actionscript.d.ts +28 -0
- package/dist/languages/actionscript.js +31 -0
- package/dist/languages/actionscript.js.map +1 -0
- package/dist/languages/elm.cjs +34 -0
- package/dist/languages/elm.cjs.map +1 -0
- package/dist/languages/elm.d.cts +29 -0
- package/dist/languages/elm.d.ts +29 -0
- package/dist/languages/elm.js +32 -0
- package/dist/languages/elm.js.map +1 -0
- package/dist/languages/erlang.cjs +34 -0
- package/dist/languages/erlang.cjs.map +1 -0
- package/dist/languages/erlang.d.cts +29 -0
- package/dist/languages/erlang.d.ts +29 -0
- package/dist/languages/erlang.js +32 -0
- package/dist/languages/erlang.js.map +1 -0
- package/dist/languages/fortran.cjs +34 -0
- package/dist/languages/fortran.cjs.map +1 -0
- package/dist/languages/fortran.d.cts +29 -0
- package/dist/languages/fortran.d.ts +29 -0
- package/dist/languages/fortran.js +32 -0
- package/dist/languages/fortran.js.map +1 -0
- package/dist/languages/perl.cjs +34 -0
- package/dist/languages/perl.cjs.map +1 -0
- package/dist/languages/perl.d.cts +29 -0
- package/dist/languages/perl.d.ts +29 -0
- package/dist/languages/perl.js +32 -0
- package/dist/languages/perl.js.map +1 -0
- package/dist/languages/svn.cjs +33 -0
- package/dist/languages/svn.cjs.map +1 -0
- package/dist/languages/svn.d.cts +28 -0
- package/dist/languages/svn.d.ts +28 -0
- package/dist/languages/svn.js +31 -0
- package/dist/languages/svn.js.map +1 -0
- package/package.json +38 -2
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/actionscript.ts
|
|
4
|
+
var actionscript = {
|
|
5
|
+
slug: "actionscript",
|
|
6
|
+
publishedDate: "1998-01-01",
|
|
7
|
+
extensions: [".as"],
|
|
8
|
+
author: "Gary Grossman / Macromedia",
|
|
9
|
+
website: "https://airsdk.dev/docs/development/actionscript-3.0",
|
|
10
|
+
paradigms: ["event-driven", "imperative", "object-oriented", "scripting"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Adobe Flash Player", "Adobe AIR", "Apache Royale"],
|
|
13
|
+
ecosystems: ["Flash", "AIR", "Flex", "Legacy Web"]
|
|
14
|
+
},
|
|
15
|
+
version: "3.0",
|
|
16
|
+
logo: "https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/page-white-actionscript-icon.png",
|
|
17
|
+
i18n: {
|
|
18
|
+
en: {
|
|
19
|
+
name: "ActionScript",
|
|
20
|
+
description: "An ECMAScript-based language used for Flash, AIR, Flex, and interactive media applications.",
|
|
21
|
+
longDescription: "ActionScript is an ECMAScript-based scripting language created for interactive content, animation, rich internet applications, and application logic in the Flash platform. ActionScript 3.0 introduced a stronger type system, classes, packages, events, namespaces, and a virtual machine designed for larger applications.\n\nIt is mostly relevant today for maintaining legacy Flash, AIR, and Flex projects, migrating older interactive content, and understanding codebases built around Adobe runtime technologies."
|
|
22
|
+
},
|
|
23
|
+
es: {
|
|
24
|
+
name: "ActionScript",
|
|
25
|
+
description: "Un lenguaje basado en ECMAScript usado para Flash, AIR, Flex y aplicaciones multimedia interactivas.",
|
|
26
|
+
longDescription: "ActionScript es un lenguaje de scripting basado en ECMAScript creado para contenido interactivo, animacion, aplicaciones rich internet y logica de aplicaciones en la plataforma Flash. ActionScript 3.0 introdujo un sistema de tipos mas fuerte, clases, paquetes, eventos, namespaces y una maquina virtual disenada para aplicaciones mas grandes.\n\nHoy es relevante principalmente para mantener proyectos legacy de Flash, AIR y Flex, migrar contenido interactivo antiguo y entender codebases construidas alrededor de tecnologias runtime de Adobe."
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
exports.actionscript = actionscript;
|
|
32
|
+
//# sourceMappingURL=actionscript.cjs.map
|
|
33
|
+
//# sourceMappingURL=actionscript.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/actionscript.ts"],"names":[],"mappings":";;;AAEO,IAAM,YAAA,GAAe;AAAA,EAC1B,IAAA,EAAM,cAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAK,CAAA;AAAA,EAClB,MAAA,EAAQ,4BAAA;AAAA,EACR,OAAA,EAAS,sDAAA;AAAA,EACT,SAAA,EAAW,CAAC,cAAA,EAAgB,YAAA,EAAc,mBAAmB,WAAW,CAAA;AAAA,EACxE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,oBAAA,EAAsB,WAAA,EAAa,eAAe,CAAA;AAAA,IAC7D,UAAA,EAAY,CAAC,OAAA,EAAS,KAAA,EAAO,QAAQ,YAAY;AAAA,GACnD;AAAA,EACA,OAAA,EAAS,KAAA;AAAA,EACT,IAAA,EAAM,2FAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,cAAA;AAAA,MACN,WAAA,EACE,6FAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,cAAA;AAAA,MACN,WAAA,EACE,sGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"actionscript.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const actionscript = {\n slug: \"actionscript\",\n publishedDate: \"1998-01-01\",\n extensions: [\".as\"],\n author: \"Gary Grossman / Macromedia\",\n website: \"https://airsdk.dev/docs/development/actionscript-3.0\",\n paradigms: [\"event-driven\", \"imperative\", \"object-oriented\", \"scripting\"],\n tooling: {\n runtimes: [\"Adobe Flash Player\", \"Adobe AIR\", \"Apache Royale\"],\n ecosystems: [\"Flash\", \"AIR\", \"Flex\", \"Legacy Web\"],\n },\n version: \"3.0\",\n logo: \"https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/page-white-actionscript-icon.png\",\n i18n: {\n en: {\n name: \"ActionScript\",\n description:\n \"An ECMAScript-based language used for Flash, AIR, Flex, and interactive media applications.\",\n longDescription:\n \"ActionScript is an ECMAScript-based scripting language created for interactive content, animation, rich internet applications, and application logic in the Flash platform. ActionScript 3.0 introduced a stronger type system, classes, packages, events, namespaces, and a virtual machine designed for larger applications.\\n\\nIt is mostly relevant today for maintaining legacy Flash, AIR, and Flex projects, migrating older interactive content, and understanding codebases built around Adobe runtime technologies.\",\n },\n es: {\n name: \"ActionScript\",\n description:\n \"Un lenguaje basado en ECMAScript usado para Flash, AIR, Flex y aplicaciones multimedia interactivas.\",\n longDescription:\n \"ActionScript es un lenguaje de scripting basado en ECMAScript creado para contenido interactivo, animacion, aplicaciones rich internet y logica de aplicaciones en la plataforma Flash. ActionScript 3.0 introdujo un sistema de tipos mas fuerte, clases, paquetes, eventos, namespaces y una maquina virtual disenada para aplicaciones mas grandes.\\n\\nHoy es relevante principalmente para mantener proyectos legacy de Flash, AIR y Flex, migrar contenido interactivo antiguo y entender codebases construidas alrededor de tecnologias runtime de Adobe.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const actionscript: {
|
|
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 { actionscript };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const actionscript: {
|
|
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 { actionscript };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// src/languages/actionscript.ts
|
|
2
|
+
var actionscript = {
|
|
3
|
+
slug: "actionscript",
|
|
4
|
+
publishedDate: "1998-01-01",
|
|
5
|
+
extensions: [".as"],
|
|
6
|
+
author: "Gary Grossman / Macromedia",
|
|
7
|
+
website: "https://airsdk.dev/docs/development/actionscript-3.0",
|
|
8
|
+
paradigms: ["event-driven", "imperative", "object-oriented", "scripting"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Adobe Flash Player", "Adobe AIR", "Apache Royale"],
|
|
11
|
+
ecosystems: ["Flash", "AIR", "Flex", "Legacy Web"]
|
|
12
|
+
},
|
|
13
|
+
version: "3.0",
|
|
14
|
+
logo: "https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/page-white-actionscript-icon.png",
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: "ActionScript",
|
|
18
|
+
description: "An ECMAScript-based language used for Flash, AIR, Flex, and interactive media applications.",
|
|
19
|
+
longDescription: "ActionScript is an ECMAScript-based scripting language created for interactive content, animation, rich internet applications, and application logic in the Flash platform. ActionScript 3.0 introduced a stronger type system, classes, packages, events, namespaces, and a virtual machine designed for larger applications.\n\nIt is mostly relevant today for maintaining legacy Flash, AIR, and Flex projects, migrating older interactive content, and understanding codebases built around Adobe runtime technologies."
|
|
20
|
+
},
|
|
21
|
+
es: {
|
|
22
|
+
name: "ActionScript",
|
|
23
|
+
description: "Un lenguaje basado en ECMAScript usado para Flash, AIR, Flex y aplicaciones multimedia interactivas.",
|
|
24
|
+
longDescription: "ActionScript es un lenguaje de scripting basado en ECMAScript creado para contenido interactivo, animacion, aplicaciones rich internet y logica de aplicaciones en la plataforma Flash. ActionScript 3.0 introdujo un sistema de tipos mas fuerte, clases, paquetes, eventos, namespaces y una maquina virtual disenada para aplicaciones mas grandes.\n\nHoy es relevante principalmente para mantener proyectos legacy de Flash, AIR y Flex, migrar contenido interactivo antiguo y entender codebases construidas alrededor de tecnologias runtime de Adobe."
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { actionscript };
|
|
30
|
+
//# sourceMappingURL=actionscript.js.map
|
|
31
|
+
//# sourceMappingURL=actionscript.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/actionscript.ts"],"names":[],"mappings":";AAEO,IAAM,YAAA,GAAe;AAAA,EAC1B,IAAA,EAAM,cAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAK,CAAA;AAAA,EAClB,MAAA,EAAQ,4BAAA;AAAA,EACR,OAAA,EAAS,sDAAA;AAAA,EACT,SAAA,EAAW,CAAC,cAAA,EAAgB,YAAA,EAAc,mBAAmB,WAAW,CAAA;AAAA,EACxE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,oBAAA,EAAsB,WAAA,EAAa,eAAe,CAAA;AAAA,IAC7D,UAAA,EAAY,CAAC,OAAA,EAAS,KAAA,EAAO,QAAQ,YAAY;AAAA,GACnD;AAAA,EACA,OAAA,EAAS,KAAA;AAAA,EACT,IAAA,EAAM,2FAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,cAAA;AAAA,MACN,WAAA,EACE,6FAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,cAAA;AAAA,MACN,WAAA,EACE,sGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"actionscript.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const actionscript = {\n slug: \"actionscript\",\n publishedDate: \"1998-01-01\",\n extensions: [\".as\"],\n author: \"Gary Grossman / Macromedia\",\n website: \"https://airsdk.dev/docs/development/actionscript-3.0\",\n paradigms: [\"event-driven\", \"imperative\", \"object-oriented\", \"scripting\"],\n tooling: {\n runtimes: [\"Adobe Flash Player\", \"Adobe AIR\", \"Apache Royale\"],\n ecosystems: [\"Flash\", \"AIR\", \"Flex\", \"Legacy Web\"],\n },\n version: \"3.0\",\n logo: \"https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/page-white-actionscript-icon.png\",\n i18n: {\n en: {\n name: \"ActionScript\",\n description:\n \"An ECMAScript-based language used for Flash, AIR, Flex, and interactive media applications.\",\n longDescription:\n \"ActionScript is an ECMAScript-based scripting language created for interactive content, animation, rich internet applications, and application logic in the Flash platform. ActionScript 3.0 introduced a stronger type system, classes, packages, events, namespaces, and a virtual machine designed for larger applications.\\n\\nIt is mostly relevant today for maintaining legacy Flash, AIR, and Flex projects, migrating older interactive content, and understanding codebases built around Adobe runtime technologies.\",\n },\n es: {\n name: \"ActionScript\",\n description:\n \"Un lenguaje basado en ECMAScript usado para Flash, AIR, Flex y aplicaciones multimedia interactivas.\",\n longDescription:\n \"ActionScript es un lenguaje de scripting basado en ECMAScript creado para contenido interactivo, animacion, aplicaciones rich internet y logica de aplicaciones en la plataforma Flash. ActionScript 3.0 introdujo un sistema de tipos mas fuerte, clases, paquetes, eventos, namespaces y una maquina virtual disenada para aplicaciones mas grandes.\\n\\nHoy es relevante principalmente para mantener proyectos legacy de Flash, AIR y Flex, migrar contenido interactivo antiguo y entender codebases construidas alrededor de tecnologias runtime de Adobe.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/elm.ts
|
|
4
|
+
var elm = {
|
|
5
|
+
slug: "elm",
|
|
6
|
+
publishedDate: "2012-03-30",
|
|
7
|
+
extensions: [".elm"],
|
|
8
|
+
author: "Evan Czaplicki",
|
|
9
|
+
website: "https://elm-lang.org",
|
|
10
|
+
paradigms: ["functional", "declarative", "reactive", "statically typed"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Browser", "JavaScript"],
|
|
13
|
+
packageManagers: ["elm", "npm", "pnpm", "Yarn"],
|
|
14
|
+
ecosystems: ["Web", "Frontend", "Functional Programming"]
|
|
15
|
+
},
|
|
16
|
+
version: "0.19.1",
|
|
17
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/f/f3/Elm_logo.svg",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Elm",
|
|
21
|
+
description: "A functional language for reliable web applications that compiles to JavaScript.",
|
|
22
|
+
longDescription: "Elm is a functional programming language designed for building browser applications with strong static types, immutable data, pure functions, pattern matching, and a friendly compiler that emphasizes clear error messages.\n\nIt is used for frontend applications, interactive web interfaces, learning functional programming, and projects that want predictable state updates through The Elm Architecture while compiling to JavaScript."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Elm",
|
|
26
|
+
description: "Un lenguaje funcional para aplicaciones web confiables que compila a JavaScript.",
|
|
27
|
+
longDescription: "Elm es un lenguaje de programacion funcional disenado para crear aplicaciones de navegador con tipado estatico fuerte, datos inmutables, funciones puras, pattern matching y un compilador amigable que prioriza mensajes de error claros.\n\nSe usa en aplicaciones frontend, interfaces web interactivas, aprendizaje de programacion funcional y proyectos que buscan actualizaciones de estado predecibles mediante The Elm Architecture mientras compilan a JavaScript."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.elm = elm;
|
|
33
|
+
//# sourceMappingURL=elm.cjs.map
|
|
34
|
+
//# sourceMappingURL=elm.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/elm.ts"],"names":[],"mappings":";;;AAEO,IAAM,GAAA,GAAM;AAAA,EACjB,IAAA,EAAM,KAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,MAAM,CAAA;AAAA,EACnB,MAAA,EAAQ,gBAAA;AAAA,EACR,OAAA,EAAS,sBAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,aAAA,EAAe,YAAY,kBAAkB,CAAA;AAAA,EACvE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,SAAA,EAAW,YAAY,CAAA;AAAA,IAClC,eAAA,EAAiB,CAAC,KAAA,EAAO,KAAA,EAAO,QAAQ,MAAM,CAAA;AAAA,IAC9C,UAAA,EAAY,CAAC,KAAA,EAAO,UAAA,EAAY,wBAAwB;AAAA,GAC1D;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,kEAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,kFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,kFAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"elm.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const elm = {\n slug: \"elm\",\n publishedDate: \"2012-03-30\",\n extensions: [\".elm\"],\n author: \"Evan Czaplicki\",\n website: \"https://elm-lang.org\",\n paradigms: [\"functional\", \"declarative\", \"reactive\", \"statically typed\"],\n tooling: {\n runtimes: [\"Browser\", \"JavaScript\"],\n packageManagers: [\"elm\", \"npm\", \"pnpm\", \"Yarn\"],\n ecosystems: [\"Web\", \"Frontend\", \"Functional Programming\"],\n },\n version: \"0.19.1\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/f/f3/Elm_logo.svg\",\n i18n: {\n en: {\n name: \"Elm\",\n description:\n \"A functional language for reliable web applications that compiles to JavaScript.\",\n longDescription:\n \"Elm is a functional programming language designed for building browser applications with strong static types, immutable data, pure functions, pattern matching, and a friendly compiler that emphasizes clear error messages.\\n\\nIt is used for frontend applications, interactive web interfaces, learning functional programming, and projects that want predictable state updates through The Elm Architecture while compiling to JavaScript.\",\n },\n es: {\n name: \"Elm\",\n description:\n \"Un lenguaje funcional para aplicaciones web confiables que compila a JavaScript.\",\n longDescription:\n \"Elm es un lenguaje de programacion funcional disenado para crear aplicaciones de navegador con tipado estatico fuerte, datos inmutables, funciones puras, pattern matching y un compilador amigable que prioriza mensajes de error claros.\\n\\nSe usa en aplicaciones frontend, interfaces web interactivas, aprendizaje de programacion funcional y proyectos que buscan actualizaciones de estado predecibles mediante The Elm Architecture mientras compilan a JavaScript.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const elm: {
|
|
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 { elm };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const elm: {
|
|
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 { elm };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// src/languages/elm.ts
|
|
2
|
+
var elm = {
|
|
3
|
+
slug: "elm",
|
|
4
|
+
publishedDate: "2012-03-30",
|
|
5
|
+
extensions: [".elm"],
|
|
6
|
+
author: "Evan Czaplicki",
|
|
7
|
+
website: "https://elm-lang.org",
|
|
8
|
+
paradigms: ["functional", "declarative", "reactive", "statically typed"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Browser", "JavaScript"],
|
|
11
|
+
packageManagers: ["elm", "npm", "pnpm", "Yarn"],
|
|
12
|
+
ecosystems: ["Web", "Frontend", "Functional Programming"]
|
|
13
|
+
},
|
|
14
|
+
version: "0.19.1",
|
|
15
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/f/f3/Elm_logo.svg",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Elm",
|
|
19
|
+
description: "A functional language for reliable web applications that compiles to JavaScript.",
|
|
20
|
+
longDescription: "Elm is a functional programming language designed for building browser applications with strong static types, immutable data, pure functions, pattern matching, and a friendly compiler that emphasizes clear error messages.\n\nIt is used for frontend applications, interactive web interfaces, learning functional programming, and projects that want predictable state updates through The Elm Architecture while compiling to JavaScript."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Elm",
|
|
24
|
+
description: "Un lenguaje funcional para aplicaciones web confiables que compila a JavaScript.",
|
|
25
|
+
longDescription: "Elm es un lenguaje de programacion funcional disenado para crear aplicaciones de navegador con tipado estatico fuerte, datos inmutables, funciones puras, pattern matching y un compilador amigable que prioriza mensajes de error claros.\n\nSe usa en aplicaciones frontend, interfaces web interactivas, aprendizaje de programacion funcional y proyectos que buscan actualizaciones de estado predecibles mediante The Elm Architecture mientras compilan a JavaScript."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { elm };
|
|
31
|
+
//# sourceMappingURL=elm.js.map
|
|
32
|
+
//# sourceMappingURL=elm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/elm.ts"],"names":[],"mappings":";AAEO,IAAM,GAAA,GAAM;AAAA,EACjB,IAAA,EAAM,KAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,MAAM,CAAA;AAAA,EACnB,MAAA,EAAQ,gBAAA;AAAA,EACR,OAAA,EAAS,sBAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,aAAA,EAAe,YAAY,kBAAkB,CAAA;AAAA,EACvE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,SAAA,EAAW,YAAY,CAAA;AAAA,IAClC,eAAA,EAAiB,CAAC,KAAA,EAAO,KAAA,EAAO,QAAQ,MAAM,CAAA;AAAA,IAC9C,UAAA,EAAY,CAAC,KAAA,EAAO,UAAA,EAAY,wBAAwB;AAAA,GAC1D;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,kEAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,kFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,kFAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"elm.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const elm = {\n slug: \"elm\",\n publishedDate: \"2012-03-30\",\n extensions: [\".elm\"],\n author: \"Evan Czaplicki\",\n website: \"https://elm-lang.org\",\n paradigms: [\"functional\", \"declarative\", \"reactive\", \"statically typed\"],\n tooling: {\n runtimes: [\"Browser\", \"JavaScript\"],\n packageManagers: [\"elm\", \"npm\", \"pnpm\", \"Yarn\"],\n ecosystems: [\"Web\", \"Frontend\", \"Functional Programming\"],\n },\n version: \"0.19.1\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/f/f3/Elm_logo.svg\",\n i18n: {\n en: {\n name: \"Elm\",\n description:\n \"A functional language for reliable web applications that compiles to JavaScript.\",\n longDescription:\n \"Elm is a functional programming language designed for building browser applications with strong static types, immutable data, pure functions, pattern matching, and a friendly compiler that emphasizes clear error messages.\\n\\nIt is used for frontend applications, interactive web interfaces, learning functional programming, and projects that want predictable state updates through The Elm Architecture while compiling to JavaScript.\",\n },\n es: {\n name: \"Elm\",\n description:\n \"Un lenguaje funcional para aplicaciones web confiables que compila a JavaScript.\",\n longDescription:\n \"Elm es un lenguaje de programacion funcional disenado para crear aplicaciones de navegador con tipado estatico fuerte, datos inmutables, funciones puras, pattern matching y un compilador amigable que prioriza mensajes de error claros.\\n\\nSe usa en aplicaciones frontend, interfaces web interactivas, aprendizaje de programacion funcional y proyectos que buscan actualizaciones de estado predecibles mediante The Elm Architecture mientras compilan a JavaScript.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/erlang.ts
|
|
4
|
+
var erlang = {
|
|
5
|
+
slug: "erlang",
|
|
6
|
+
publishedDate: "1986-01-01",
|
|
7
|
+
extensions: [".erl", ".hrl", ".app.src", ".escript", ".xrl", ".yrl", "rebar.config"],
|
|
8
|
+
author: "Joe Armstrong, Robert Virding, Mike Williams / Ericsson",
|
|
9
|
+
website: "https://www.erlang.org",
|
|
10
|
+
paradigms: ["concurrent", "distributed", "functional", "message-passing"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["BEAM", "Erlang/OTP"],
|
|
13
|
+
packageManagers: ["rebar3", "Hex"],
|
|
14
|
+
ecosystems: ["BEAM", "Telecom", "Distributed Systems", "Fault-tolerant Systems"]
|
|
15
|
+
},
|
|
16
|
+
version: "OTP 29.0",
|
|
17
|
+
logo: "https://cdn.simpleicons.org/erlang/A90533",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Erlang",
|
|
21
|
+
description: "A concurrent functional language for fault-tolerant, distributed, and highly available systems.",
|
|
22
|
+
longDescription: "Erlang is a functional programming language and runtime system designed for concurrent, distributed, fault-tolerant applications. Erlang/OTP includes the BEAM virtual machine, lightweight processes, message passing, supervisors, applications, releases, and libraries for building resilient systems.\n\nIt is widely used in telecom platforms, messaging systems, databases, real-time services, network infrastructure, IoT, and systems where uptime, hot code upgrades, and fault isolation are central requirements."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Erlang",
|
|
26
|
+
description: "Un lenguaje funcional concurrente para sistemas tolerantes a fallos, distribuidos y altamente disponibles.",
|
|
27
|
+
longDescription: "Erlang es un lenguaje de programacion funcional y sistema runtime disenado para aplicaciones concurrentes, distribuidas y tolerantes a fallos. Erlang/OTP incluye la maquina virtual BEAM, procesos ligeros, paso de mensajes, supervisores, aplicaciones, releases y librerias para construir sistemas resilientes.\n\nSe usa ampliamente en plataformas de telecomunicaciones, sistemas de mensajeria, bases de datos, servicios en tiempo real, infraestructura de red, IoT y sistemas donde uptime, hot code upgrades y aislamiento de fallos son requisitos centrales."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.erlang = erlang;
|
|
33
|
+
//# sourceMappingURL=erlang.cjs.map
|
|
34
|
+
//# sourceMappingURL=erlang.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/erlang.ts"],"names":[],"mappings":";;;AAEO,IAAM,MAAA,GAAS;AAAA,EACpB,IAAA,EAAM,QAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,MAAA,EAAQ,MAAA,EAAQ,YAAY,UAAA,EAAY,MAAA,EAAQ,QAAQ,cAAc,CAAA;AAAA,EACnF,MAAA,EAAQ,yDAAA;AAAA,EACR,OAAA,EAAS,wBAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,aAAA,EAAe,cAAc,iBAAiB,CAAA;AAAA,EACxE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,MAAA,EAAQ,YAAY,CAAA;AAAA,IAC/B,eAAA,EAAiB,CAAC,QAAA,EAAU,KAAK,CAAA;AAAA,IACjC,UAAA,EAAY,CAAC,MAAA,EAAQ,SAAA,EAAW,uBAAuB,wBAAwB;AAAA,GACjF;AAAA,EACA,OAAA,EAAS,UAAA;AAAA,EACT,IAAA,EAAM,2CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,QAAA;AAAA,MACN,WAAA,EACE,iGAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,QAAA;AAAA,MACN,WAAA,EACE,4GAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"erlang.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const erlang = {\n slug: \"erlang\",\n publishedDate: \"1986-01-01\",\n extensions: [\".erl\", \".hrl\", \".app.src\", \".escript\", \".xrl\", \".yrl\", \"rebar.config\"],\n author: \"Joe Armstrong, Robert Virding, Mike Williams / Ericsson\",\n website: \"https://www.erlang.org\",\n paradigms: [\"concurrent\", \"distributed\", \"functional\", \"message-passing\"],\n tooling: {\n runtimes: [\"BEAM\", \"Erlang/OTP\"],\n packageManagers: [\"rebar3\", \"Hex\"],\n ecosystems: [\"BEAM\", \"Telecom\", \"Distributed Systems\", \"Fault-tolerant Systems\"],\n },\n version: \"OTP 29.0\",\n logo: \"https://cdn.simpleicons.org/erlang/A90533\",\n i18n: {\n en: {\n name: \"Erlang\",\n description:\n \"A concurrent functional language for fault-tolerant, distributed, and highly available systems.\",\n longDescription:\n \"Erlang is a functional programming language and runtime system designed for concurrent, distributed, fault-tolerant applications. Erlang/OTP includes the BEAM virtual machine, lightweight processes, message passing, supervisors, applications, releases, and libraries for building resilient systems.\\n\\nIt is widely used in telecom platforms, messaging systems, databases, real-time services, network infrastructure, IoT, and systems where uptime, hot code upgrades, and fault isolation are central requirements.\",\n },\n es: {\n name: \"Erlang\",\n description:\n \"Un lenguaje funcional concurrente para sistemas tolerantes a fallos, distribuidos y altamente disponibles.\",\n longDescription:\n \"Erlang es un lenguaje de programacion funcional y sistema runtime disenado para aplicaciones concurrentes, distribuidas y tolerantes a fallos. Erlang/OTP incluye la maquina virtual BEAM, procesos ligeros, paso de mensajes, supervisores, aplicaciones, releases y librerias para construir sistemas resilientes.\\n\\nSe usa ampliamente en plataformas de telecomunicaciones, sistemas de mensajeria, bases de datos, servicios en tiempo real, infraestructura de red, IoT y sistemas donde uptime, hot code upgrades y aislamiento de fallos son requisitos centrales.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const erlang: {
|
|
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 { erlang };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const erlang: {
|
|
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 { erlang };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// src/languages/erlang.ts
|
|
2
|
+
var erlang = {
|
|
3
|
+
slug: "erlang",
|
|
4
|
+
publishedDate: "1986-01-01",
|
|
5
|
+
extensions: [".erl", ".hrl", ".app.src", ".escript", ".xrl", ".yrl", "rebar.config"],
|
|
6
|
+
author: "Joe Armstrong, Robert Virding, Mike Williams / Ericsson",
|
|
7
|
+
website: "https://www.erlang.org",
|
|
8
|
+
paradigms: ["concurrent", "distributed", "functional", "message-passing"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["BEAM", "Erlang/OTP"],
|
|
11
|
+
packageManagers: ["rebar3", "Hex"],
|
|
12
|
+
ecosystems: ["BEAM", "Telecom", "Distributed Systems", "Fault-tolerant Systems"]
|
|
13
|
+
},
|
|
14
|
+
version: "OTP 29.0",
|
|
15
|
+
logo: "https://cdn.simpleicons.org/erlang/A90533",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Erlang",
|
|
19
|
+
description: "A concurrent functional language for fault-tolerant, distributed, and highly available systems.",
|
|
20
|
+
longDescription: "Erlang is a functional programming language and runtime system designed for concurrent, distributed, fault-tolerant applications. Erlang/OTP includes the BEAM virtual machine, lightweight processes, message passing, supervisors, applications, releases, and libraries for building resilient systems.\n\nIt is widely used in telecom platforms, messaging systems, databases, real-time services, network infrastructure, IoT, and systems where uptime, hot code upgrades, and fault isolation are central requirements."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Erlang",
|
|
24
|
+
description: "Un lenguaje funcional concurrente para sistemas tolerantes a fallos, distribuidos y altamente disponibles.",
|
|
25
|
+
longDescription: "Erlang es un lenguaje de programacion funcional y sistema runtime disenado para aplicaciones concurrentes, distribuidas y tolerantes a fallos. Erlang/OTP incluye la maquina virtual BEAM, procesos ligeros, paso de mensajes, supervisores, aplicaciones, releases y librerias para construir sistemas resilientes.\n\nSe usa ampliamente en plataformas de telecomunicaciones, sistemas de mensajeria, bases de datos, servicios en tiempo real, infraestructura de red, IoT y sistemas donde uptime, hot code upgrades y aislamiento de fallos son requisitos centrales."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { erlang };
|
|
31
|
+
//# sourceMappingURL=erlang.js.map
|
|
32
|
+
//# sourceMappingURL=erlang.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/erlang.ts"],"names":[],"mappings":";AAEO,IAAM,MAAA,GAAS;AAAA,EACpB,IAAA,EAAM,QAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,MAAA,EAAQ,MAAA,EAAQ,YAAY,UAAA,EAAY,MAAA,EAAQ,QAAQ,cAAc,CAAA;AAAA,EACnF,MAAA,EAAQ,yDAAA;AAAA,EACR,OAAA,EAAS,wBAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,aAAA,EAAe,cAAc,iBAAiB,CAAA;AAAA,EACxE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,MAAA,EAAQ,YAAY,CAAA;AAAA,IAC/B,eAAA,EAAiB,CAAC,QAAA,EAAU,KAAK,CAAA;AAAA,IACjC,UAAA,EAAY,CAAC,MAAA,EAAQ,SAAA,EAAW,uBAAuB,wBAAwB;AAAA,GACjF;AAAA,EACA,OAAA,EAAS,UAAA;AAAA,EACT,IAAA,EAAM,2CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,QAAA;AAAA,MACN,WAAA,EACE,iGAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,QAAA;AAAA,MACN,WAAA,EACE,4GAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"erlang.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const erlang = {\n slug: \"erlang\",\n publishedDate: \"1986-01-01\",\n extensions: [\".erl\", \".hrl\", \".app.src\", \".escript\", \".xrl\", \".yrl\", \"rebar.config\"],\n author: \"Joe Armstrong, Robert Virding, Mike Williams / Ericsson\",\n website: \"https://www.erlang.org\",\n paradigms: [\"concurrent\", \"distributed\", \"functional\", \"message-passing\"],\n tooling: {\n runtimes: [\"BEAM\", \"Erlang/OTP\"],\n packageManagers: [\"rebar3\", \"Hex\"],\n ecosystems: [\"BEAM\", \"Telecom\", \"Distributed Systems\", \"Fault-tolerant Systems\"],\n },\n version: \"OTP 29.0\",\n logo: \"https://cdn.simpleicons.org/erlang/A90533\",\n i18n: {\n en: {\n name: \"Erlang\",\n description:\n \"A concurrent functional language for fault-tolerant, distributed, and highly available systems.\",\n longDescription:\n \"Erlang is a functional programming language and runtime system designed for concurrent, distributed, fault-tolerant applications. Erlang/OTP includes the BEAM virtual machine, lightweight processes, message passing, supervisors, applications, releases, and libraries for building resilient systems.\\n\\nIt is widely used in telecom platforms, messaging systems, databases, real-time services, network infrastructure, IoT, and systems where uptime, hot code upgrades, and fault isolation are central requirements.\",\n },\n es: {\n name: \"Erlang\",\n description:\n \"Un lenguaje funcional concurrente para sistemas tolerantes a fallos, distribuidos y altamente disponibles.\",\n longDescription:\n \"Erlang es un lenguaje de programacion funcional y sistema runtime disenado para aplicaciones concurrentes, distribuidas y tolerantes a fallos. Erlang/OTP incluye la maquina virtual BEAM, procesos ligeros, paso de mensajes, supervisores, aplicaciones, releases y librerias para construir sistemas resilientes.\\n\\nSe usa ampliamente en plataformas de telecomunicaciones, sistemas de mensajeria, bases de datos, servicios en tiempo real, infraestructura de red, IoT y sistemas donde uptime, hot code upgrades y aislamiento de fallos son requisitos centrales.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/fortran.ts
|
|
4
|
+
var fortran = {
|
|
5
|
+
slug: "fortran",
|
|
6
|
+
publishedDate: "1957-10-15",
|
|
7
|
+
extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"],
|
|
8
|
+
author: "John Backus / IBM",
|
|
9
|
+
website: "https://fortran-lang.org",
|
|
10
|
+
paradigms: ["array", "imperative", "procedural", "structured"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Native", "HPC clusters"],
|
|
13
|
+
packageManagers: ["fpm", "Spack"],
|
|
14
|
+
ecosystems: ["Scientific Computing", "HPC", "Numerical Computing", "Engineering"]
|
|
15
|
+
},
|
|
16
|
+
version: "Fortran 2023",
|
|
17
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/b/b8/Fortran_logo.svg",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Fortran",
|
|
21
|
+
description: "A compiled language for numerical computing, scientific software, and high-performance systems.",
|
|
22
|
+
longDescription: "Fortran is one of the earliest high-level programming languages and remains important for numerical computing, scientific simulation, engineering software, and high-performance computing. Modern Fortran includes modules, array programming, generic interfaces, derived types, coarrays, and interoperability with C.\n\nIt is widely used in climate models, physics simulations, computational chemistry, aerospace, numerical libraries, weather forecasting, and long-lived scientific codebases where performance and stable language standards matter."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Fortran",
|
|
26
|
+
description: "Un lenguaje compilado para computacion numerica, software cientifico y sistemas de alto rendimiento.",
|
|
27
|
+
longDescription: "Fortran es uno de los primeros lenguajes de programacion de alto nivel y sigue siendo importante para computacion numerica, simulacion cientifica, software de ingenieria y high-performance computing. Fortran moderno incluye modulos, programacion con arrays, interfaces genericas, tipos derivados, coarrays e interoperabilidad con C.\n\nSe usa ampliamente en modelos climaticos, simulaciones fisicas, quimica computacional, aeroespacial, librerias numericas, prediccion meteorologica y codebases cientificas de larga vida donde importan el rendimiento y estandares estables del lenguaje."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.fortran = fortran;
|
|
33
|
+
//# sourceMappingURL=fortran.cjs.map
|
|
34
|
+
//# sourceMappingURL=fortran.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/fortran.ts"],"names":[],"mappings":";;;AAEO,IAAM,OAAA,GAAU;AAAA,EACrB,IAAA,EAAM,SAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,IAAA,EAAM,MAAA,EAAQ,MAAA,EAAQ,QAAQ,MAAA,EAAQ,MAAA,EAAQ,MAAA,EAAQ,MAAA,EAAQ,MAAM,CAAA;AAAA,EACjF,MAAA,EAAQ,mBAAA;AAAA,EACR,OAAA,EAAS,0BAAA;AAAA,EACT,SAAA,EAAW,CAAC,OAAA,EAAS,YAAA,EAAc,cAAc,YAAY,CAAA;AAAA,EAC7D,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,QAAA,EAAU,cAAc,CAAA;AAAA,IACnC,eAAA,EAAiB,CAAC,KAAA,EAAO,OAAO,CAAA;AAAA,IAChC,UAAA,EAAY,CAAC,sBAAA,EAAwB,KAAA,EAAO,uBAAuB,aAAa;AAAA,GAClF;AAAA,EACA,OAAA,EAAS,cAAA;AAAA,EACT,IAAA,EAAM,sEAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,iGAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,sGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"fortran.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const fortran = {\n slug: \"fortran\",\n publishedDate: \"1957-10-15\",\n extensions: [\".f\", \".for\", \".ftn\", \".f90\", \".f95\", \".f03\", \".f08\", \".f18\", \".f23\"],\n author: \"John Backus / IBM\",\n website: \"https://fortran-lang.org\",\n paradigms: [\"array\", \"imperative\", \"procedural\", \"structured\"],\n tooling: {\n runtimes: [\"Native\", \"HPC clusters\"],\n packageManagers: [\"fpm\", \"Spack\"],\n ecosystems: [\"Scientific Computing\", \"HPC\", \"Numerical Computing\", \"Engineering\"],\n },\n version: \"Fortran 2023\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/b/b8/Fortran_logo.svg\",\n i18n: {\n en: {\n name: \"Fortran\",\n description:\n \"A compiled language for numerical computing, scientific software, and high-performance systems.\",\n longDescription:\n \"Fortran is one of the earliest high-level programming languages and remains important for numerical computing, scientific simulation, engineering software, and high-performance computing. Modern Fortran includes modules, array programming, generic interfaces, derived types, coarrays, and interoperability with C.\\n\\nIt is widely used in climate models, physics simulations, computational chemistry, aerospace, numerical libraries, weather forecasting, and long-lived scientific codebases where performance and stable language standards matter.\",\n },\n es: {\n name: \"Fortran\",\n description:\n \"Un lenguaje compilado para computacion numerica, software cientifico y sistemas de alto rendimiento.\",\n longDescription:\n \"Fortran es uno de los primeros lenguajes de programacion de alto nivel y sigue siendo importante para computacion numerica, simulacion cientifica, software de ingenieria y high-performance computing. Fortran moderno incluye modulos, programacion con arrays, interfaces genericas, tipos derivados, coarrays e interoperabilidad con C.\\n\\nSe usa ampliamente en modelos climaticos, simulaciones fisicas, quimica computacional, aeroespacial, librerias numericas, prediccion meteorologica y codebases cientificas de larga vida donde importan el rendimiento y estandares estables del lenguaje.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const fortran: {
|
|
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 { fortran };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const fortran: {
|
|
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 { fortran };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// src/languages/fortran.ts
|
|
2
|
+
var fortran = {
|
|
3
|
+
slug: "fortran",
|
|
4
|
+
publishedDate: "1957-10-15",
|
|
5
|
+
extensions: [".f", ".for", ".ftn", ".f90", ".f95", ".f03", ".f08", ".f18", ".f23"],
|
|
6
|
+
author: "John Backus / IBM",
|
|
7
|
+
website: "https://fortran-lang.org",
|
|
8
|
+
paradigms: ["array", "imperative", "procedural", "structured"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Native", "HPC clusters"],
|
|
11
|
+
packageManagers: ["fpm", "Spack"],
|
|
12
|
+
ecosystems: ["Scientific Computing", "HPC", "Numerical Computing", "Engineering"]
|
|
13
|
+
},
|
|
14
|
+
version: "Fortran 2023",
|
|
15
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/b/b8/Fortran_logo.svg",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Fortran",
|
|
19
|
+
description: "A compiled language for numerical computing, scientific software, and high-performance systems.",
|
|
20
|
+
longDescription: "Fortran is one of the earliest high-level programming languages and remains important for numerical computing, scientific simulation, engineering software, and high-performance computing. Modern Fortran includes modules, array programming, generic interfaces, derived types, coarrays, and interoperability with C.\n\nIt is widely used in climate models, physics simulations, computational chemistry, aerospace, numerical libraries, weather forecasting, and long-lived scientific codebases where performance and stable language standards matter."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Fortran",
|
|
24
|
+
description: "Un lenguaje compilado para computacion numerica, software cientifico y sistemas de alto rendimiento.",
|
|
25
|
+
longDescription: "Fortran es uno de los primeros lenguajes de programacion de alto nivel y sigue siendo importante para computacion numerica, simulacion cientifica, software de ingenieria y high-performance computing. Fortran moderno incluye modulos, programacion con arrays, interfaces genericas, tipos derivados, coarrays e interoperabilidad con C.\n\nSe usa ampliamente en modelos climaticos, simulaciones fisicas, quimica computacional, aeroespacial, librerias numericas, prediccion meteorologica y codebases cientificas de larga vida donde importan el rendimiento y estandares estables del lenguaje."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { fortran };
|
|
31
|
+
//# sourceMappingURL=fortran.js.map
|
|
32
|
+
//# sourceMappingURL=fortran.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/fortran.ts"],"names":[],"mappings":";AAEO,IAAM,OAAA,GAAU;AAAA,EACrB,IAAA,EAAM,SAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,IAAA,EAAM,MAAA,EAAQ,MAAA,EAAQ,QAAQ,MAAA,EAAQ,MAAA,EAAQ,MAAA,EAAQ,MAAA,EAAQ,MAAM,CAAA;AAAA,EACjF,MAAA,EAAQ,mBAAA;AAAA,EACR,OAAA,EAAS,0BAAA;AAAA,EACT,SAAA,EAAW,CAAC,OAAA,EAAS,YAAA,EAAc,cAAc,YAAY,CAAA;AAAA,EAC7D,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,QAAA,EAAU,cAAc,CAAA;AAAA,IACnC,eAAA,EAAiB,CAAC,KAAA,EAAO,OAAO,CAAA;AAAA,IAChC,UAAA,EAAY,CAAC,sBAAA,EAAwB,KAAA,EAAO,uBAAuB,aAAa;AAAA,GAClF;AAAA,EACA,OAAA,EAAS,cAAA;AAAA,EACT,IAAA,EAAM,sEAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,iGAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,sGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"fortran.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const fortran = {\n slug: \"fortran\",\n publishedDate: \"1957-10-15\",\n extensions: [\".f\", \".for\", \".ftn\", \".f90\", \".f95\", \".f03\", \".f08\", \".f18\", \".f23\"],\n author: \"John Backus / IBM\",\n website: \"https://fortran-lang.org\",\n paradigms: [\"array\", \"imperative\", \"procedural\", \"structured\"],\n tooling: {\n runtimes: [\"Native\", \"HPC clusters\"],\n packageManagers: [\"fpm\", \"Spack\"],\n ecosystems: [\"Scientific Computing\", \"HPC\", \"Numerical Computing\", \"Engineering\"],\n },\n version: \"Fortran 2023\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/b/b8/Fortran_logo.svg\",\n i18n: {\n en: {\n name: \"Fortran\",\n description:\n \"A compiled language for numerical computing, scientific software, and high-performance systems.\",\n longDescription:\n \"Fortran is one of the earliest high-level programming languages and remains important for numerical computing, scientific simulation, engineering software, and high-performance computing. Modern Fortran includes modules, array programming, generic interfaces, derived types, coarrays, and interoperability with C.\\n\\nIt is widely used in climate models, physics simulations, computational chemistry, aerospace, numerical libraries, weather forecasting, and long-lived scientific codebases where performance and stable language standards matter.\",\n },\n es: {\n name: \"Fortran\",\n description:\n \"Un lenguaje compilado para computacion numerica, software cientifico y sistemas de alto rendimiento.\",\n longDescription:\n \"Fortran es uno de los primeros lenguajes de programacion de alto nivel y sigue siendo importante para computacion numerica, simulacion cientifica, software de ingenieria y high-performance computing. Fortran moderno incluye modulos, programacion con arrays, interfaces genericas, tipos derivados, coarrays e interoperabilidad con C.\\n\\nSe usa ampliamente en modelos climaticos, simulaciones fisicas, quimica computacional, aeroespacial, librerias numericas, prediccion meteorologica y codebases cientificas de larga vida donde importan el rendimiento y estandares estables del lenguaje.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/perl.ts
|
|
4
|
+
var perl = {
|
|
5
|
+
slug: "perl",
|
|
6
|
+
publishedDate: "1987-12-18",
|
|
7
|
+
extensions: [".pl", ".pm", ".pod", ".t", ".psgi"],
|
|
8
|
+
author: "Larry Wall",
|
|
9
|
+
website: "https://www.perl.org",
|
|
10
|
+
paradigms: ["functional", "imperative", "object-oriented", "procedural", "scripting"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Perl interpreter", "mod_perl", "PSGI/Plack"],
|
|
13
|
+
packageManagers: ["CPAN", "cpanm", "Carton"],
|
|
14
|
+
ecosystems: ["Unix", "Web", "Text Processing", "System Administration", "Bioinformatics"]
|
|
15
|
+
},
|
|
16
|
+
version: "5.42.2",
|
|
17
|
+
logo: "https://cdn.simpleicons.org/perl/39457E",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Perl",
|
|
21
|
+
description: "A flexible scripting language for text processing, automation, web systems, and CPAN modules.",
|
|
22
|
+
longDescription: "Perl is a high-level scripting language created by Larry Wall, known for practical text processing, regular expressions, system scripting, dynamic typing, CPAN, and a strong culture of reusable modules. Perl 5 remains the main production language in the Perl family.\n\nIt is used for Unix automation, log processing, legacy web applications, bioinformatics, data munging, release tooling, network services, and long-lived operational scripts where expressive text handling and mature libraries matter."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Perl",
|
|
26
|
+
description: "Un lenguaje de scripting flexible para procesamiento de texto, automatizacion, web y modulos CPAN.",
|
|
27
|
+
longDescription: "Perl es un lenguaje de scripting de alto nivel creado por Larry Wall, conocido por el procesamiento practico de texto, expresiones regulares, scripting de sistemas, tipado dinamico, CPAN y una cultura fuerte de modulos reutilizables. Perl 5 sigue siendo el lenguaje principal de produccion dentro de la familia Perl.\n\nSe usa en automatizacion Unix, procesamiento de logs, aplicaciones web legacy, bioinformatica, transformacion de datos, tooling de releases, servicios de red y scripts operacionales de larga vida donde importan el manejo expresivo de texto y librerias maduras."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.perl = perl;
|
|
33
|
+
//# sourceMappingURL=perl.cjs.map
|
|
34
|
+
//# sourceMappingURL=perl.cjs.map
|