code-languages 1.28.0 → 1.29.1
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 +16 -5
- package/dist/api.cjs +696 -5
- package/dist/api.d.cts +2 -2
- package/dist/api.d.ts +2 -2
- package/dist/api.js +696 -5
- package/dist/detect-slugs.cjs +11 -0
- package/dist/detect-slugs.d.cts +1 -1
- package/dist/detect-slugs.d.ts +1 -1
- package/dist/detect-slugs.js +11 -0
- package/dist/detect.cjs +564 -5
- package/dist/detect.d.cts +1 -1
- package/dist/detect.d.ts +1 -1
- package/dist/detect.js +564 -5
- package/dist/i18n.d.cts +1 -1
- package/dist/i18n.d.ts +1 -1
- package/dist/index.cjs +719 -28
- package/dist/index.d.cts +625 -110
- package/dist/index.d.ts +625 -110
- package/dist/index.js +719 -28
- package/dist/{language-registry-nZ-y7PIh.d.cts → language-registry-CehUh46c.d.cts} +34 -1
- package/dist/{language-registry-nZ-y7PIh.d.ts → language-registry-CehUh46c.d.ts} +34 -1
- package/dist/languages/cairo.cjs +53 -0
- package/dist/languages/cairo.d.cts +50 -0
- package/dist/languages/cairo.d.ts +50 -0
- package/dist/languages/cairo.js +51 -0
- package/dist/languages/fish.cjs +1 -1
- package/dist/languages/fish.js +1 -1
- package/dist/languages/flux.cjs +52 -0
- package/dist/languages/flux.d.cts +49 -0
- package/dist/languages/flux.d.ts +49 -0
- package/dist/languages/flux.js +50 -0
- package/dist/languages/grain.cjs +53 -0
- package/dist/languages/grain.d.cts +50 -0
- package/dist/languages/grain.d.ts +50 -0
- package/dist/languages/grain.js +51 -0
- package/dist/languages/hare.cjs +53 -0
- package/dist/languages/hare.d.cts +50 -0
- package/dist/languages/hare.d.ts +50 -0
- package/dist/languages/hare.js +51 -0
- package/dist/languages/hy.cjs +53 -0
- package/dist/languages/hy.d.cts +50 -0
- package/dist/languages/hy.d.ts +50 -0
- package/dist/languages/hy.js +51 -0
- package/dist/languages/kcl.cjs +53 -0
- package/dist/languages/kcl.d.cts +50 -0
- package/dist/languages/kcl.d.ts +50 -0
- package/dist/languages/kcl.js +51 -0
- package/dist/languages/move.cjs +53 -0
- package/dist/languages/move.d.cts +50 -0
- package/dist/languages/move.d.ts +50 -0
- package/dist/languages/move.js +51 -0
- package/dist/languages/nickel.cjs +52 -0
- package/dist/languages/nickel.d.cts +49 -0
- package/dist/languages/nickel.d.ts +49 -0
- package/dist/languages/nickel.js +50 -0
- package/dist/languages/nushell.cjs +1 -1
- package/dist/languages/nushell.js +1 -1
- package/dist/languages/pkl.cjs +53 -0
- package/dist/languages/pkl.d.cts +50 -0
- package/dist/languages/pkl.d.ts +50 -0
- package/dist/languages/pkl.js +51 -0
- package/dist/languages/svelte.cjs +1 -1
- package/dist/languages/svelte.js +1 -1
- package/dist/languages/twig.cjs +1 -1
- package/dist/languages/twig.js +1 -1
- package/dist/languages/unison.cjs +53 -0
- package/dist/languages/unison.d.cts +50 -0
- package/dist/languages/unison.d.ts +50 -0
- package/dist/languages/unison.js +51 -0
- package/dist/languages/yara.cjs +53 -0
- package/dist/languages/yara.d.cts +50 -0
- package/dist/languages/yara.d.ts +50 -0
- package/dist/languages/yara.js +51 -0
- package/dist/languages/zsh.cjs +1 -1
- package/dist/languages/zsh.js +1 -1
- package/dist/{types-DHJuiiUR.d.cts → types-B0_wjl_Q.d.cts} +2 -2
- package/dist/{types-DHJuiiUR.d.ts → types-B0_wjl_Q.d.ts} +2 -2
- package/package.json +3 -2
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
// src/languages/flux.ts
|
|
2
|
+
var flux = {
|
|
3
|
+
slug: "flux",
|
|
4
|
+
publishedDate: "2018-09-01",
|
|
5
|
+
extensions: [".flux"],
|
|
6
|
+
author: "InfluxData",
|
|
7
|
+
website: "https://www.influxdata.com/products/flux/",
|
|
8
|
+
paradigms: ["functional", "declarative"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["InfluxDB", "Flux CLI"],
|
|
11
|
+
ecosystems: ["Time Series", "Monitoring", "Observability", "InfluxDB"]
|
|
12
|
+
},
|
|
13
|
+
version: "0.200.0",
|
|
14
|
+
logo: "https://avatars.githubusercontent.com/u/5713248?v=4",
|
|
15
|
+
color: "#22ADF6",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Flux",
|
|
19
|
+
description: "A functional data scripting language by InfluxData for querying, analyzing, and transforming time-series data in InfluxDB.",
|
|
20
|
+
longDescription: "Flux is a functional data scripting and query language designed by InfluxData for working with time-series data. It replaced InfluxQL as the primary query language for InfluxDB 2.0 and provides a more expressive and composable approach to data transformation.\n\nFlux uses a pipe-forward operator (|>) to chain data transformations in a readable pipeline style. It supports filtering, grouping, windowing, aggregations, joins, and mathematical operations on time-series data. Flux is also capable of querying non-InfluxDB data sources and writing results back to databases, making it useful as a general ETL scripting language for monitoring and observability pipelines."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Flux",
|
|
24
|
+
description: "Un lenguaje funcional de scripting de datos de InfluxData para consultar, analizar y transformar datos de series temporales en InfluxDB.",
|
|
25
|
+
longDescription: "Flux es un lenguaje funcional de scripting y consultas dise\xF1ado por InfluxData para trabajar con datos de series temporales. Reemplaz\xF3 a InfluxQL como lenguaje de consultas principal para InfluxDB 2.0 y proporciona un enfoque m\xE1s expresivo y composable para la transformaci\xF3n de datos.\n\nFlux usa el operador pipe-forward (|>) para encadenar transformaciones de datos en un estilo de pipeline legible. Soporta filtrado, agrupaci\xF3n, ventanas temporales, agregaciones, joins y operaciones matem\xE1ticas sobre datos de series temporales."
|
|
26
|
+
},
|
|
27
|
+
it: {
|
|
28
|
+
name: "Flux",
|
|
29
|
+
description: "Un linguaggio funzionale di scripting dati di InfluxData per interrogare, analizzare e trasformare dati di serie temporali in InfluxDB.",
|
|
30
|
+
longDescription: "Flux \xE8 un linguaggio funzionale di scripting e query progettato da InfluxData per lavorare con dati di serie temporali. Ha sostituito InfluxQL come linguaggio di query principale per InfluxDB 2.0 e fornisce un approccio pi\xF9 espressivo e componibile alla trasformazione dei dati.\n\nFlux usa l'operatore pipe-forward (|>) per concatenare trasformazioni di dati in uno stile di pipeline leggibile. Supporta filtraggio, raggruppamento, windowing, aggregazioni, join e operazioni matematiche su dati di serie temporali."
|
|
31
|
+
},
|
|
32
|
+
fr: {
|
|
33
|
+
name: "Flux",
|
|
34
|
+
description: "Un langage de script de donn\xE9es fonctionnel d'InfluxData pour interroger, analyser et transformer des donn\xE9es de s\xE9ries temporelles dans InfluxDB.",
|
|
35
|
+
longDescription: "Flux est un langage fonctionnel de script et de requ\xEAte con\xE7u par InfluxData pour travailler avec des donn\xE9es de s\xE9ries temporelles. Il a remplac\xE9 InfluxQL comme langage de requ\xEAte principal pour InfluxDB 2.0 et offre une approche plus expressive et composable de la transformation des donn\xE9es.\n\nFlux utilise l'op\xE9rateur pipe-forward (|>) pour cha\xEEner les transformations de donn\xE9es dans un style de pipeline lisible. Il prend en charge le filtrage, le regroupement, le fen\xEAtrage, les agr\xE9gations, les jointures et les op\xE9rations math\xE9matiques sur les donn\xE9es de s\xE9ries temporelles."
|
|
36
|
+
},
|
|
37
|
+
de: {
|
|
38
|
+
name: "Flux",
|
|
39
|
+
description: "Eine funktionale Datenskriptsprache von InfluxData zum Abfragen, Analysieren und Transformieren von Zeitreihendaten in InfluxDB.",
|
|
40
|
+
longDescription: "Flux ist eine funktionale Datenskript- und Abfragesprache, die von InfluxData f\xFCr die Arbeit mit Zeitreihendaten entwickelt wurde. Sie ersetzte InfluxQL als prim\xE4re Abfragesprache f\xFCr InfluxDB 2.0 und bietet einen ausdrucksst\xE4rkeren und kompositionsf\xE4higeren Ansatz zur Datentransformation.\n\nFlux verwendet den Pipe-Forward-Operator (|>), um Datentransformationen in einem lesbaren Pipeline-Stil zu verketten. Es unterst\xFCtzt Filterung, Gruppierung, Fenstering, Aggregationen, Joins und mathematische Operationen auf Zeitreihendaten."
|
|
41
|
+
},
|
|
42
|
+
pt: {
|
|
43
|
+
name: "Flux",
|
|
44
|
+
description: "Uma linguagem funcional de script de dados da InfluxData para consultar, analisar e transformar dados de s\xE9ries temporais no InfluxDB.",
|
|
45
|
+
longDescription: "Flux \xE9 uma linguagem funcional de script e consulta projetada pela InfluxData para trabalhar com dados de s\xE9ries temporais. Substituiu o InfluxQL como linguagem de consulta principal para o InfluxDB 2.0 e fornece uma abordagem mais expressiva e compos\xEDvel para transforma\xE7\xE3o de dados.\n\nFlux usa o operador pipe-forward (|>) para encadear transforma\xE7\xF5es de dados em um estilo de pipeline leg\xEDvel. Suporta filtragem, agrupamento, janelamento, agrega\xE7\xF5es, joins e opera\xE7\xF5es matem\xE1ticas em dados de s\xE9ries temporais."
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { flux };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/grain.ts
|
|
4
|
+
var grain = {
|
|
5
|
+
slug: "grain",
|
|
6
|
+
publishedDate: "2020-08-04",
|
|
7
|
+
extensions: [".gr"],
|
|
8
|
+
author: "Oscar Spencer",
|
|
9
|
+
website: "https://grain-lang.org",
|
|
10
|
+
paradigms: ["functional", "imperative"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["grain CLI", "WebAssembly"],
|
|
13
|
+
packageManagers: ["grain (built-in)"],
|
|
14
|
+
ecosystems: ["WebAssembly", "Web", "Server"]
|
|
15
|
+
},
|
|
16
|
+
version: "grain-v0.7.2",
|
|
17
|
+
logo: "https://avatars.githubusercontent.com/u/54953488?v=4",
|
|
18
|
+
color: "#7C4DFF",
|
|
19
|
+
i18n: {
|
|
20
|
+
en: {
|
|
21
|
+
name: "Grain",
|
|
22
|
+
description: "A functional programming language that compiles to WebAssembly first, featuring a strong type system and memory safety without garbage collection pauses.",
|
|
23
|
+
longDescription: "Grain is a strongly typed, functional programming language that targets WebAssembly as its primary compilation target. Designed from the ground up with WebAssembly in mind, it produces compact and efficient WASM modules that run in browsers, Node.js, and any WASI-compliant runtime.\n\nGrain features algebraic data types, pattern matching, type inference, closures, and a module system. Its memory model avoids garbage collection pauses through reference counting with cycle detection. The standard library covers strings, numbers, lists, maps, file I/O, and more, making Grain suitable for building both web frontend and server-side WebAssembly applications."
|
|
24
|
+
},
|
|
25
|
+
es: {
|
|
26
|
+
name: "Grain",
|
|
27
|
+
description: "Lenguaje funcional que compila a WebAssembly, con un sistema de tipos fuerte y seguridad de memoria sin pausas de recolecci\xF3n de basura.",
|
|
28
|
+
longDescription: "Grain es un lenguaje funcional de tipado fuerte que tiene WebAssembly como destino principal de compilaci\xF3n. Dise\xF1ado desde cero pensando en WebAssembly, produce m\xF3dulos WASM compactos y eficientes que se ejecutan en navegadores, Node.js y cualquier runtime compatible con WASI.\n\nGrain incluye tipos de datos algebraicos, coincidencia de patrones, inferencia de tipos, closures y un sistema de m\xF3dulos. Su modelo de memoria evita pausas de GC mediante conteo de referencias con detecci\xF3n de ciclos."
|
|
29
|
+
},
|
|
30
|
+
it: {
|
|
31
|
+
name: "Grain",
|
|
32
|
+
description: "Linguaggio funzionale che compila in WebAssembly, con un sistema di tipi forte e sicurezza della memoria senza pause di garbage collection.",
|
|
33
|
+
longDescription: "Grain \xE8 un linguaggio funzionale fortemente tipizzato che ha WebAssembly come target di compilazione principale. Progettato da zero pensando a WebAssembly, produce moduli WASM compatti ed efficienti che girano nei browser, Node.js e qualsiasi runtime compatibile con WASI.\n\nGrain include tipi di dati algebrici, pattern matching, inferenza di tipi, closure e un sistema di moduli. Il suo modello di memoria evita le pause GC tramite reference counting con rilevamento dei cicli."
|
|
34
|
+
},
|
|
35
|
+
fr: {
|
|
36
|
+
name: "Grain",
|
|
37
|
+
description: "Langage fonctionnel qui compile vers WebAssembly, avec un syst\xE8me de types fort et une s\xE9curit\xE9 m\xE9moire sans pauses de garbage collection.",
|
|
38
|
+
longDescription: "Grain est un langage fonctionnel fortement typ\xE9 qui cible WebAssembly comme destination de compilation principale. Con\xE7u d\xE8s le d\xE9part en pensant \xE0 WebAssembly, il produit des modules WASM compacts et efficaces qui s'ex\xE9cutent dans les navigateurs, Node.js et tout runtime compatible WASI.\n\nGrain inclut des types de donn\xE9es alg\xE9briques, le pattern matching, l'inf\xE9rence de types, les closures et un syst\xE8me de modules. Son mod\xE8le m\xE9moire \xE9vite les pauses GC gr\xE2ce au comptage de r\xE9f\xE9rences avec d\xE9tection de cycles."
|
|
39
|
+
},
|
|
40
|
+
de: {
|
|
41
|
+
name: "Grain",
|
|
42
|
+
description: "Eine funktionale Programmiersprache, die prim\xE4r nach WebAssembly kompiliert, mit einem starken Typsystem und Speichersicherheit ohne Garbage-Collection-Pausen.",
|
|
43
|
+
longDescription: "Grain ist eine stark typisierte, funktionale Programmiersprache, die WebAssembly als prim\xE4res Kompilierungsziel verwendet. Von Grund auf mit WebAssembly im Sinn entwickelt, erzeugt sie kompakte und effiziente WASM-Module, die in Browsern, Node.js und jeder WASI-kompatiblen Laufzeitumgebung ausgef\xFChrt werden k\xF6nnen.\n\nGrain bietet algebraische Datentypen, Pattern Matching, Typinferenz, Closures und ein Modulsystem. Das Speichermodell vermeidet GC-Pausen durch Referenzz\xE4hlung mit Zyklenerkennung."
|
|
44
|
+
},
|
|
45
|
+
pt: {
|
|
46
|
+
name: "Grain",
|
|
47
|
+
description: "Linguagem funcional que compila para WebAssembly, com um sistema de tipos forte e seguran\xE7a de mem\xF3ria sem pausas de garbage collection.",
|
|
48
|
+
longDescription: "Grain \xE9 uma linguagem funcional fortemente tipada que tem WebAssembly como principal alvo de compila\xE7\xE3o. Projetada do zero pensando em WebAssembly, produz m\xF3dulos WASM compactos e eficientes que rodam em navegadores, Node.js e qualquer runtime compat\xEDvel com WASI.\n\nGrain inclui tipos de dados alg\xE9bricos, correspond\xEAncia de padr\xF5es, infer\xEAncia de tipos, closures e um sistema de m\xF3dulos. Seu modelo de mem\xF3ria evita pausas de GC por meio de contagem de refer\xEAncias com detec\xE7\xE3o de ciclos."
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
exports.grain = grain;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
declare const grain: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
packageManagers: string[];
|
|
11
|
+
ecosystems: string[];
|
|
12
|
+
};
|
|
13
|
+
version: string;
|
|
14
|
+
logo: string;
|
|
15
|
+
color: "#7C4DFF";
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: string;
|
|
19
|
+
description: string;
|
|
20
|
+
longDescription: string;
|
|
21
|
+
};
|
|
22
|
+
es: {
|
|
23
|
+
name: string;
|
|
24
|
+
description: string;
|
|
25
|
+
longDescription: string;
|
|
26
|
+
};
|
|
27
|
+
it: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
longDescription: string;
|
|
31
|
+
};
|
|
32
|
+
fr: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
longDescription: string;
|
|
36
|
+
};
|
|
37
|
+
de: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
longDescription: string;
|
|
41
|
+
};
|
|
42
|
+
pt: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
longDescription: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { grain };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
declare const grain: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
packageManagers: string[];
|
|
11
|
+
ecosystems: string[];
|
|
12
|
+
};
|
|
13
|
+
version: string;
|
|
14
|
+
logo: string;
|
|
15
|
+
color: "#7C4DFF";
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: string;
|
|
19
|
+
description: string;
|
|
20
|
+
longDescription: string;
|
|
21
|
+
};
|
|
22
|
+
es: {
|
|
23
|
+
name: string;
|
|
24
|
+
description: string;
|
|
25
|
+
longDescription: string;
|
|
26
|
+
};
|
|
27
|
+
it: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
longDescription: string;
|
|
31
|
+
};
|
|
32
|
+
fr: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
longDescription: string;
|
|
36
|
+
};
|
|
37
|
+
de: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
longDescription: string;
|
|
41
|
+
};
|
|
42
|
+
pt: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
longDescription: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { grain };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
// src/languages/grain.ts
|
|
2
|
+
var grain = {
|
|
3
|
+
slug: "grain",
|
|
4
|
+
publishedDate: "2020-08-04",
|
|
5
|
+
extensions: [".gr"],
|
|
6
|
+
author: "Oscar Spencer",
|
|
7
|
+
website: "https://grain-lang.org",
|
|
8
|
+
paradigms: ["functional", "imperative"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["grain CLI", "WebAssembly"],
|
|
11
|
+
packageManagers: ["grain (built-in)"],
|
|
12
|
+
ecosystems: ["WebAssembly", "Web", "Server"]
|
|
13
|
+
},
|
|
14
|
+
version: "grain-v0.7.2",
|
|
15
|
+
logo: "https://avatars.githubusercontent.com/u/54953488?v=4",
|
|
16
|
+
color: "#7C4DFF",
|
|
17
|
+
i18n: {
|
|
18
|
+
en: {
|
|
19
|
+
name: "Grain",
|
|
20
|
+
description: "A functional programming language that compiles to WebAssembly first, featuring a strong type system and memory safety without garbage collection pauses.",
|
|
21
|
+
longDescription: "Grain is a strongly typed, functional programming language that targets WebAssembly as its primary compilation target. Designed from the ground up with WebAssembly in mind, it produces compact and efficient WASM modules that run in browsers, Node.js, and any WASI-compliant runtime.\n\nGrain features algebraic data types, pattern matching, type inference, closures, and a module system. Its memory model avoids garbage collection pauses through reference counting with cycle detection. The standard library covers strings, numbers, lists, maps, file I/O, and more, making Grain suitable for building both web frontend and server-side WebAssembly applications."
|
|
22
|
+
},
|
|
23
|
+
es: {
|
|
24
|
+
name: "Grain",
|
|
25
|
+
description: "Lenguaje funcional que compila a WebAssembly, con un sistema de tipos fuerte y seguridad de memoria sin pausas de recolecci\xF3n de basura.",
|
|
26
|
+
longDescription: "Grain es un lenguaje funcional de tipado fuerte que tiene WebAssembly como destino principal de compilaci\xF3n. Dise\xF1ado desde cero pensando en WebAssembly, produce m\xF3dulos WASM compactos y eficientes que se ejecutan en navegadores, Node.js y cualquier runtime compatible con WASI.\n\nGrain incluye tipos de datos algebraicos, coincidencia de patrones, inferencia de tipos, closures y un sistema de m\xF3dulos. Su modelo de memoria evita pausas de GC mediante conteo de referencias con detecci\xF3n de ciclos."
|
|
27
|
+
},
|
|
28
|
+
it: {
|
|
29
|
+
name: "Grain",
|
|
30
|
+
description: "Linguaggio funzionale che compila in WebAssembly, con un sistema di tipi forte e sicurezza della memoria senza pause di garbage collection.",
|
|
31
|
+
longDescription: "Grain \xE8 un linguaggio funzionale fortemente tipizzato che ha WebAssembly come target di compilazione principale. Progettato da zero pensando a WebAssembly, produce moduli WASM compatti ed efficienti che girano nei browser, Node.js e qualsiasi runtime compatibile con WASI.\n\nGrain include tipi di dati algebrici, pattern matching, inferenza di tipi, closure e un sistema di moduli. Il suo modello di memoria evita le pause GC tramite reference counting con rilevamento dei cicli."
|
|
32
|
+
},
|
|
33
|
+
fr: {
|
|
34
|
+
name: "Grain",
|
|
35
|
+
description: "Langage fonctionnel qui compile vers WebAssembly, avec un syst\xE8me de types fort et une s\xE9curit\xE9 m\xE9moire sans pauses de garbage collection.",
|
|
36
|
+
longDescription: "Grain est un langage fonctionnel fortement typ\xE9 qui cible WebAssembly comme destination de compilation principale. Con\xE7u d\xE8s le d\xE9part en pensant \xE0 WebAssembly, il produit des modules WASM compacts et efficaces qui s'ex\xE9cutent dans les navigateurs, Node.js et tout runtime compatible WASI.\n\nGrain inclut des types de donn\xE9es alg\xE9briques, le pattern matching, l'inf\xE9rence de types, les closures et un syst\xE8me de modules. Son mod\xE8le m\xE9moire \xE9vite les pauses GC gr\xE2ce au comptage de r\xE9f\xE9rences avec d\xE9tection de cycles."
|
|
37
|
+
},
|
|
38
|
+
de: {
|
|
39
|
+
name: "Grain",
|
|
40
|
+
description: "Eine funktionale Programmiersprache, die prim\xE4r nach WebAssembly kompiliert, mit einem starken Typsystem und Speichersicherheit ohne Garbage-Collection-Pausen.",
|
|
41
|
+
longDescription: "Grain ist eine stark typisierte, funktionale Programmiersprache, die WebAssembly als prim\xE4res Kompilierungsziel verwendet. Von Grund auf mit WebAssembly im Sinn entwickelt, erzeugt sie kompakte und effiziente WASM-Module, die in Browsern, Node.js und jeder WASI-kompatiblen Laufzeitumgebung ausgef\xFChrt werden k\xF6nnen.\n\nGrain bietet algebraische Datentypen, Pattern Matching, Typinferenz, Closures und ein Modulsystem. Das Speichermodell vermeidet GC-Pausen durch Referenzz\xE4hlung mit Zyklenerkennung."
|
|
42
|
+
},
|
|
43
|
+
pt: {
|
|
44
|
+
name: "Grain",
|
|
45
|
+
description: "Linguagem funcional que compila para WebAssembly, com um sistema de tipos forte e seguran\xE7a de mem\xF3ria sem pausas de garbage collection.",
|
|
46
|
+
longDescription: "Grain \xE9 uma linguagem funcional fortemente tipada que tem WebAssembly como principal alvo de compila\xE7\xE3o. Projetada do zero pensando em WebAssembly, produz m\xF3dulos WASM compactos e eficientes que rodam em navegadores, Node.js e qualquer runtime compat\xEDvel com WASI.\n\nGrain inclui tipos de dados alg\xE9bricos, correspond\xEAncia de padr\xF5es, infer\xEAncia de tipos, closures e um sistema de m\xF3dulos. Seu modelo de mem\xF3ria evita pausas de GC por meio de contagem de refer\xEAncias com detec\xE7\xE3o de ciclos."
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
export { grain };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/hare.ts
|
|
4
|
+
var hare = {
|
|
5
|
+
slug: "hare",
|
|
6
|
+
publishedDate: "2022-04-25",
|
|
7
|
+
extensions: [".ha"],
|
|
8
|
+
author: "Drew DeVault",
|
|
9
|
+
website: "https://harelang.org",
|
|
10
|
+
paradigms: ["imperative", "systems"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["hare"],
|
|
13
|
+
packageManagers: ["hare (built-in modules)"],
|
|
14
|
+
ecosystems: ["Systems", "Embedded", "Unix", "Linux"]
|
|
15
|
+
},
|
|
16
|
+
version: "0.25.1",
|
|
17
|
+
logo: "https://harelang.org/mascot.png",
|
|
18
|
+
color: "#5D4E37",
|
|
19
|
+
i18n: {
|
|
20
|
+
en: {
|
|
21
|
+
name: "Hare",
|
|
22
|
+
description: "A systems programming language designed to be simple, stable, and robust, with explicit memory management and no hidden control flow.",
|
|
23
|
+
longDescription: "Hare is a systems programming language designed by Drew DeVault with an emphasis on simplicity, stability, and long-term maintainability. It targets Unix-like operating systems and bare-metal environments, serving as a modern alternative to C.\n\nHare has no runtime, no garbage collector, and no hidden control flow. Memory management is manual and explicit. The language includes tagged unions, slices, deferred function calls, and a standard library that covers I/O, networking, cryptography, and datetime handling. Hare uses a reproducible build system and aims for a stable specification that does not change, making it suitable for long-lived systems software."
|
|
24
|
+
},
|
|
25
|
+
es: {
|
|
26
|
+
name: "Hare",
|
|
27
|
+
description: "Un lenguaje de programaci\xF3n de sistemas dise\xF1ado para ser simple, estable y robusto, con gesti\xF3n de memoria expl\xEDcita y sin flujo de control oculto.",
|
|
28
|
+
longDescription: "Hare es un lenguaje de programaci\xF3n de sistemas dise\xF1ado por Drew DeVault con \xE9nfasis en la simplicidad, estabilidad y mantenibilidad a largo plazo. Est\xE1 dirigido a sistemas operativos Unix-like y entornos bare-metal, como alternativa moderna a C.\n\nHare no tiene runtime ni recolector de basura, y no tiene flujo de control oculto. La gesti\xF3n de memoria es manual y expl\xEDcita. El lenguaje incluye uniones etiquetadas, slices, llamadas diferidas y una biblioteca est\xE1ndar que cubre E/S, redes, criptograf\xEDa y fechas."
|
|
29
|
+
},
|
|
30
|
+
it: {
|
|
31
|
+
name: "Hare",
|
|
32
|
+
description: "Linguaggio di sistema semplice e stabile con gestione esplicita della memoria e senza flusso di controllo nascosto.",
|
|
33
|
+
longDescription: "Hare \xE8 un linguaggio di programmazione di sistema progettato da Drew DeVault con enfasi su semplicit\xE0, stabilit\xE0 e manutenibilit\xE0 a lungo termine. \xC8 destinato a sistemi operativi Unix-like e ambienti bare-metal, come alternativa moderna a C.\n\nHare non ha runtime n\xE9 garbage collector, e non ha flusso di controllo nascosto. La gestione della memoria \xE8 manuale ed esplicita. Il linguaggio include union taggate, slice, chiamate differite e una libreria standard che copre I/O, rete, crittografia e gestione delle date."
|
|
34
|
+
},
|
|
35
|
+
fr: {
|
|
36
|
+
name: "Hare",
|
|
37
|
+
description: "Un langage de programmation syst\xE8me con\xE7u pour \xEAtre simple, stable et robuste, avec une gestion de m\xE9moire explicite et sans flux de contr\xF4le cach\xE9.",
|
|
38
|
+
longDescription: "Hare est un langage de programmation syst\xE8me con\xE7u par Drew DeVault avec un accent sur la simplicit\xE9, la stabilit\xE9 et la maintenabilit\xE9 \xE0 long terme. Il cible les syst\xE8mes d'exploitation de type Unix et les environnements bare-metal, comme alternative moderne \xE0 C.\n\nHare n'a pas de runtime ni de garbage collector, et pas de flux de contr\xF4le cach\xE9. La gestion de la m\xE9moire est manuelle et explicite. Le langage inclut des unions \xE9tiquet\xE9es, des slices, des appels diff\xE9r\xE9s et une biblioth\xE8que standard couvrant l'I/O, le r\xE9seau, la cryptographie et la gestion des dates."
|
|
39
|
+
},
|
|
40
|
+
de: {
|
|
41
|
+
name: "Hare",
|
|
42
|
+
description: "Systemprogrammiersprache f\xFCr Einfachheit, Stabilit\xE4t und Robustheit, mit expliziter Speicherverwaltung und ohne verborgenen Kontrollfluss.",
|
|
43
|
+
longDescription: "Hare ist eine von Drew DeVault entwickelte Systemprogrammiersprache mit Schwerpunkt auf Einfachheit, Stabilit\xE4t und langfristiger Wartbarkeit. Sie zielt auf Unix-\xE4hnliche Betriebssysteme und Bare-Metal-Umgebungen als moderne Alternative zu C.\n\nHare hat keine Laufzeitumgebung, keinen Garbage Collector und keinen verborgenen Kontrollfluss. Die Speicherverwaltung ist manuell und explizit. Die Sprache umfasst Tagged Unions, Slices, verz\xF6gerte Funktionsaufrufe und eine Standardbibliothek f\xFCr I/O, Netzwerk, Kryptographie und Datumsverwaltung."
|
|
44
|
+
},
|
|
45
|
+
pt: {
|
|
46
|
+
name: "Hare",
|
|
47
|
+
description: "Uma linguagem de programa\xE7\xE3o de sistemas projetada para ser simples, est\xE1vel e robusta, com gerenciamento de mem\xF3ria expl\xEDcito e sem fluxo de controle oculto.",
|
|
48
|
+
longDescription: "Hare \xE9 uma linguagem de programa\xE7\xE3o de sistemas projetada por Drew DeVault com \xEAnfase em simplicidade, estabilidade e manutenibilidade a longo prazo. Destina-se a sistemas operacionais Unix-like e ambientes bare-metal, como alternativa moderna ao C.\n\nHare n\xE3o tem runtime nem coletor de lixo, e n\xE3o tem fluxo de controle oculto. O gerenciamento de mem\xF3ria \xE9 manual e expl\xEDcito. A linguagem inclui uni\xF5es marcadas, slices, chamadas diferidas e uma biblioteca padr\xE3o que cobre I/O, rede, criptografia e manipula\xE7\xE3o de datas."
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
exports.hare = hare;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
declare const hare: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
packageManagers: string[];
|
|
11
|
+
ecosystems: string[];
|
|
12
|
+
};
|
|
13
|
+
version: string;
|
|
14
|
+
logo: string;
|
|
15
|
+
color: "#5D4E37";
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: string;
|
|
19
|
+
description: string;
|
|
20
|
+
longDescription: string;
|
|
21
|
+
};
|
|
22
|
+
es: {
|
|
23
|
+
name: string;
|
|
24
|
+
description: string;
|
|
25
|
+
longDescription: string;
|
|
26
|
+
};
|
|
27
|
+
it: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
longDescription: string;
|
|
31
|
+
};
|
|
32
|
+
fr: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
longDescription: string;
|
|
36
|
+
};
|
|
37
|
+
de: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
longDescription: string;
|
|
41
|
+
};
|
|
42
|
+
pt: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
longDescription: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { hare };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
declare const hare: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
packageManagers: string[];
|
|
11
|
+
ecosystems: string[];
|
|
12
|
+
};
|
|
13
|
+
version: string;
|
|
14
|
+
logo: string;
|
|
15
|
+
color: "#5D4E37";
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: string;
|
|
19
|
+
description: string;
|
|
20
|
+
longDescription: string;
|
|
21
|
+
};
|
|
22
|
+
es: {
|
|
23
|
+
name: string;
|
|
24
|
+
description: string;
|
|
25
|
+
longDescription: string;
|
|
26
|
+
};
|
|
27
|
+
it: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
longDescription: string;
|
|
31
|
+
};
|
|
32
|
+
fr: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
longDescription: string;
|
|
36
|
+
};
|
|
37
|
+
de: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
longDescription: string;
|
|
41
|
+
};
|
|
42
|
+
pt: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
longDescription: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { hare };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
// src/languages/hare.ts
|
|
2
|
+
var hare = {
|
|
3
|
+
slug: "hare",
|
|
4
|
+
publishedDate: "2022-04-25",
|
|
5
|
+
extensions: [".ha"],
|
|
6
|
+
author: "Drew DeVault",
|
|
7
|
+
website: "https://harelang.org",
|
|
8
|
+
paradigms: ["imperative", "systems"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["hare"],
|
|
11
|
+
packageManagers: ["hare (built-in modules)"],
|
|
12
|
+
ecosystems: ["Systems", "Embedded", "Unix", "Linux"]
|
|
13
|
+
},
|
|
14
|
+
version: "0.25.1",
|
|
15
|
+
logo: "https://harelang.org/mascot.png",
|
|
16
|
+
color: "#5D4E37",
|
|
17
|
+
i18n: {
|
|
18
|
+
en: {
|
|
19
|
+
name: "Hare",
|
|
20
|
+
description: "A systems programming language designed to be simple, stable, and robust, with explicit memory management and no hidden control flow.",
|
|
21
|
+
longDescription: "Hare is a systems programming language designed by Drew DeVault with an emphasis on simplicity, stability, and long-term maintainability. It targets Unix-like operating systems and bare-metal environments, serving as a modern alternative to C.\n\nHare has no runtime, no garbage collector, and no hidden control flow. Memory management is manual and explicit. The language includes tagged unions, slices, deferred function calls, and a standard library that covers I/O, networking, cryptography, and datetime handling. Hare uses a reproducible build system and aims for a stable specification that does not change, making it suitable for long-lived systems software."
|
|
22
|
+
},
|
|
23
|
+
es: {
|
|
24
|
+
name: "Hare",
|
|
25
|
+
description: "Un lenguaje de programaci\xF3n de sistemas dise\xF1ado para ser simple, estable y robusto, con gesti\xF3n de memoria expl\xEDcita y sin flujo de control oculto.",
|
|
26
|
+
longDescription: "Hare es un lenguaje de programaci\xF3n de sistemas dise\xF1ado por Drew DeVault con \xE9nfasis en la simplicidad, estabilidad y mantenibilidad a largo plazo. Est\xE1 dirigido a sistemas operativos Unix-like y entornos bare-metal, como alternativa moderna a C.\n\nHare no tiene runtime ni recolector de basura, y no tiene flujo de control oculto. La gesti\xF3n de memoria es manual y expl\xEDcita. El lenguaje incluye uniones etiquetadas, slices, llamadas diferidas y una biblioteca est\xE1ndar que cubre E/S, redes, criptograf\xEDa y fechas."
|
|
27
|
+
},
|
|
28
|
+
it: {
|
|
29
|
+
name: "Hare",
|
|
30
|
+
description: "Linguaggio di sistema semplice e stabile con gestione esplicita della memoria e senza flusso di controllo nascosto.",
|
|
31
|
+
longDescription: "Hare \xE8 un linguaggio di programmazione di sistema progettato da Drew DeVault con enfasi su semplicit\xE0, stabilit\xE0 e manutenibilit\xE0 a lungo termine. \xC8 destinato a sistemi operativi Unix-like e ambienti bare-metal, come alternativa moderna a C.\n\nHare non ha runtime n\xE9 garbage collector, e non ha flusso di controllo nascosto. La gestione della memoria \xE8 manuale ed esplicita. Il linguaggio include union taggate, slice, chiamate differite e una libreria standard che copre I/O, rete, crittografia e gestione delle date."
|
|
32
|
+
},
|
|
33
|
+
fr: {
|
|
34
|
+
name: "Hare",
|
|
35
|
+
description: "Un langage de programmation syst\xE8me con\xE7u pour \xEAtre simple, stable et robuste, avec une gestion de m\xE9moire explicite et sans flux de contr\xF4le cach\xE9.",
|
|
36
|
+
longDescription: "Hare est un langage de programmation syst\xE8me con\xE7u par Drew DeVault avec un accent sur la simplicit\xE9, la stabilit\xE9 et la maintenabilit\xE9 \xE0 long terme. Il cible les syst\xE8mes d'exploitation de type Unix et les environnements bare-metal, comme alternative moderne \xE0 C.\n\nHare n'a pas de runtime ni de garbage collector, et pas de flux de contr\xF4le cach\xE9. La gestion de la m\xE9moire est manuelle et explicite. Le langage inclut des unions \xE9tiquet\xE9es, des slices, des appels diff\xE9r\xE9s et une biblioth\xE8que standard couvrant l'I/O, le r\xE9seau, la cryptographie et la gestion des dates."
|
|
37
|
+
},
|
|
38
|
+
de: {
|
|
39
|
+
name: "Hare",
|
|
40
|
+
description: "Systemprogrammiersprache f\xFCr Einfachheit, Stabilit\xE4t und Robustheit, mit expliziter Speicherverwaltung und ohne verborgenen Kontrollfluss.",
|
|
41
|
+
longDescription: "Hare ist eine von Drew DeVault entwickelte Systemprogrammiersprache mit Schwerpunkt auf Einfachheit, Stabilit\xE4t und langfristiger Wartbarkeit. Sie zielt auf Unix-\xE4hnliche Betriebssysteme und Bare-Metal-Umgebungen als moderne Alternative zu C.\n\nHare hat keine Laufzeitumgebung, keinen Garbage Collector und keinen verborgenen Kontrollfluss. Die Speicherverwaltung ist manuell und explizit. Die Sprache umfasst Tagged Unions, Slices, verz\xF6gerte Funktionsaufrufe und eine Standardbibliothek f\xFCr I/O, Netzwerk, Kryptographie und Datumsverwaltung."
|
|
42
|
+
},
|
|
43
|
+
pt: {
|
|
44
|
+
name: "Hare",
|
|
45
|
+
description: "Uma linguagem de programa\xE7\xE3o de sistemas projetada para ser simples, est\xE1vel e robusta, com gerenciamento de mem\xF3ria expl\xEDcito e sem fluxo de controle oculto.",
|
|
46
|
+
longDescription: "Hare \xE9 uma linguagem de programa\xE7\xE3o de sistemas projetada por Drew DeVault com \xEAnfase em simplicidade, estabilidade e manutenibilidade a longo prazo. Destina-se a sistemas operacionais Unix-like e ambientes bare-metal, como alternativa moderna ao C.\n\nHare n\xE3o tem runtime nem coletor de lixo, e n\xE3o tem fluxo de controle oculto. O gerenciamento de mem\xF3ria \xE9 manual e expl\xEDcito. A linguagem inclui uni\xF5es marcadas, slices, chamadas diferidas e uma biblioteca padr\xE3o que cobre I/O, rede, criptografia e manipula\xE7\xE3o de datas."
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
export { hare };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/hy.ts
|
|
4
|
+
var hy = {
|
|
5
|
+
slug: "hy",
|
|
6
|
+
publishedDate: "2013-04-03",
|
|
7
|
+
extensions: [".hy"],
|
|
8
|
+
author: "Paul Tagliamonte",
|
|
9
|
+
website: "https://hylang.org",
|
|
10
|
+
paradigms: ["functional", "meta-programming", "object-oriented"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["hy (Python-based)"],
|
|
13
|
+
packageManagers: ["pip"],
|
|
14
|
+
ecosystems: ["Python", "Machine Learning", "Data Science", "Scripting"]
|
|
15
|
+
},
|
|
16
|
+
version: "1.0.0",
|
|
17
|
+
logo: "https://avatars.githubusercontent.com/u/10551643?v=4",
|
|
18
|
+
color: "#35B9E9",
|
|
19
|
+
i18n: {
|
|
20
|
+
en: {
|
|
21
|
+
name: "Hy",
|
|
22
|
+
description: "A Lisp dialect embedded in Python that compiles to Python AST, giving full access to the Python ecosystem with a macro-capable Lisp syntax.",
|
|
23
|
+
longDescription: "Hy is a Lisp dialect that is embedded directly in Python. Hy code is compiled to Python's abstract syntax tree (AST) and therefore has complete, bidirectional interoperability with Python: Python can import Hy modules and Hy can import Python modules.\n\nHy brings Lisp's powerful macro system to Python, enabling code generation and domain-specific languages. It supports all Python data types and features, including classes, decorators, generators, and async/await. The entire Python standard library and third-party ecosystem \u2014 NumPy, Pandas, TensorFlow \u2014 are available natively. Hy is particularly popular for Python developers who want to explore Lisp without leaving their familiar ecosystem."
|
|
24
|
+
},
|
|
25
|
+
es: {
|
|
26
|
+
name: "Hy",
|
|
27
|
+
description: "Un dialecto Lisp integrado en Python que compila a AST de Python, dando acceso completo al ecosistema de Python con una sintaxis Lisp con macros.",
|
|
28
|
+
longDescription: "Hy es un dialecto Lisp integrado directamente en Python. El c\xF3digo Hy se compila al \xE1rbol de sintaxis abstracta (AST) de Python, por lo que tiene interoperabilidad completa y bidireccional con Python.\n\nHy trae el potente sistema de macros de Lisp a Python, permitiendo la generaci\xF3n de c\xF3digo y lenguajes espec\xEDficos de dominio. Soporta todos los tipos de datos y caracter\xEDsticas de Python, incluidos clases, decoradores, generadores y async/await. Todo el ecosistema Python \u2014 NumPy, Pandas, TensorFlow \u2014 est\xE1 disponible de forma nativa."
|
|
29
|
+
},
|
|
30
|
+
it: {
|
|
31
|
+
name: "Hy",
|
|
32
|
+
description: "Un dialetto Lisp integrato in Python che compila in AST Python, offrendo accesso completo all'ecosistema Python con una sintassi Lisp con macro.",
|
|
33
|
+
longDescription: "Hy \xE8 un dialetto Lisp integrato direttamente in Python. Il codice Hy viene compilato nell'albero di sintassi astratta (AST) di Python e ha quindi una completa interoperabilit\xE0 bidirezionale con Python.\n\nHy porta il potente sistema di macro di Lisp in Python, abilitando la generazione di codice e i linguaggi specifici di dominio. Supporta tutti i tipi di dati e le funzionalit\xE0 di Python, incluse classi, decoratori, generatori e async/await. L'intero ecosistema Python \u2014 NumPy, Pandas, TensorFlow \u2014 \xE8 disponibile nativamente."
|
|
34
|
+
},
|
|
35
|
+
fr: {
|
|
36
|
+
name: "Hy",
|
|
37
|
+
description: "Un dialecte Lisp int\xE9gr\xE9 dans Python qui compile vers l'AST Python, donnant un acc\xE8s complet \xE0 l'\xE9cosyst\xE8me Python avec une syntaxe Lisp capable de macros.",
|
|
38
|
+
longDescription: "Hy est un dialecte Lisp int\xE9gr\xE9 directement dans Python. Le code Hy est compil\xE9 vers l'arbre de syntaxe abstraite (AST) de Python et dispose donc d'une interop\xE9rabilit\xE9 compl\xE8te et bidirectionnelle avec Python.\n\nHy apporte le puissant syst\xE8me de macros de Lisp \xE0 Python, permettant la g\xE9n\xE9ration de code et les langages sp\xE9cifiques \xE0 un domaine. Il prend en charge tous les types de donn\xE9es et fonctionnalit\xE9s Python, y compris les classes, d\xE9corateurs, g\xE9n\xE9rateurs et async/await. Tout l'\xE9cosyst\xE8me Python est disponible nativement."
|
|
39
|
+
},
|
|
40
|
+
de: {
|
|
41
|
+
name: "Hy",
|
|
42
|
+
description: "Ein in Python eingebetteter Lisp-Dialekt, der zu Python-AST kompiliert und vollen Zugang zum Python-\xD6kosystem mit einer makrof\xE4higen Lisp-Syntax bietet.",
|
|
43
|
+
longDescription: "Hy ist ein Lisp-Dialekt, der direkt in Python eingebettet ist. Hy-Code wird zu Pythons abstrakter Syntaxbaumdarstellung (AST) kompiliert und hat daher vollst\xE4ndige, bidirektionale Interoperabilit\xE4t mit Python.\n\nHy bringt Lisps leistungsstarkes Makrosystem nach Python und erm\xF6glicht Code-Generierung und dom\xE4nenspezifische Sprachen. Es unterst\xFCtzt alle Python-Datentypen und -Funktionen, einschlie\xDFlich Klassen, Dekoratoren, Generatoren und async/await. Das gesamte Python-\xD6kosystem \u2014 NumPy, Pandas, TensorFlow \u2014 ist nativ verf\xFCgbar."
|
|
44
|
+
},
|
|
45
|
+
pt: {
|
|
46
|
+
name: "Hy",
|
|
47
|
+
description: "Um dialeto Lisp embutido no Python que compila para a AST do Python, dando acesso completo ao ecossistema Python com uma sintaxe Lisp com suporte a macros.",
|
|
48
|
+
longDescription: "Hy \xE9 um dialeto Lisp integrado diretamente no Python. O c\xF3digo Hy \xE9 compilado para a \xE1rvore de sintaxe abstrata (AST) do Python e, portanto, tem interoperabilidade completa e bidirecional com Python.\n\nHy traz o poderoso sistema de macros do Lisp para o Python, permitindo gera\xE7\xE3o de c\xF3digo e linguagens espec\xEDficas de dom\xEDnio. Suporta todos os tipos de dados e recursos do Python, incluindo classes, decoradores, geradores e async/await. Todo o ecossistema Python \u2014 NumPy, Pandas, TensorFlow \u2014 est\xE1 dispon\xEDvel nativamente."
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
exports.hy = hy;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
declare const hy: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
packageManagers: string[];
|
|
11
|
+
ecosystems: string[];
|
|
12
|
+
};
|
|
13
|
+
version: string;
|
|
14
|
+
logo: string;
|
|
15
|
+
color: "#35B9E9";
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: string;
|
|
19
|
+
description: string;
|
|
20
|
+
longDescription: string;
|
|
21
|
+
};
|
|
22
|
+
es: {
|
|
23
|
+
name: string;
|
|
24
|
+
description: string;
|
|
25
|
+
longDescription: string;
|
|
26
|
+
};
|
|
27
|
+
it: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
longDescription: string;
|
|
31
|
+
};
|
|
32
|
+
fr: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
longDescription: string;
|
|
36
|
+
};
|
|
37
|
+
de: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
longDescription: string;
|
|
41
|
+
};
|
|
42
|
+
pt: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
longDescription: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { hy };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
declare const hy: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
packageManagers: string[];
|
|
11
|
+
ecosystems: string[];
|
|
12
|
+
};
|
|
13
|
+
version: string;
|
|
14
|
+
logo: string;
|
|
15
|
+
color: "#35B9E9";
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: string;
|
|
19
|
+
description: string;
|
|
20
|
+
longDescription: string;
|
|
21
|
+
};
|
|
22
|
+
es: {
|
|
23
|
+
name: string;
|
|
24
|
+
description: string;
|
|
25
|
+
longDescription: string;
|
|
26
|
+
};
|
|
27
|
+
it: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
longDescription: string;
|
|
31
|
+
};
|
|
32
|
+
fr: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
longDescription: string;
|
|
36
|
+
};
|
|
37
|
+
de: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
longDescription: string;
|
|
41
|
+
};
|
|
42
|
+
pt: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
longDescription: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { hy };
|