Skip to content

Commit 2500fe9

Browse files
authored
funding: add more projects (#266)
1 parent 0ade98c commit 2500fe9

File tree

1 file changed

+31
-5
lines changed

1 file changed

+31
-5
lines changed

pages/funding.json

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,40 @@
1414
},
1515
"projects": [
1616
{
17-
"guid": "astx",
18-
"name": "ASTx",
19-
"description": "ASTx is a groundbreaking library designed to encapsulate language components in an agnostic and pythonic way. It provides a comprehensive set of classes and functionalities, allowing developers to articulate the core elements of any programming language.",
17+
"guid": "irx",
18+
"name": "IRx",
19+
"description": "IRx is a Python library that serves as the LLVM backend for ARXLang, enabling high-level ASTx programs to be compiled into executable machine code. It achieves this by lowering ASTx nodes into LLVM IR using llvmlite",
2020
"webpageUrl": {
21-
"url": "https://astx.arxlang.org"
21+
"url": "https://irx.arxlang.org/"
2222
},
2323
"repositoryUrl": {
24-
"url": "https://github.com/arxlang/astx",
24+
"url": "https://github.com/arxlang/irx",
25+
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
26+
}
27+
},
28+
29+
{
30+
"guid": "sciarx",
31+
"name": "sciarx",
32+
"description": "SciArx is a scientific computation library written in ArxLang, a statically-typed, LLVM-powered language with Python-like syntax and native Apache Arrow datatype support.",
33+
"webpageUrl": {
34+
"url": "https://arxlang.org/"
35+
},
36+
"repositoryUrl": {
37+
"url": "https://github.com/arxlang/sciarx",
38+
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
39+
}
40+
},
41+
42+
{
43+
"guid": "arx",
44+
"name": "ARx",
45+
"description": "Arx is a programming language that targets multi-architecture native code and integrates directly with Apache Arrow, achieved by leveraging the LLVM compilation infrastructure for code generation. ",
46+
"webpageUrl": {
47+
"url": "https://arxlang.org/"
48+
},
49+
"repositoryUrl": {
50+
"url": "https://github.com/arxlang/arx",
2551
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
2652
}
2753
},

0 commit comments

Comments
 (0)