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
package/dist/detect.js
CHANGED
|
@@ -2463,6 +2463,35 @@ var makefile = {
|
|
|
2463
2463
|
}
|
|
2464
2464
|
};
|
|
2465
2465
|
|
|
2466
|
+
// src/languages/mako.ts
|
|
2467
|
+
var mako = {
|
|
2468
|
+
slug: "mako",
|
|
2469
|
+
publishedDate: "2006-07-17",
|
|
2470
|
+
extensions: [".mako", ".mao"],
|
|
2471
|
+
author: "Michael Bayer / Mako contributors",
|
|
2472
|
+
website: "https://www.makotemplates.org",
|
|
2473
|
+
paradigms: ["templating", "declarative", "scripting"],
|
|
2474
|
+
tooling: {
|
|
2475
|
+
runtimes: ["Python"],
|
|
2476
|
+
packageManagers: ["pip", "uv", "Poetry"],
|
|
2477
|
+
ecosystems: ["Python", "Web", "Documentation"]
|
|
2478
|
+
},
|
|
2479
|
+
version: "1.3.10",
|
|
2480
|
+
logo: "https://cdn.simpleicons.org/python/3776AB",
|
|
2481
|
+
i18n: {
|
|
2482
|
+
en: {
|
|
2483
|
+
name: "Mako",
|
|
2484
|
+
description: "A Python template language for generating text, HTML, and source artifacts.",
|
|
2485
|
+
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."
|
|
2486
|
+
},
|
|
2487
|
+
es: {
|
|
2488
|
+
name: "Mako",
|
|
2489
|
+
description: "Un lenguaje de plantillas de Python para generar texto, HTML y artefactos fuente.",
|
|
2490
|
+
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."
|
|
2491
|
+
}
|
|
2492
|
+
}
|
|
2493
|
+
};
|
|
2494
|
+
|
|
2466
2495
|
// src/languages/markdown.ts
|
|
2467
2496
|
var markdown = {
|
|
2468
2497
|
slug: "markdown",
|
|
@@ -2487,6 +2516,34 @@ var markdown = {
|
|
|
2487
2516
|
}
|
|
2488
2517
|
};
|
|
2489
2518
|
|
|
2519
|
+
// src/languages/mathematica.ts
|
|
2520
|
+
var mathematica = {
|
|
2521
|
+
slug: "mathematica",
|
|
2522
|
+
publishedDate: "1988-06-23",
|
|
2523
|
+
extensions: [".wl", ".wls", ".nb"],
|
|
2524
|
+
author: "Stephen Wolfram / Wolfram Research",
|
|
2525
|
+
website: "https://www.wolfram.com/language/",
|
|
2526
|
+
paradigms: ["symbolic", "functional", "rule-based", "notebook"],
|
|
2527
|
+
tooling: {
|
|
2528
|
+
runtimes: ["Wolfram Engine", "Wolfram Cloud", "Mathematica"],
|
|
2529
|
+
ecosystems: ["Scientific Computing", "Symbolic Computing", "Notebooks"]
|
|
2530
|
+
},
|
|
2531
|
+
version: "14.3",
|
|
2532
|
+
logo: "https://cdn.simpleicons.org/wolfram/DD1100",
|
|
2533
|
+
i18n: {
|
|
2534
|
+
en: {
|
|
2535
|
+
name: "Wolfram Language",
|
|
2536
|
+
description: "A symbolic computation language used by Mathematica and Wolfram tools.",
|
|
2537
|
+
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."
|
|
2538
|
+
},
|
|
2539
|
+
es: {
|
|
2540
|
+
name: "Wolfram Language",
|
|
2541
|
+
description: "Un lenguaje de computacion simbolica usado por Mathematica y herramientas Wolfram.",
|
|
2542
|
+
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."
|
|
2543
|
+
}
|
|
2544
|
+
}
|
|
2545
|
+
};
|
|
2546
|
+
|
|
2490
2547
|
// src/languages/matlab.ts
|
|
2491
2548
|
var matlab = {
|
|
2492
2549
|
slug: "matlab",
|
|
@@ -2631,6 +2688,64 @@ var metal = {
|
|
|
2631
2688
|
}
|
|
2632
2689
|
};
|
|
2633
2690
|
|
|
2691
|
+
// src/languages/mojo.ts
|
|
2692
|
+
var mojo = {
|
|
2693
|
+
slug: "mojo",
|
|
2694
|
+
publishedDate: "2023-05-02",
|
|
2695
|
+
extensions: [".mojo"],
|
|
2696
|
+
author: "Modular",
|
|
2697
|
+
website: "https://www.modular.com/mojo",
|
|
2698
|
+
paradigms: ["imperative", "systems", "statically typed", "data-oriented"],
|
|
2699
|
+
tooling: {
|
|
2700
|
+
runtimes: ["Mojo toolchain", "MAX"],
|
|
2701
|
+
packageManagers: ["pixi", "pip"],
|
|
2702
|
+
ecosystems: ["AI", "Accelerators", "Python"]
|
|
2703
|
+
},
|
|
2704
|
+
version: "0.26.1",
|
|
2705
|
+
logo: "https://avatars.githubusercontent.com/u/107116314?v=4",
|
|
2706
|
+
i18n: {
|
|
2707
|
+
en: {
|
|
2708
|
+
name: "Mojo",
|
|
2709
|
+
description: "A systems-oriented language for AI and accelerator-aware programming.",
|
|
2710
|
+
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."
|
|
2711
|
+
},
|
|
2712
|
+
es: {
|
|
2713
|
+
name: "Mojo",
|
|
2714
|
+
description: "Un lenguaje orientado a sistemas para IA y programacion con aceleradores.",
|
|
2715
|
+
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."
|
|
2716
|
+
}
|
|
2717
|
+
}
|
|
2718
|
+
};
|
|
2719
|
+
|
|
2720
|
+
// src/languages/moonbit.ts
|
|
2721
|
+
var moonbit = {
|
|
2722
|
+
slug: "moonbit",
|
|
2723
|
+
publishedDate: "2023-08-18",
|
|
2724
|
+
extensions: [".mbt"],
|
|
2725
|
+
author: "MoonBit Team",
|
|
2726
|
+
website: "https://www.moonbitlang.com",
|
|
2727
|
+
paradigms: ["functional", "statically typed", "multi-paradigm", "wasm"],
|
|
2728
|
+
tooling: {
|
|
2729
|
+
runtimes: ["MoonBit toolchain", "WebAssembly", "JavaScript"],
|
|
2730
|
+
packageManagers: ["moon"],
|
|
2731
|
+
ecosystems: ["WebAssembly", "Web", "Embedded"]
|
|
2732
|
+
},
|
|
2733
|
+
version: "0.9.2",
|
|
2734
|
+
logo: "https://avatars.githubusercontent.com/u/124476259?v=4",
|
|
2735
|
+
i18n: {
|
|
2736
|
+
en: {
|
|
2737
|
+
name: "MoonBit",
|
|
2738
|
+
description: "A statically typed language and toolchain designed for WebAssembly output.",
|
|
2739
|
+
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."
|
|
2740
|
+
},
|
|
2741
|
+
es: {
|
|
2742
|
+
name: "MoonBit",
|
|
2743
|
+
description: "Un lenguaje tipado y toolchain disenado para generar WebAssembly.",
|
|
2744
|
+
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."
|
|
2745
|
+
}
|
|
2746
|
+
}
|
|
2747
|
+
};
|
|
2748
|
+
|
|
2634
2749
|
// src/languages/nginx.ts
|
|
2635
2750
|
var nginx = {
|
|
2636
2751
|
slug: "nginx",
|
|
@@ -2775,6 +2890,63 @@ var ocaml = {
|
|
|
2775
2890
|
}
|
|
2776
2891
|
};
|
|
2777
2892
|
|
|
2893
|
+
// src/languages/odin.ts
|
|
2894
|
+
var odin = {
|
|
2895
|
+
slug: "odin",
|
|
2896
|
+
publishedDate: "2016-11-05",
|
|
2897
|
+
extensions: [".odin"],
|
|
2898
|
+
author: "Ginger Bill",
|
|
2899
|
+
website: "https://odin-lang.org",
|
|
2900
|
+
paradigms: ["imperative", "procedural", "systems", "data-oriented"],
|
|
2901
|
+
tooling: {
|
|
2902
|
+
runtimes: ["Odin compiler"],
|
|
2903
|
+
packageManagers: ["odin"],
|
|
2904
|
+
ecosystems: ["Systems", "Game Development", "Native"]
|
|
2905
|
+
},
|
|
2906
|
+
version: "dev-2026-02",
|
|
2907
|
+
logo: "https://avatars.githubusercontent.com/u/12533910?v=4",
|
|
2908
|
+
i18n: {
|
|
2909
|
+
en: {
|
|
2910
|
+
name: "Odin",
|
|
2911
|
+
description: "A data-oriented systems language for native software and game tooling.",
|
|
2912
|
+
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."
|
|
2913
|
+
},
|
|
2914
|
+
es: {
|
|
2915
|
+
name: "Odin",
|
|
2916
|
+
description: "Un lenguaje de sistemas orientado a datos para software nativo y juegos.",
|
|
2917
|
+
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."
|
|
2918
|
+
}
|
|
2919
|
+
}
|
|
2920
|
+
};
|
|
2921
|
+
|
|
2922
|
+
// src/languages/opencl.ts
|
|
2923
|
+
var opencl = {
|
|
2924
|
+
slug: "opencl",
|
|
2925
|
+
publishedDate: "2008-12-08",
|
|
2926
|
+
extensions: [".cl", ".clh"],
|
|
2927
|
+
author: "Khronos Group",
|
|
2928
|
+
website: "https://www.khronos.org/opencl/",
|
|
2929
|
+
paradigms: ["parallel", "kernel", "data-parallel", "c-family"],
|
|
2930
|
+
tooling: {
|
|
2931
|
+
runtimes: ["OpenCL Runtime"],
|
|
2932
|
+
ecosystems: ["GPU Compute", "Heterogeneous Computing", "Khronos"]
|
|
2933
|
+
},
|
|
2934
|
+
version: "OpenCL C 3.0",
|
|
2935
|
+
logo: "https://cdn.simpleicons.org/khronosgroup/CC3333",
|
|
2936
|
+
i18n: {
|
|
2937
|
+
en: {
|
|
2938
|
+
name: "OpenCL C",
|
|
2939
|
+
description: "The C-based kernel language for OpenCL heterogeneous compute programs.",
|
|
2940
|
+
longDescription: "OpenCL C is the kernel programming language used by OpenCL to describe parallel work over devices such as CPUs, GPUs, and accelerators. It extends a C-family model with address spaces, vector types, work-items, and synchronization primitives.\n\nIt is used for compute kernels, image processing, simulations, numeric workloads, and portable heterogeneous programs that target OpenCL runtimes."
|
|
2941
|
+
},
|
|
2942
|
+
es: {
|
|
2943
|
+
name: "OpenCL C",
|
|
2944
|
+
description: "El lenguaje de kernels basado en C para programas de computo OpenCL.",
|
|
2945
|
+
longDescription: "OpenCL C es el lenguaje de kernels que usa OpenCL para describir trabajo paralelo sobre dispositivos como CPUs, GPUs y aceleradores. Extiende un modelo de la familia C con espacios de direcciones, tipos vectoriales, work-items y primitivas de sincronizacion.\n\nSe usa en kernels de computo, procesamiento de imagenes, simulaciones, cargas numericas y programas heterogeneos portables dirigidos a runtimes OpenCL."
|
|
2946
|
+
}
|
|
2947
|
+
}
|
|
2948
|
+
};
|
|
2949
|
+
|
|
2778
2950
|
// src/languages/pascal.ts
|
|
2779
2951
|
var pascal = {
|
|
2780
2952
|
slug: "pascal",
|
|
@@ -2862,6 +3034,34 @@ var php = {
|
|
|
2862
3034
|
}
|
|
2863
3035
|
};
|
|
2864
3036
|
|
|
3037
|
+
// src/languages/pine-script.ts
|
|
3038
|
+
var pineScript = {
|
|
3039
|
+
slug: "pine-script",
|
|
3040
|
+
publishedDate: "2013-12-01",
|
|
3041
|
+
extensions: [".pine"],
|
|
3042
|
+
author: "TradingView",
|
|
3043
|
+
website: "https://www.tradingview.com/pine-script-docs/",
|
|
3044
|
+
paradigms: ["domain-specific", "time-series", "declarative", "scripting"],
|
|
3045
|
+
tooling: {
|
|
3046
|
+
runtimes: ["TradingView"],
|
|
3047
|
+
ecosystems: ["Charts", "Trading", "Technical Analysis"]
|
|
3048
|
+
},
|
|
3049
|
+
version: "v6",
|
|
3050
|
+
logo: "https://cdn.simpleicons.org/tradingview/131722",
|
|
3051
|
+
i18n: {
|
|
3052
|
+
en: {
|
|
3053
|
+
name: "Pine Script",
|
|
3054
|
+
description: "TradingView's language for indicators, strategies, and chart studies.",
|
|
3055
|
+
longDescription: "Pine Script is a domain-specific language for expressing calculations over chart bars, series values, indicators, alerts, and trading strategies in TradingView. Its execution model is centered on time-series data.\n\nIt is used for custom technical indicators, backtested strategies, chart overlays, alerts, and market analysis shared through TradingView."
|
|
3056
|
+
},
|
|
3057
|
+
es: {
|
|
3058
|
+
name: "Pine Script",
|
|
3059
|
+
description: "El lenguaje de TradingView para indicadores, estrategias y estudios de graficos.",
|
|
3060
|
+
longDescription: "Pine Script es un lenguaje de dominio especifico para expresar calculos sobre barras, series, indicadores, alertas y estrategias de trading en TradingView. Su modelo de ejecucion gira alrededor de datos temporales.\n\nSe usa en indicadores tecnicos personalizados, estrategias con backtesting, overlays de graficos, alertas y analisis de mercado compartido en TradingView."
|
|
3061
|
+
}
|
|
3062
|
+
}
|
|
3063
|
+
};
|
|
3064
|
+
|
|
2865
3065
|
// src/languages/plantuml.ts
|
|
2866
3066
|
var plantuml = {
|
|
2867
3067
|
slug: "plantuml",
|
|
@@ -2891,6 +3091,63 @@ var plantuml = {
|
|
|
2891
3091
|
}
|
|
2892
3092
|
};
|
|
2893
3093
|
|
|
3094
|
+
// src/languages/plsql.ts
|
|
3095
|
+
var plsql = {
|
|
3096
|
+
slug: "plsql",
|
|
3097
|
+
publishedDate: "1992-01-01",
|
|
3098
|
+
extensions: [".pls", ".pks", ".pkb", ".plsql"],
|
|
3099
|
+
author: "Oracle",
|
|
3100
|
+
website: "https://www.oracle.com/database/technologies/appdev/plsql.html",
|
|
3101
|
+
paradigms: ["procedural", "database", "declarative", "imperative"],
|
|
3102
|
+
tooling: {
|
|
3103
|
+
runtimes: ["Oracle Database"],
|
|
3104
|
+
ecosystems: ["Oracle", "SQL", "Enterprise Data"]
|
|
3105
|
+
},
|
|
3106
|
+
version: "Oracle Database 26ai",
|
|
3107
|
+
logo: "https://github.com/oracle.png",
|
|
3108
|
+
i18n: {
|
|
3109
|
+
en: {
|
|
3110
|
+
name: "Oracle PL/SQL",
|
|
3111
|
+
description: "Oracle's procedural extension to SQL for database programs and packages.",
|
|
3112
|
+
longDescription: "PL/SQL adds blocks, variables, exceptions, procedures, functions, packages, cursors, and triggers to Oracle SQL. It keeps database logic close to data and transactional behavior inside Oracle Database.\n\nIt is used for stored procedures, migration scripts, business rules, batch jobs, packages, and enterprise database applications built on Oracle."
|
|
3113
|
+
},
|
|
3114
|
+
es: {
|
|
3115
|
+
name: "Oracle PL/SQL",
|
|
3116
|
+
description: "La extension procedural de SQL de Oracle para programas y paquetes de base de datos.",
|
|
3117
|
+
longDescription: "PL/SQL agrega bloques, variables, excepciones, procedimientos, funciones, paquetes, cursores y triggers a Oracle SQL. Mantiene logica de base de datos cerca de los datos y del comportamiento transaccional en Oracle Database.\n\nSe usa en stored procedures, scripts de migracion, reglas de negocio, trabajos batch, paquetes y aplicaciones empresariales construidas sobre Oracle."
|
|
3118
|
+
}
|
|
3119
|
+
}
|
|
3120
|
+
};
|
|
3121
|
+
|
|
3122
|
+
// src/languages/pony.ts
|
|
3123
|
+
var pony = {
|
|
3124
|
+
slug: "pony",
|
|
3125
|
+
publishedDate: "2015-04-29",
|
|
3126
|
+
extensions: [".pony"],
|
|
3127
|
+
author: "Sylvan Clebsch / Pony contributors",
|
|
3128
|
+
website: "https://www.ponylang.io",
|
|
3129
|
+
paradigms: ["actor-model", "object-oriented", "capability-secure", "concurrent"],
|
|
3130
|
+
tooling: {
|
|
3131
|
+
runtimes: ["Pony runtime"],
|
|
3132
|
+
packageManagers: ["ponyup", "corral"],
|
|
3133
|
+
ecosystems: ["Actors", "Native", "Distributed Systems"]
|
|
3134
|
+
},
|
|
3135
|
+
version: "0.61.1",
|
|
3136
|
+
logo: "https://avatars.githubusercontent.com/u/14593805?v=4",
|
|
3137
|
+
i18n: {
|
|
3138
|
+
en: {
|
|
3139
|
+
name: "Pony",
|
|
3140
|
+
description: "An actor language with reference capabilities and data-race safety.",
|
|
3141
|
+
longDescription: "Pony combines actors, object capabilities, static typing, and reference capabilities to make concurrent native programs explicit about aliasing and mutation. The language runtime schedules isolated actors that communicate by messages.\n\nIt is used for concurrent services, native experiments, actor systems, and programs that want compile-time guarantees around data races."
|
|
3142
|
+
},
|
|
3143
|
+
es: {
|
|
3144
|
+
name: "Pony",
|
|
3145
|
+
description: "Un lenguaje de actores con capacidades de referencia y seguridad ante data races.",
|
|
3146
|
+
longDescription: "Pony combina actores, object capabilities, tipado estatico y capacidades de referencia para que programas nativos concurrentes sean explicitos sobre aliasing y mutacion. El runtime agenda actores aislados que se comunican por mensajes.\n\nSe usa en servicios concurrentes, experimentos nativos, sistemas de actores y programas que buscan garantias de compilacion frente a data races."
|
|
3147
|
+
}
|
|
3148
|
+
}
|
|
3149
|
+
};
|
|
3150
|
+
|
|
2894
3151
|
// src/languages/powershell.ts
|
|
2895
3152
|
var powershell = {
|
|
2896
3153
|
slug: "powershell",
|
|
@@ -2949,6 +3206,34 @@ var prolog = {
|
|
|
2949
3206
|
}
|
|
2950
3207
|
};
|
|
2951
3208
|
|
|
3209
|
+
// src/languages/promql.ts
|
|
3210
|
+
var promql = {
|
|
3211
|
+
slug: "promql",
|
|
3212
|
+
publishedDate: "2012-11-24",
|
|
3213
|
+
extensions: [".promql"],
|
|
3214
|
+
author: "Prometheus Authors",
|
|
3215
|
+
website: "https://prometheus.io/docs/prometheus/latest/querying/basics/",
|
|
3216
|
+
paradigms: ["query", "time-series", "declarative", "domain-specific"],
|
|
3217
|
+
tooling: {
|
|
3218
|
+
runtimes: ["Prometheus", "Thanos", "Mimir"],
|
|
3219
|
+
ecosystems: ["Observability", "Metrics", "Monitoring"]
|
|
3220
|
+
},
|
|
3221
|
+
version: "Prometheus 3.x",
|
|
3222
|
+
logo: "https://cdn.simpleicons.org/prometheus/E6522C",
|
|
3223
|
+
i18n: {
|
|
3224
|
+
en: {
|
|
3225
|
+
name: "PromQL",
|
|
3226
|
+
description: "The Prometheus query language for selecting and aggregating metrics.",
|
|
3227
|
+
longDescription: "PromQL is the expression language used by Prometheus to select instant vectors, range vectors, scalars, and strings from time-series data. It includes label matching, arithmetic, aggregation, and functions for metric analysis.\n\nIt is used in dashboards, alerts, recording rules, troubleshooting, capacity analysis, and observability systems compatible with Prometheus queries."
|
|
3228
|
+
},
|
|
3229
|
+
es: {
|
|
3230
|
+
name: "PromQL",
|
|
3231
|
+
description: "El lenguaje de consulta de Prometheus para seleccionar y agregar metricas.",
|
|
3232
|
+
longDescription: "PromQL es el lenguaje de expresiones que usa Prometheus para seleccionar vectores instantaneos, rangos, escalares y cadenas desde datos de series temporales. Incluye matching de labels, aritmetica, agregaciones y funciones para analizar metricas.\n\nSe usa en dashboards, alertas, recording rules, troubleshooting, analisis de capacidad y sistemas de observabilidad compatibles con consultas Prometheus."
|
|
3233
|
+
}
|
|
3234
|
+
}
|
|
3235
|
+
};
|
|
3236
|
+
|
|
2952
3237
|
// src/languages/protobuf.ts
|
|
2953
3238
|
var protobuf = {
|
|
2954
3239
|
slug: "protobuf",
|
|
@@ -3007,6 +3292,35 @@ var pug = {
|
|
|
3007
3292
|
}
|
|
3008
3293
|
};
|
|
3009
3294
|
|
|
3295
|
+
// src/languages/purescript.ts
|
|
3296
|
+
var purescript = {
|
|
3297
|
+
slug: "purescript",
|
|
3298
|
+
publishedDate: "2013-09-01",
|
|
3299
|
+
extensions: [".purs"],
|
|
3300
|
+
author: "Phil Freeman / PureScript contributors",
|
|
3301
|
+
website: "https://www.purescript.org",
|
|
3302
|
+
paradigms: ["functional", "pure", "statically typed", "declarative"],
|
|
3303
|
+
tooling: {
|
|
3304
|
+
runtimes: ["JavaScript", "Node.js"],
|
|
3305
|
+
packageManagers: ["Spago", "npm"],
|
|
3306
|
+
ecosystems: ["Web", "Functional Programming", "JavaScript"]
|
|
3307
|
+
},
|
|
3308
|
+
version: "0.15.15",
|
|
3309
|
+
logo: "https://cdn.simpleicons.org/purescript/14161A",
|
|
3310
|
+
i18n: {
|
|
3311
|
+
en: {
|
|
3312
|
+
name: "PureScript",
|
|
3313
|
+
description: "A strongly typed purely functional language that compiles to JavaScript.",
|
|
3314
|
+
longDescription: "PureScript brings algebraic data types, type classes, effects, modules, row polymorphism, and a Haskell-influenced functional model to JavaScript targets. Its compiler emits readable JavaScript and works with foreign JavaScript modules.\n\nIt is used for front-end applications, libraries, typed domain models, functional architecture, and JavaScript projects that want explicit effect handling."
|
|
3315
|
+
},
|
|
3316
|
+
es: {
|
|
3317
|
+
name: "PureScript",
|
|
3318
|
+
description: "Un lenguaje funcional puro y fuertemente tipado que compila a JavaScript.",
|
|
3319
|
+
longDescription: "PureScript lleva tipos algebraicos, type classes, efectos, modulos, row polymorphism y un modelo funcional influido por Haskell a objetivos JavaScript. Su compilador emite JavaScript legible e interoperable con modulos externos.\n\nSe usa en aplicaciones front-end, bibliotecas, modelos de dominio tipados, arquitectura funcional y proyectos JavaScript que buscan manejo explicito de efectos."
|
|
3320
|
+
}
|
|
3321
|
+
}
|
|
3322
|
+
};
|
|
3323
|
+
|
|
3010
3324
|
// src/languages/python.ts
|
|
3011
3325
|
var python = {
|
|
3012
3326
|
slug: "python",
|
|
@@ -3065,6 +3379,35 @@ var qml = {
|
|
|
3065
3379
|
}
|
|
3066
3380
|
};
|
|
3067
3381
|
|
|
3382
|
+
// src/languages/qsharp.ts
|
|
3383
|
+
var qsharp = {
|
|
3384
|
+
slug: "qsharp",
|
|
3385
|
+
publishedDate: "2017-12-11",
|
|
3386
|
+
extensions: [".qs"],
|
|
3387
|
+
author: "Microsoft",
|
|
3388
|
+
website: "https://learn.microsoft.com/azure/quantum/qsharp-overview",
|
|
3389
|
+
paradigms: ["quantum", "domain-specific", "functional", "imperative"],
|
|
3390
|
+
tooling: {
|
|
3391
|
+
runtimes: ["Azure Quantum", "Q# compiler"],
|
|
3392
|
+
packageManagers: ["NuGet", "Python"],
|
|
3393
|
+
ecosystems: ["Quantum Computing", "Azure"]
|
|
3394
|
+
},
|
|
3395
|
+
version: "Q# 1.0",
|
|
3396
|
+
logo: "https://github.com/microsoft.png",
|
|
3397
|
+
i18n: {
|
|
3398
|
+
en: {
|
|
3399
|
+
name: "Q#",
|
|
3400
|
+
description: "Microsoft's language for expressing quantum programs and operations.",
|
|
3401
|
+
longDescription: "Q# is a quantum programming language for declaring operations, functions, qubit use, measurement, adjoints, controlled operations, and classical control around quantum routines. It is designed to model quantum algorithms separately from hardware details.\n\nIt is used for quantum algorithm development, simulation, teaching, Azure Quantum workflows, and hybrid experiments that combine classical and quantum code."
|
|
3402
|
+
},
|
|
3403
|
+
es: {
|
|
3404
|
+
name: "Q#",
|
|
3405
|
+
description: "El lenguaje de Microsoft para expresar programas y operaciones cuanticas.",
|
|
3406
|
+
longDescription: "Q# es un lenguaje de programacion cuantica para declarar operaciones, funciones, uso de qubits, mediciones, adjoints, operaciones controladas y control clasico alrededor de rutinas cuanticas. Modela algoritmos cuanticos separados de detalles de hardware.\n\nSe usa en desarrollo de algoritmos cuanticos, simulacion, ensenanza, flujos de Azure Quantum y experimentos hibridos que combinan codigo clasico y cuantico."
|
|
3407
|
+
}
|
|
3408
|
+
}
|
|
3409
|
+
};
|
|
3410
|
+
|
|
3068
3411
|
// src/languages/r.ts
|
|
3069
3412
|
var r = {
|
|
3070
3413
|
slug: "r",
|
|
@@ -3123,6 +3466,35 @@ var racket = {
|
|
|
3123
3466
|
}
|
|
3124
3467
|
};
|
|
3125
3468
|
|
|
3469
|
+
// src/languages/raku.ts
|
|
3470
|
+
var raku = {
|
|
3471
|
+
slug: "raku",
|
|
3472
|
+
publishedDate: "2015-12-25",
|
|
3473
|
+
extensions: [".raku", ".rakumod", ".rakudoc", ".rakutest", ".p6", ".pm6"],
|
|
3474
|
+
author: "Raku Community",
|
|
3475
|
+
website: "https://raku.org",
|
|
3476
|
+
paradigms: ["multi-paradigm", "object-oriented", "functional", "concurrent"],
|
|
3477
|
+
tooling: {
|
|
3478
|
+
runtimes: ["Rakudo", "MoarVM"],
|
|
3479
|
+
packageManagers: ["zef"],
|
|
3480
|
+
ecosystems: ["Raku", "CLI", "Text Processing"]
|
|
3481
|
+
},
|
|
3482
|
+
version: "6.d",
|
|
3483
|
+
logo: "https://github.com/Raku.png",
|
|
3484
|
+
i18n: {
|
|
3485
|
+
en: {
|
|
3486
|
+
name: "Raku",
|
|
3487
|
+
description: "A multi-paradigm language with grammars, concurrency, and rich dispatch.",
|
|
3488
|
+
longDescription: "Raku is a sibling of Perl with gradual typing, signatures, multiple dispatch, grammars, junctions, concurrency primitives, and expressive operators. It is designed for both small scripts and larger language-oriented programs.\n\nIt is used for text processing, command-line tools, parsers, automation, experimentation, and applications that benefit from built-in grammar support."
|
|
3489
|
+
},
|
|
3490
|
+
es: {
|
|
3491
|
+
name: "Raku",
|
|
3492
|
+
description: "Un lenguaje multiparadigma con grammars, concurrencia y dispatch expresivo.",
|
|
3493
|
+
longDescription: "Raku es un lenguaje hermano de Perl con tipado gradual, firmas, multiple dispatch, grammars, junctions, primitivas concurrentes y operadores expresivos. Sirve tanto para scripts pequenos como para programas orientados a lenguajes.\n\nSe usa en procesamiento de texto, herramientas de linea de comandos, parsers, automatizacion, experimentacion y aplicaciones que aprovechan soporte integrado para grammars."
|
|
3494
|
+
}
|
|
3495
|
+
}
|
|
3496
|
+
};
|
|
3497
|
+
|
|
3126
3498
|
// src/languages/razor.ts
|
|
3127
3499
|
var razor = {
|
|
3128
3500
|
slug: "razor",
|
|
@@ -3152,6 +3524,35 @@ var razor = {
|
|
|
3152
3524
|
}
|
|
3153
3525
|
};
|
|
3154
3526
|
|
|
3527
|
+
// src/languages/reasonml.ts
|
|
3528
|
+
var reasonml = {
|
|
3529
|
+
slug: "reasonml",
|
|
3530
|
+
publishedDate: "2016-05-13",
|
|
3531
|
+
extensions: [".re", ".rei"],
|
|
3532
|
+
author: "Jordan Walke / Reason contributors",
|
|
3533
|
+
website: "https://reasonml.github.io",
|
|
3534
|
+
paradigms: ["functional", "statically typed", "multi-paradigm"],
|
|
3535
|
+
tooling: {
|
|
3536
|
+
runtimes: ["OCaml", "JavaScript"],
|
|
3537
|
+
packageManagers: ["opam", "npm"],
|
|
3538
|
+
ecosystems: ["OCaml", "JavaScript", "Web"]
|
|
3539
|
+
},
|
|
3540
|
+
version: "3.13.0",
|
|
3541
|
+
logo: "https://cdn.simpleicons.org/reason/DD4B39",
|
|
3542
|
+
i18n: {
|
|
3543
|
+
en: {
|
|
3544
|
+
name: "ReasonML",
|
|
3545
|
+
description: "A JavaScript-like syntax for OCaml and typed functional programming.",
|
|
3546
|
+
longDescription: "ReasonML is a syntax layer for OCaml that presents familiar braces and punctuation while retaining OCaml's modules, pattern matching, type inference, and functional foundations. It has been used with native OCaml and JavaScript compilation workflows.\n\nIt is used in OCaml-adjacent projects, typed UI code, libraries, and codebases that prefer Reason syntax over traditional OCaml syntax."
|
|
3547
|
+
},
|
|
3548
|
+
es: {
|
|
3549
|
+
name: "ReasonML",
|
|
3550
|
+
description: "Una sintaxis cercana a JavaScript para OCaml y programacion funcional tipada.",
|
|
3551
|
+
longDescription: "ReasonML es una capa de sintaxis para OCaml que presenta llaves y puntuacion familiares conservando modulos, pattern matching, inferencia de tipos y bases funcionales de OCaml. Se ha usado con flujos nativos y de compilacion a JavaScript.\n\nSe usa en proyectos cercanos a OCaml, UI tipada, bibliotecas y codebases que prefieren la sintaxis Reason frente a la sintaxis tradicional de OCaml."
|
|
3552
|
+
}
|
|
3553
|
+
}
|
|
3554
|
+
};
|
|
3555
|
+
|
|
3155
3556
|
// src/languages/rego.ts
|
|
3156
3557
|
var rego = {
|
|
3157
3558
|
slug: "rego",
|
|
@@ -3181,6 +3582,64 @@ var rego = {
|
|
|
3181
3582
|
}
|
|
3182
3583
|
};
|
|
3183
3584
|
|
|
3585
|
+
// src/languages/rescript.ts
|
|
3586
|
+
var rescript = {
|
|
3587
|
+
slug: "rescript",
|
|
3588
|
+
publishedDate: "2020-07-01",
|
|
3589
|
+
extensions: [".res", ".resi"],
|
|
3590
|
+
author: "ReScript Association",
|
|
3591
|
+
website: "https://rescript-lang.org",
|
|
3592
|
+
paradigms: ["functional", "statically typed", "multi-paradigm", "javascript-targeted"],
|
|
3593
|
+
tooling: {
|
|
3594
|
+
runtimes: ["JavaScript", "Node.js", "Browser"],
|
|
3595
|
+
packageManagers: ["npm", "pnpm", "Yarn"],
|
|
3596
|
+
ecosystems: ["Web", "React", "JavaScript"]
|
|
3597
|
+
},
|
|
3598
|
+
version: "12.0.0",
|
|
3599
|
+
logo: "https://cdn.simpleicons.org/rescript/E6484A",
|
|
3600
|
+
i18n: {
|
|
3601
|
+
en: {
|
|
3602
|
+
name: "ReScript",
|
|
3603
|
+
description: "A typed language and compiler focused on ergonomic JavaScript output.",
|
|
3604
|
+
longDescription: "ReScript is a statically typed language for JavaScript targets with pattern matching, variants, modules, records, interop annotations, and a syntax tuned for web development. Its compiler and build tools focus on predictable generated JavaScript.\n\nIt is used in front-end applications, React codebases, shared libraries, and JavaScript projects that want compact type-safe source with explicit interop."
|
|
3605
|
+
},
|
|
3606
|
+
es: {
|
|
3607
|
+
name: "ReScript",
|
|
3608
|
+
description: "Un lenguaje tipado y compilador enfocado en generar JavaScript ergonomico.",
|
|
3609
|
+
longDescription: "ReScript es un lenguaje de tipado estatico para objetivos JavaScript con pattern matching, variants, modulos, records, anotaciones de interop y una sintaxis ajustada al desarrollo web. Su compilador y herramientas buscan JavaScript generado predecible.\n\nSe usa en aplicaciones front-end, codebases React, bibliotecas compartidas y proyectos JavaScript que buscan fuente compacta y segura con interop explicito."
|
|
3610
|
+
}
|
|
3611
|
+
}
|
|
3612
|
+
};
|
|
3613
|
+
|
|
3614
|
+
// src/languages/restructuredtext.ts
|
|
3615
|
+
var restructuredtext = {
|
|
3616
|
+
slug: "restructuredtext",
|
|
3617
|
+
publishedDate: "2001-06-01",
|
|
3618
|
+
extensions: [".rst", ".rest"],
|
|
3619
|
+
author: "David Goodger / Docutils contributors",
|
|
3620
|
+
website: "https://docutils.sourceforge.io/rst.html",
|
|
3621
|
+
paradigms: ["markup", "declarative", "documentation"],
|
|
3622
|
+
tooling: {
|
|
3623
|
+
runtimes: ["Docutils", "Sphinx"],
|
|
3624
|
+
packageManagers: ["pip"],
|
|
3625
|
+
ecosystems: ["Python", "Documentation", "Publishing"]
|
|
3626
|
+
},
|
|
3627
|
+
version: "Docutils 0.22.2",
|
|
3628
|
+
logo: "https://cdn.simpleicons.org/readthedocs/8CA1AF",
|
|
3629
|
+
i18n: {
|
|
3630
|
+
en: {
|
|
3631
|
+
name: "reStructuredText",
|
|
3632
|
+
description: "A plain-text markup format used by Docutils and Sphinx documentation.",
|
|
3633
|
+
longDescription: "reStructuredText is a structured plain-text markup language with sections, directives, roles, references, tables, lists, and extension points. Docutils defines the parser model and Sphinx extends it for technical documentation.\n\nIt is used for Python documentation, manuals, API references, books, project notes, and publishing workflows that need semantic markup from readable text."
|
|
3634
|
+
},
|
|
3635
|
+
es: {
|
|
3636
|
+
name: "reStructuredText",
|
|
3637
|
+
description: "Un formato de marcado en texto plano usado por Docutils y Sphinx.",
|
|
3638
|
+
longDescription: "reStructuredText es un lenguaje de marcado estructurado en texto plano con secciones, directives, roles, referencias, tablas, listas y puntos de extension. Docutils define su modelo de parser y Sphinx lo extiende para documentacion tecnica.\n\nSe usa en documentacion Python, manuales, referencias API, libros, notas de proyectos y flujos de publicacion que necesitan marcado semantico desde texto legible."
|
|
3639
|
+
}
|
|
3640
|
+
}
|
|
3641
|
+
};
|
|
3642
|
+
|
|
3184
3643
|
// src/languages/ruby.ts
|
|
3185
3644
|
var ruby = {
|
|
3186
3645
|
slug: "ruby",
|
|
@@ -3239,6 +3698,34 @@ var rust = {
|
|
|
3239
3698
|
}
|
|
3240
3699
|
};
|
|
3241
3700
|
|
|
3701
|
+
// src/languages/sas.ts
|
|
3702
|
+
var sas = {
|
|
3703
|
+
slug: "sas",
|
|
3704
|
+
publishedDate: "1976-01-01",
|
|
3705
|
+
extensions: [".sas"],
|
|
3706
|
+
author: "SAS Institute",
|
|
3707
|
+
website: "https://www.sas.com",
|
|
3708
|
+
paradigms: ["data-step", "procedural", "statistical", "domain-specific"],
|
|
3709
|
+
tooling: {
|
|
3710
|
+
runtimes: ["SAS 9", "SAS Viya"],
|
|
3711
|
+
ecosystems: ["Analytics", "Statistics", "Enterprise Data"]
|
|
3712
|
+
},
|
|
3713
|
+
version: "SAS 9.4",
|
|
3714
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/1/10/SAS_logo_horiz.svg",
|
|
3715
|
+
i18n: {
|
|
3716
|
+
en: {
|
|
3717
|
+
name: "SAS",
|
|
3718
|
+
description: "A language and system for statistical analysis and data processing.",
|
|
3719
|
+
longDescription: "SAS programs combine DATA steps, procedures, macros, formats, libraries, and analytics-oriented statements to transform and analyze data. The language is tightly linked to the SAS platform and its statistical tooling.\n\nIt is used in analytics, regulated reporting, clinical workflows, data preparation, forecasting, and enterprise statistical systems."
|
|
3720
|
+
},
|
|
3721
|
+
es: {
|
|
3722
|
+
name: "SAS",
|
|
3723
|
+
description: "Un lenguaje y sistema para analisis estadistico y procesamiento de datos.",
|
|
3724
|
+
longDescription: "Los programas SAS combinan DATA steps, procedimientos, macros, formatos, libraries y sentencias orientadas a analitica para transformar y analizar datos. El lenguaje esta ligado a la plataforma SAS y su tooling estadistico.\n\nSe usa en analitica, reportes regulados, flujos clinicos, preparacion de datos, pronosticos y sistemas estadisticos empresariales."
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3727
|
+
};
|
|
3728
|
+
|
|
3242
3729
|
// src/languages/scala.ts
|
|
3243
3730
|
var scala = {
|
|
3244
3731
|
slug: "scala",
|
|
@@ -3268,6 +3755,34 @@ var scala = {
|
|
|
3268
3755
|
}
|
|
3269
3756
|
};
|
|
3270
3757
|
|
|
3758
|
+
// src/languages/scheme.ts
|
|
3759
|
+
var scheme = {
|
|
3760
|
+
slug: "scheme",
|
|
3761
|
+
publishedDate: "1975-12-01",
|
|
3762
|
+
extensions: [".scm", ".ss", ".sld", ".sls"],
|
|
3763
|
+
author: "Guy L. Steele Jr. / Gerald Jay Sussman",
|
|
3764
|
+
website: "https://www.scheme.org",
|
|
3765
|
+
paradigms: ["functional", "lisp", "minimal", "multi-paradigm"],
|
|
3766
|
+
tooling: {
|
|
3767
|
+
runtimes: ["Chez Scheme", "Guile", "Racket", "Chicken"],
|
|
3768
|
+
ecosystems: ["Lisp", "Education", "Language Research"]
|
|
3769
|
+
},
|
|
3770
|
+
version: "R7RS small",
|
|
3771
|
+
logo: "https://cdn.simpleicons.org/racket/9F1D20",
|
|
3772
|
+
i18n: {
|
|
3773
|
+
en: {
|
|
3774
|
+
name: "Scheme",
|
|
3775
|
+
description: "A small Lisp family language centered on lexical scope and procedures.",
|
|
3776
|
+
longDescription: "Scheme is a Lisp dialect known for a compact core, lexical scoping, first-class procedures, macros, continuations, and a tradition of language experimentation. Standards define a portable base while implementations add libraries and tooling.\n\nIt is used in teaching, compilers, scripting, research, embedded extension systems, and programs that value a small expressive language core."
|
|
3777
|
+
},
|
|
3778
|
+
es: {
|
|
3779
|
+
name: "Scheme",
|
|
3780
|
+
description: "Un lenguaje de la familia Lisp centrado en alcance lexico y procedimientos.",
|
|
3781
|
+
longDescription: "Scheme es un dialecto Lisp conocido por un nucleo compacto, alcance lexico, procedimientos de primera clase, macros, continuations y una tradicion de experimentacion con lenguajes. Los estandares definen una base portable mientras las implementaciones agregan bibliotecas.\n\nSe usa en ensenanza, compiladores, scripting, investigacion, sistemas de extension embebidos y programas que valoran un nucleo expresivo pequeno."
|
|
3782
|
+
}
|
|
3783
|
+
}
|
|
3784
|
+
};
|
|
3785
|
+
|
|
3271
3786
|
// src/languages/scss.ts
|
|
3272
3787
|
var scss = {
|
|
3273
3788
|
slug: "scss",
|
|
@@ -3297,6 +3812,63 @@ var scss = {
|
|
|
3297
3812
|
}
|
|
3298
3813
|
};
|
|
3299
3814
|
|
|
3815
|
+
// src/languages/smalltalk.ts
|
|
3816
|
+
var smalltalk = {
|
|
3817
|
+
slug: "smalltalk",
|
|
3818
|
+
publishedDate: "1972-01-01",
|
|
3819
|
+
extensions: [".st"],
|
|
3820
|
+
author: "Alan Kay / Dan Ingalls / Adele Goldberg",
|
|
3821
|
+
website: "https://squeak.org",
|
|
3822
|
+
paradigms: ["object-oriented", "message-passing", "reflective", "dynamic"],
|
|
3823
|
+
tooling: {
|
|
3824
|
+
runtimes: ["Pharo", "Squeak", "GNU Smalltalk"],
|
|
3825
|
+
ecosystems: ["Images", "Education", "Object Systems"]
|
|
3826
|
+
},
|
|
3827
|
+
version: "ANSI INCITS 319-1998",
|
|
3828
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Smalltalk_Balloon.svg",
|
|
3829
|
+
i18n: {
|
|
3830
|
+
en: {
|
|
3831
|
+
name: "Smalltalk",
|
|
3832
|
+
description: "A message-oriented object language with live image-based environments.",
|
|
3833
|
+
longDescription: "Smalltalk helped define object-oriented programming through message sends, classes, blocks, reflection, and interactive image environments. Many implementations pair the language with live browsers, inspectors, and debuggers.\n\nIt is used for education, research, long-lived business systems, simulations, and exploratory programming inside live object images."
|
|
3834
|
+
},
|
|
3835
|
+
es: {
|
|
3836
|
+
name: "Smalltalk",
|
|
3837
|
+
description: "Un lenguaje orientado a mensajes y objetos con entornos de imagen vivos.",
|
|
3838
|
+
longDescription: "Smalltalk ayudo a definir la programacion orientada a objetos mediante mensajes, clases, bloques, reflexion y entornos interactivos basados en imagenes. Muchas implementaciones combinan el lenguaje con browsers, inspectors y debuggers vivos.\n\nSe usa en educacion, investigacion, sistemas de negocio longevos, simulaciones y programacion exploratoria dentro de imagenes de objetos."
|
|
3839
|
+
}
|
|
3840
|
+
}
|
|
3841
|
+
};
|
|
3842
|
+
|
|
3843
|
+
// src/languages/smarty.ts
|
|
3844
|
+
var smarty = {
|
|
3845
|
+
slug: "smarty",
|
|
3846
|
+
publishedDate: "2001-01-01",
|
|
3847
|
+
extensions: [".tpl", ".smarty"],
|
|
3848
|
+
author: "Monte Ohrt / Andrei Zmievski / Smarty contributors",
|
|
3849
|
+
website: "https://www.smarty.net",
|
|
3850
|
+
paradigms: ["templating", "declarative", "markup"],
|
|
3851
|
+
tooling: {
|
|
3852
|
+
runtimes: ["PHP"],
|
|
3853
|
+
packageManagers: ["Composer"],
|
|
3854
|
+
ecosystems: ["PHP", "Web"]
|
|
3855
|
+
},
|
|
3856
|
+
version: "5.5.1",
|
|
3857
|
+
logo: "https://www.smarty.net/images/logo_print.gif",
|
|
3858
|
+
i18n: {
|
|
3859
|
+
en: {
|
|
3860
|
+
name: "Smarty",
|
|
3861
|
+
description: "A PHP template language for presentation logic and reusable views.",
|
|
3862
|
+
longDescription: "Smarty is a PHP templating system with tags, modifiers, functions, plugins, inheritance, and caching features for separating presentation templates from application code. Templates are compiled for execution by PHP.\n\nIt is used in PHP applications, themes, CMS views, emails, and server-rendered web projects that maintain separate template files."
|
|
3863
|
+
},
|
|
3864
|
+
es: {
|
|
3865
|
+
name: "Smarty",
|
|
3866
|
+
description: "Un lenguaje de plantillas PHP para logica de presentacion y vistas reutilizables.",
|
|
3867
|
+
longDescription: "Smarty es un sistema de plantillas PHP con tags, modifiers, funciones, plugins, herencia y cache para separar plantillas de presentacion del codigo de aplicacion. Las plantillas se compilan para ejecutarse con PHP.\n\nSe usa en aplicaciones PHP, temas, vistas de CMS, emails y proyectos web renderizados en servidor que mantienen archivos de plantillas separados."
|
|
3868
|
+
}
|
|
3869
|
+
}
|
|
3870
|
+
};
|
|
3871
|
+
|
|
3300
3872
|
// src/languages/solidity.ts
|
|
3301
3873
|
var solidity = {
|
|
3302
3874
|
slug: "solidity",
|
|
@@ -3350,6 +3922,34 @@ var sql = {
|
|
|
3350
3922
|
}
|
|
3351
3923
|
};
|
|
3352
3924
|
|
|
3925
|
+
// src/languages/standard-ml.ts
|
|
3926
|
+
var standardMl = {
|
|
3927
|
+
slug: "standard-ml",
|
|
3928
|
+
publishedDate: "1990-01-01",
|
|
3929
|
+
extensions: [".sml", ".sig", ".fun"],
|
|
3930
|
+
author: "Robin Milner and collaborators",
|
|
3931
|
+
website: "https://smlfamily.github.io",
|
|
3932
|
+
paradigms: ["functional", "statically typed", "module-oriented"],
|
|
3933
|
+
tooling: {
|
|
3934
|
+
runtimes: ["MLton", "Standard ML of New Jersey", "Poly/ML"],
|
|
3935
|
+
ecosystems: ["ML", "Compilers", "Research"]
|
|
3936
|
+
},
|
|
3937
|
+
version: "The Definition 1997",
|
|
3938
|
+
logo: "https://avatars.githubusercontent.com/u/62883579?v=4",
|
|
3939
|
+
i18n: {
|
|
3940
|
+
en: {
|
|
3941
|
+
name: "Standard ML",
|
|
3942
|
+
description: "A statically typed ML language with modules and pattern matching.",
|
|
3943
|
+
longDescription: "Standard ML defines a strict functional language with algebraic datatypes, pattern matching, type inference, exceptions, and a strong module system with signatures and functors. Its formal definition shaped much ML-family work.\n\nIt is used in compilers, theorem tools, teaching, research, and projects that need a small typed functional core with robust modules."
|
|
3944
|
+
},
|
|
3945
|
+
es: {
|
|
3946
|
+
name: "Standard ML",
|
|
3947
|
+
description: "Un lenguaje ML tipado con modulos y pattern matching.",
|
|
3948
|
+
longDescription: "Standard ML define un lenguaje funcional estricto con datatypes algebraicos, pattern matching, inferencia de tipos, excepciones y un sistema fuerte de modulos con signatures y functors. Su definicion formal influyo mucho en la familia ML.\n\nSe usa en compiladores, herramientas de teoremas, ensenanza, investigacion y proyectos que necesitan un nucleo funcional tipado con modulos robustos."
|
|
3949
|
+
}
|
|
3950
|
+
}
|
|
3951
|
+
};
|
|
3952
|
+
|
|
3353
3953
|
// src/languages/starlark.ts
|
|
3354
3954
|
var starlark = {
|
|
3355
3955
|
slug: "starlark",
|
|
@@ -3379,6 +3979,63 @@ var starlark = {
|
|
|
3379
3979
|
}
|
|
3380
3980
|
};
|
|
3381
3981
|
|
|
3982
|
+
// src/languages/stata.ts
|
|
3983
|
+
var stata = {
|
|
3984
|
+
slug: "stata",
|
|
3985
|
+
publishedDate: "1985-01-01",
|
|
3986
|
+
extensions: [".do", ".ado", ".mata"],
|
|
3987
|
+
author: "StataCorp",
|
|
3988
|
+
website: "https://www.stata.com",
|
|
3989
|
+
paradigms: ["statistical", "scripting", "data-analysis", "domain-specific"],
|
|
3990
|
+
tooling: {
|
|
3991
|
+
runtimes: ["Stata"],
|
|
3992
|
+
ecosystems: ["Statistics", "Econometrics", "Research"]
|
|
3993
|
+
},
|
|
3994
|
+
version: "19",
|
|
3995
|
+
logo: "https://www.stata.com/includes/images/stata-logo-blue.svg",
|
|
3996
|
+
i18n: {
|
|
3997
|
+
en: {
|
|
3998
|
+
name: "Stata",
|
|
3999
|
+
description: "A command language for statistical analysis, data management, and graphics.",
|
|
4000
|
+
longDescription: "Stata commands and do-files cover data preparation, estimation, graphics, reporting, and programmable workflows, with Mata available for matrix-oriented programming. The language is tied to the Stata statistical environment.\n\nIt is used in economics, public health, social science, policy analysis, teaching, and reproducible statistical research."
|
|
4001
|
+
},
|
|
4002
|
+
es: {
|
|
4003
|
+
name: "Stata",
|
|
4004
|
+
description: "Un lenguaje de comandos para analisis estadistico, datos y graficos.",
|
|
4005
|
+
longDescription: "Los comandos y do-files de Stata cubren preparacion de datos, estimacion, graficos, reportes y flujos programables, con Mata para programacion orientada a matrices. El lenguaje esta ligado al entorno estadistico Stata.\n\nSe usa en economia, salud publica, ciencias sociales, analisis de politicas, ensenanza e investigacion estadistica reproducible."
|
|
4006
|
+
}
|
|
4007
|
+
}
|
|
4008
|
+
};
|
|
4009
|
+
|
|
4010
|
+
// src/languages/stylus.ts
|
|
4011
|
+
var stylus = {
|
|
4012
|
+
slug: "stylus",
|
|
4013
|
+
publishedDate: "2010-12-01",
|
|
4014
|
+
extensions: [".styl"],
|
|
4015
|
+
author: "TJ Holowaychuk / Stylus contributors",
|
|
4016
|
+
website: "https://stylus-lang.com",
|
|
4017
|
+
paradigms: ["stylesheet", "declarative", "preprocessor"],
|
|
4018
|
+
tooling: {
|
|
4019
|
+
runtimes: ["Node.js"],
|
|
4020
|
+
packageManagers: ["npm", "pnpm", "Yarn"],
|
|
4021
|
+
ecosystems: ["CSS", "Web"]
|
|
4022
|
+
},
|
|
4023
|
+
version: "0.64.0",
|
|
4024
|
+
logo: "https://cdn.simpleicons.org/stylus/333333",
|
|
4025
|
+
i18n: {
|
|
4026
|
+
en: {
|
|
4027
|
+
name: "Stylus",
|
|
4028
|
+
description: "A flexible CSS preprocessor with optional punctuation and indentation syntax.",
|
|
4029
|
+
longDescription: "Stylus extends stylesheet authoring with variables, mixins, functions, imports, nesting, and a syntax that can omit braces, colons, and semicolons. It compiles authoring files into CSS.\n\nIt is used in web styling pipelines, design systems, legacy front-end builds, and projects that prefer concise stylesheet syntax."
|
|
4030
|
+
},
|
|
4031
|
+
es: {
|
|
4032
|
+
name: "Stylus",
|
|
4033
|
+
description: "Un preprocesador CSS flexible con puntuacion opcional y sintaxis por indentacion.",
|
|
4034
|
+
longDescription: "Stylus extiende la autoria de estilos con variables, mixins, funciones, imports, nesting y una sintaxis que puede omitir llaves, dos puntos y punto y coma. Compila archivos de autoria hacia CSS.\n\nSe usa en pipelines de estilos web, sistemas de diseno, builds front-end heredados y proyectos que prefieren sintaxis de hojas de estilo concisa."
|
|
4035
|
+
}
|
|
4036
|
+
}
|
|
4037
|
+
};
|
|
4038
|
+
|
|
3382
4039
|
// src/languages/svelte.ts
|
|
3383
4040
|
var svelte = {
|
|
3384
4041
|
slug: "svelte",
|
|
@@ -3551,6 +4208,63 @@ var tex = {
|
|
|
3551
4208
|
}
|
|
3552
4209
|
};
|
|
3553
4210
|
|
|
4211
|
+
// src/languages/thrift.ts
|
|
4212
|
+
var thrift = {
|
|
4213
|
+
slug: "thrift",
|
|
4214
|
+
publishedDate: "2007-04-01",
|
|
4215
|
+
extensions: [".thrift"],
|
|
4216
|
+
author: "Facebook / Apache Software Foundation",
|
|
4217
|
+
website: "https://thrift.apache.org",
|
|
4218
|
+
paradigms: ["interface-definition", "schema", "declarative", "rpc"],
|
|
4219
|
+
tooling: {
|
|
4220
|
+
runtimes: ["Apache Thrift Runtime"],
|
|
4221
|
+
packageManagers: ["Maven", "npm", "PyPI", "Go modules"],
|
|
4222
|
+
ecosystems: ["RPC", "APIs", "Distributed Systems"]
|
|
4223
|
+
},
|
|
4224
|
+
version: "0.22.0",
|
|
4225
|
+
logo: "https://cdn.simpleicons.org/apache/D22128",
|
|
4226
|
+
i18n: {
|
|
4227
|
+
en: {
|
|
4228
|
+
name: "Apache Thrift",
|
|
4229
|
+
description: "An IDL for cross-language services and serializable data types.",
|
|
4230
|
+
longDescription: "Thrift files define services, structs, fields, enums, exceptions, namespaces, and wire-level choices that generators turn into code for many languages. The project includes protocols and transports for RPC use.\n\nIt is used for service contracts, schema sharing, code generation, distributed systems, and cross-language APIs."
|
|
4231
|
+
},
|
|
4232
|
+
es: {
|
|
4233
|
+
name: "Apache Thrift",
|
|
4234
|
+
description: "Un IDL para servicios entre lenguajes y tipos de datos serializables.",
|
|
4235
|
+
longDescription: "Los archivos Thrift definen servicios, structs, campos, enums, excepciones, namespaces y decisiones de wire que los generadores convierten en codigo para muchos lenguajes. El proyecto incluye protocolos y transports para RPC.\n\nSe usa en contratos de servicios, schemas compartidos, generacion de codigo, sistemas distribuidos y APIs entre lenguajes."
|
|
4236
|
+
}
|
|
4237
|
+
}
|
|
4238
|
+
};
|
|
4239
|
+
|
|
4240
|
+
// src/languages/tla-plus.ts
|
|
4241
|
+
var tlaPlus = {
|
|
4242
|
+
slug: "tla-plus",
|
|
4243
|
+
publishedDate: "1999-01-01",
|
|
4244
|
+
extensions: [".tla"],
|
|
4245
|
+
author: "Leslie Lamport",
|
|
4246
|
+
website: "https://lamport.azurewebsites.net/tla/tla.html",
|
|
4247
|
+
paradigms: ["specification", "formal-methods", "temporal-logic", "declarative"],
|
|
4248
|
+
tooling: {
|
|
4249
|
+
runtimes: ["TLC", "TLA+ Toolbox", "Apalache"],
|
|
4250
|
+
ecosystems: ["Formal Methods", "Distributed Systems", "Verification"]
|
|
4251
|
+
},
|
|
4252
|
+
version: "TLA+ 2",
|
|
4253
|
+
logo: "https://avatars.githubusercontent.com/u/315978?v=4",
|
|
4254
|
+
i18n: {
|
|
4255
|
+
en: {
|
|
4256
|
+
name: "TLA+",
|
|
4257
|
+
description: "A formal specification language for state machines and temporal properties.",
|
|
4258
|
+
longDescription: "TLA+ describes systems as mathematical state transitions with actions, invariants, temporal formulas, modules, and refinement-oriented specifications. Tooling such as TLC explores behaviors to check models.\n\nIt is used to reason about distributed algorithms, protocols, concurrency, safety properties, design reviews, and systems where a precise specification catches failures early."
|
|
4259
|
+
},
|
|
4260
|
+
es: {
|
|
4261
|
+
name: "TLA+",
|
|
4262
|
+
description: "Un lenguaje de especificacion formal para estados y propiedades temporales.",
|
|
4263
|
+
longDescription: "TLA+ describe sistemas como transiciones matematicas de estado con acciones, invariantes, formulas temporales, modulos y especificaciones orientadas a refinamiento. Herramientas como TLC exploran comportamientos para revisar modelos.\n\nSe usa para razonar sobre algoritmos distribuidos, protocolos, concurrencia, propiedades de seguridad, revisiones de diseno y sistemas donde una especificacion precisa detecta fallos temprano."
|
|
4264
|
+
}
|
|
4265
|
+
}
|
|
4266
|
+
};
|
|
4267
|
+
|
|
3554
4268
|
// src/languages/toml.ts
|
|
3555
4269
|
var toml = {
|
|
3556
4270
|
slug: "toml",
|
|
@@ -3662,6 +4376,64 @@ var typst = {
|
|
|
3662
4376
|
}
|
|
3663
4377
|
};
|
|
3664
4378
|
|
|
4379
|
+
// src/languages/v.ts
|
|
4380
|
+
var v = {
|
|
4381
|
+
slug: "v",
|
|
4382
|
+
publishedDate: "2019-06-20",
|
|
4383
|
+
extensions: [".v", ".vsh"],
|
|
4384
|
+
author: "Alexander Medvednikov / V contributors",
|
|
4385
|
+
website: "https://vlang.io",
|
|
4386
|
+
paradigms: ["imperative", "systems", "multi-paradigm", "statically typed"],
|
|
4387
|
+
tooling: {
|
|
4388
|
+
runtimes: ["V compiler"],
|
|
4389
|
+
packageManagers: ["vpm"],
|
|
4390
|
+
ecosystems: ["Native", "Web", "Systems"]
|
|
4391
|
+
},
|
|
4392
|
+
version: "weekly.2025.49",
|
|
4393
|
+
logo: "https://cdn.simpleicons.org/v/5D87BF",
|
|
4394
|
+
i18n: {
|
|
4395
|
+
en: {
|
|
4396
|
+
name: "V",
|
|
4397
|
+
description: "A compiled statically typed language for simple native application builds.",
|
|
4398
|
+
longDescription: "V is a compiled language with modules, sum types, generics, concurrency syntax, C interop, and a toolchain that emphasizes quick compilation and small deployment workflows. It targets C and native outputs through its compiler.\n\nIt is used for command-line tools, native applications, experiments, web services, and projects that prefer an integrated lightweight toolchain."
|
|
4399
|
+
},
|
|
4400
|
+
es: {
|
|
4401
|
+
name: "V",
|
|
4402
|
+
description: "Un lenguaje compilado y tipado para construir aplicaciones nativas simples.",
|
|
4403
|
+
longDescription: "V es un lenguaje compilado con modulos, sum types, generics, sintaxis concurrente, interop con C y un toolchain que enfatiza compilacion rapida y despliegues pequenos. Su compilador apunta a C y salidas nativas.\n\nSe usa en herramientas de linea de comandos, aplicaciones nativas, experimentos, servicios web y proyectos que prefieren un toolchain ligero e integrado."
|
|
4404
|
+
}
|
|
4405
|
+
}
|
|
4406
|
+
};
|
|
4407
|
+
|
|
4408
|
+
// src/languages/vala.ts
|
|
4409
|
+
var vala = {
|
|
4410
|
+
slug: "vala",
|
|
4411
|
+
publishedDate: "2006-07-15",
|
|
4412
|
+
extensions: [".vala", ".vapi"],
|
|
4413
|
+
author: "Jurg Billeter / GNOME contributors",
|
|
4414
|
+
website: "https://vala.dev",
|
|
4415
|
+
paradigms: ["object-oriented", "statically typed", "gnome", "c-targeted"],
|
|
4416
|
+
tooling: {
|
|
4417
|
+
runtimes: ["GLib", "GObject"],
|
|
4418
|
+
packageManagers: ["Meson", "pkg-config"],
|
|
4419
|
+
ecosystems: ["GNOME", "GTK", "Native"]
|
|
4420
|
+
},
|
|
4421
|
+
version: "0.56.18",
|
|
4422
|
+
logo: "https://cdn.simpleicons.org/gnome/4A86CF",
|
|
4423
|
+
i18n: {
|
|
4424
|
+
en: {
|
|
4425
|
+
name: "Vala",
|
|
4426
|
+
description: "A GNOME-oriented language that compiles high-level syntax to C.",
|
|
4427
|
+
longDescription: "Vala provides classes, interfaces, properties, generics, signals, and async syntax over GLib and GObject conventions, compiling source into C. VAPI files describe bindings to existing C libraries.\n\nIt is used for GTK applications, GNOME libraries, native tools, bindings, and projects that want high-level source while integrating with C APIs."
|
|
4428
|
+
},
|
|
4429
|
+
es: {
|
|
4430
|
+
name: "Vala",
|
|
4431
|
+
description: "Un lenguaje orientado a GNOME que compila sintaxis de alto nivel a C.",
|
|
4432
|
+
longDescription: "Vala ofrece clases, interfaces, propiedades, generics, signals y sintaxis async sobre las convenciones de GLib y GObject, compilando fuente hacia C. Los archivos VAPI describen bindings a bibliotecas C existentes.\n\nSe usa en aplicaciones GTK, bibliotecas GNOME, herramientas nativas, bindings y proyectos que buscan fuente de alto nivel integrada con APIs C."
|
|
4433
|
+
}
|
|
4434
|
+
}
|
|
4435
|
+
};
|
|
4436
|
+
|
|
3665
4437
|
// src/languages/verilog.ts
|
|
3666
4438
|
var verilog = {
|
|
3667
4439
|
slug: "verilog",
|
|
@@ -3778,6 +4550,35 @@ var vue = {
|
|
|
3778
4550
|
}
|
|
3779
4551
|
};
|
|
3780
4552
|
|
|
4553
|
+
// src/languages/vyper.ts
|
|
4554
|
+
var vyper = {
|
|
4555
|
+
slug: "vyper",
|
|
4556
|
+
publishedDate: "2017-07-19",
|
|
4557
|
+
extensions: [".vy"],
|
|
4558
|
+
author: "Vyper contributors",
|
|
4559
|
+
website: "https://vyperlang.org",
|
|
4560
|
+
paradigms: ["smart-contract", "statically typed", "domain-specific", "imperative"],
|
|
4561
|
+
tooling: {
|
|
4562
|
+
runtimes: ["Ethereum Virtual Machine"],
|
|
4563
|
+
packageManagers: ["pip", "uv"],
|
|
4564
|
+
ecosystems: ["Ethereum", "Smart Contracts", "Web3"]
|
|
4565
|
+
},
|
|
4566
|
+
version: "0.4.3",
|
|
4567
|
+
logo: "https://avatars.githubusercontent.com/u/37288461?v=4",
|
|
4568
|
+
i18n: {
|
|
4569
|
+
en: {
|
|
4570
|
+
name: "Vyper",
|
|
4571
|
+
description: "A Pythonic smart contract language for the Ethereum Virtual Machine.",
|
|
4572
|
+
longDescription: "Vyper is a contract language for Ethereum that favors explicit behavior, bounds, and auditability over broad language surface area. Its syntax is Python-like while its compiler emits EVM bytecode.\n\nIt is used for Ethereum smart contracts, financial protocols, on-chain experiments, and codebases that prefer a deliberately constrained contract language."
|
|
4573
|
+
},
|
|
4574
|
+
es: {
|
|
4575
|
+
name: "Vyper",
|
|
4576
|
+
description: "Un lenguaje de smart contracts con sintaxis Python para Ethereum.",
|
|
4577
|
+
longDescription: "Vyper es un lenguaje de contratos para Ethereum que favorece comportamiento explicito, limites y auditabilidad sobre una superficie amplia del lenguaje. Su sintaxis es parecida a Python y su compilador emite bytecode EVM.\n\nSe usa en smart contracts de Ethereum, protocolos financieros, experimentos on-chain y codebases que prefieren un lenguaje de contratos deliberadamente restringido."
|
|
4578
|
+
}
|
|
4579
|
+
}
|
|
4580
|
+
};
|
|
4581
|
+
|
|
3781
4582
|
// src/languages/webassembly.ts
|
|
3782
4583
|
var webassembly = {
|
|
3783
4584
|
slug: "webassembly",
|
|
@@ -3836,6 +4637,34 @@ var wgsl = {
|
|
|
3836
4637
|
}
|
|
3837
4638
|
};
|
|
3838
4639
|
|
|
4640
|
+
// src/languages/wren.ts
|
|
4641
|
+
var wren = {
|
|
4642
|
+
slug: "wren",
|
|
4643
|
+
publishedDate: "2013-10-31",
|
|
4644
|
+
extensions: [".wren"],
|
|
4645
|
+
author: "Bob Nystrom / Wren contributors",
|
|
4646
|
+
website: "https://wren.io",
|
|
4647
|
+
paradigms: ["object-oriented", "scripting", "class-based", "dynamic"],
|
|
4648
|
+
tooling: {
|
|
4649
|
+
runtimes: ["Wren VM"],
|
|
4650
|
+
ecosystems: ["Embedding", "Games", "Scripting"]
|
|
4651
|
+
},
|
|
4652
|
+
version: "0.4.0",
|
|
4653
|
+
logo: "https://avatars.githubusercontent.com/u/8763410?v=4",
|
|
4654
|
+
i18n: {
|
|
4655
|
+
en: {
|
|
4656
|
+
name: "Wren",
|
|
4657
|
+
description: "A small class-based scripting language designed for embedding.",
|
|
4658
|
+
longDescription: "Wren is a compact dynamic language with classes, fibers, modules, closures, and a VM intended to embed cleanly in host applications. Its syntax keeps scripting programs short while preserving an object-oriented model.\n\nIt is used for embedded scripting, game experiments, tools, teaching, and applications that need a small embeddable language runtime."
|
|
4659
|
+
},
|
|
4660
|
+
es: {
|
|
4661
|
+
name: "Wren",
|
|
4662
|
+
description: "Un lenguaje pequeno de scripting basado en clases y pensado para embeberse.",
|
|
4663
|
+
longDescription: "Wren es un lenguaje dinamico compacto con clases, fibers, modulos, closures y una VM pensada para integrarse limpiamente en aplicaciones anfitrionas. Su sintaxis mantiene scripts breves y conserva un modelo orientado a objetos.\n\nSe usa en scripting embebido, experimentos de juegos, herramientas, ensenanza y aplicaciones que necesitan un runtime de lenguaje pequeno."
|
|
4664
|
+
}
|
|
4665
|
+
}
|
|
4666
|
+
};
|
|
4667
|
+
|
|
3839
4668
|
// src/languages/xaml.ts
|
|
3840
4669
|
var xaml = {
|
|
3841
4670
|
slug: "xaml",
|
|
@@ -3970,6 +4799,35 @@ var yaml = {
|
|
|
3970
4799
|
}
|
|
3971
4800
|
};
|
|
3972
4801
|
|
|
4802
|
+
// src/languages/zeek.ts
|
|
4803
|
+
var zeek = {
|
|
4804
|
+
slug: "zeek",
|
|
4805
|
+
publishedDate: "1995-01-01",
|
|
4806
|
+
extensions: [".zeek", ".bro"],
|
|
4807
|
+
author: "Vern Paxson / Zeek Project",
|
|
4808
|
+
website: "https://zeek.org",
|
|
4809
|
+
paradigms: ["event-driven", "network-analysis", "domain-specific", "scripting"],
|
|
4810
|
+
tooling: {
|
|
4811
|
+
runtimes: ["Zeek"],
|
|
4812
|
+
packageManagers: ["zkg"],
|
|
4813
|
+
ecosystems: ["Network Security", "Observability", "Incident Response"]
|
|
4814
|
+
},
|
|
4815
|
+
version: "8.0.4",
|
|
4816
|
+
logo: "https://avatars.githubusercontent.com/u/10666805?v=4",
|
|
4817
|
+
i18n: {
|
|
4818
|
+
en: {
|
|
4819
|
+
name: "Zeek",
|
|
4820
|
+
description: "An event-driven scripting language for network analysis and security policy.",
|
|
4821
|
+
longDescription: "Zeek scripts describe events, records, analyzers, notices, logging, and policy logic over network traffic observed by the Zeek monitor. The language lets analysts extend protocol and detection behavior.\n\nIt is used in network security monitoring, incident response, traffic analysis, telemetry pipelines, and site-specific security policy."
|
|
4822
|
+
},
|
|
4823
|
+
es: {
|
|
4824
|
+
name: "Zeek",
|
|
4825
|
+
description: "Un lenguaje event-driven para analisis de red y politicas de seguridad.",
|
|
4826
|
+
longDescription: "Los scripts Zeek describen eventos, records, analyzers, notices, logging y logica de politica sobre trafico de red observado por el monitor Zeek. El lenguaje permite extender comportamiento de protocolos y deteccion.\n\nSe usa en monitoreo de seguridad de red, respuesta a incidentes, analisis de trafico, pipelines de telemetria y politicas de seguridad especificas del sitio."
|
|
4827
|
+
}
|
|
4828
|
+
}
|
|
4829
|
+
};
|
|
4830
|
+
|
|
3973
4831
|
// src/languages/zig.ts
|
|
3974
4832
|
var zig = {
|
|
3975
4833
|
slug: "zig",
|
|
@@ -3999,6 +4857,34 @@ var zig = {
|
|
|
3999
4857
|
}
|
|
4000
4858
|
};
|
|
4001
4859
|
|
|
4860
|
+
// src/languages/ziggy.ts
|
|
4861
|
+
var ziggy = {
|
|
4862
|
+
slug: "ziggy",
|
|
4863
|
+
publishedDate: "2023-10-02",
|
|
4864
|
+
extensions: [".ziggy", ".ziggy-schema"],
|
|
4865
|
+
author: "Loris Cro",
|
|
4866
|
+
website: "https://ziggy-lang.io",
|
|
4867
|
+
paradigms: ["data-notation", "schema", "declarative", "configuration"],
|
|
4868
|
+
tooling: {
|
|
4869
|
+
runtimes: ["Ziggy CLI"],
|
|
4870
|
+
ecosystems: ["Configuration", "Data Formats", "Zig"]
|
|
4871
|
+
},
|
|
4872
|
+
version: "0.1.0",
|
|
4873
|
+
logo: "https://avatars.githubusercontent.com/u/1642052?v=4",
|
|
4874
|
+
i18n: {
|
|
4875
|
+
en: {
|
|
4876
|
+
name: "Ziggy",
|
|
4877
|
+
description: "A data notation and schema language for configuration-style documents.",
|
|
4878
|
+
longDescription: "Ziggy is a data language for readable structured documents with a companion schema form for describing expected shapes. It targets configuration and data interchange workflows with tooling around Zig ecosystems.\n\nIt is used for configuration files, schema-checked data documents, tooling experiments, and projects that want a compact typed data notation."
|
|
4879
|
+
},
|
|
4880
|
+
es: {
|
|
4881
|
+
name: "Ziggy",
|
|
4882
|
+
description: "Una notacion de datos y schemas para documentos de configuracion.",
|
|
4883
|
+
longDescription: "Ziggy es un lenguaje de datos para documentos estructurados legibles con una forma de schema complementaria para describir shapes esperados. Apunta a configuracion e intercambio de datos con tooling cercano al ecosistema Zig.\n\nSe usa en archivos de configuracion, documentos de datos validados por schemas, experimentos de tooling y proyectos que buscan una notacion de datos compacta y tipada."
|
|
4884
|
+
}
|
|
4885
|
+
}
|
|
4886
|
+
};
|
|
4887
|
+
|
|
4002
4888
|
// src/languages/zsh.ts
|
|
4003
4889
|
var zsh = {
|
|
4004
4890
|
slug: "zsh",
|
|
@@ -4115,61 +5001,92 @@ var languages = [
|
|
|
4115
5001
|
llvmIr,
|
|
4116
5002
|
lua,
|
|
4117
5003
|
luau,
|
|
5004
|
+
mako,
|
|
4118
5005
|
makefile,
|
|
5006
|
+
mathematica,
|
|
4119
5007
|
matlab,
|
|
4120
5008
|
markdown,
|
|
4121
5009
|
mdx,
|
|
4122
5010
|
mermaid,
|
|
4123
5011
|
meson,
|
|
4124
5012
|
metal,
|
|
5013
|
+
mojo,
|
|
5014
|
+
moonbit,
|
|
4125
5015
|
svn,
|
|
4126
5016
|
nginx,
|
|
4127
5017
|
nim,
|
|
4128
5018
|
nix,
|
|
4129
5019
|
ocaml,
|
|
4130
5020
|
objectiveC,
|
|
5021
|
+
odin,
|
|
5022
|
+
opencl,
|
|
4131
5023
|
pascal,
|
|
4132
5024
|
perl,
|
|
4133
5025
|
php,
|
|
5026
|
+
pineScript,
|
|
4134
5027
|
plantuml,
|
|
5028
|
+
plsql,
|
|
5029
|
+
pony,
|
|
4135
5030
|
powershell,
|
|
4136
5031
|
prolog,
|
|
5032
|
+
promql,
|
|
4137
5033
|
protobuf,
|
|
4138
5034
|
pug,
|
|
5035
|
+
purescript,
|
|
4139
5036
|
python,
|
|
4140
5037
|
qml,
|
|
5038
|
+
qsharp,
|
|
4141
5039
|
r,
|
|
5040
|
+
raku,
|
|
4142
5041
|
racket,
|
|
4143
5042
|
razor,
|
|
5043
|
+
reasonml,
|
|
4144
5044
|
rego,
|
|
5045
|
+
rescript,
|
|
5046
|
+
restructuredtext,
|
|
4145
5047
|
ruby,
|
|
4146
5048
|
rust,
|
|
5049
|
+
sas,
|
|
4147
5050
|
scala,
|
|
4148
5051
|
scss,
|
|
5052
|
+
scheme,
|
|
5053
|
+
smalltalk,
|
|
5054
|
+
smarty,
|
|
4149
5055
|
solidity,
|
|
4150
5056
|
sql,
|
|
5057
|
+
standardMl,
|
|
4151
5058
|
starlark,
|
|
5059
|
+
stata,
|
|
5060
|
+
stylus,
|
|
4152
5061
|
svg,
|
|
4153
5062
|
svelte,
|
|
4154
5063
|
swift,
|
|
4155
5064
|
tcl,
|
|
4156
5065
|
tex,
|
|
5066
|
+
thrift,
|
|
5067
|
+
tlaPlus,
|
|
4157
5068
|
toml,
|
|
4158
5069
|
twig,
|
|
4159
5070
|
typescript,
|
|
4160
5071
|
typst,
|
|
5072
|
+
v,
|
|
5073
|
+
vala,
|
|
4161
5074
|
verilog,
|
|
4162
5075
|
vhdl,
|
|
4163
5076
|
visualBasic,
|
|
4164
5077
|
vue,
|
|
5078
|
+
vyper,
|
|
4165
5079
|
webassembly,
|
|
4166
5080
|
wgsl,
|
|
5081
|
+
wren,
|
|
4167
5082
|
xaml,
|
|
4168
5083
|
xml,
|
|
4169
5084
|
xquery,
|
|
4170
5085
|
xslt,
|
|
4171
5086
|
yaml,
|
|
5087
|
+
zeek,
|
|
4172
5088
|
zig,
|
|
5089
|
+
ziggy,
|
|
4173
5090
|
zsh
|
|
4174
5091
|
];
|
|
4175
5092
|
|