mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-03 23:57:01 +02:00
Added note on alternative programming languages
This commit is contained in:
parent
6e1105ffb4
commit
3078a1bfea
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
|
@ -58,8 +58,16 @@ Any project here may be removed as long as the following become true, even if pr
|
|||
|
||||
| Name | Alternative(s) | Evidence | Notes |
|
||||
|---|---|---|---|
|
||||
| [`.NET`](https://dotnet.microsoft.com/) | Python, Rust, etc. | [`.NET Runtime` PRs](https://github.com/dotnet/runtime/pulls?q=author%3A%40copilot+is%3Amerged), [`.NET SDK` PRs](https://github.com/dotnet/sdk/pulls?q=author%3A%40copilot+is%3Amerged) |
|
||||
| [Julia](https://julialang.org/) | Python | [`AGENTS.md` in main repository](https://github.com/JuliaLang/julia/pull/58561), [PRs "written by Claude"](https://github.com/JuliaLang/julia/pulls?q=is%253Apr+written+by+Claude) | |
|
||||
| [`.NET`](https://dotnet.microsoft.com/) | See below | [`.NET Runtime` PRs](https://github.com/dotnet/runtime/pulls?q=author%3A%40copilot+is%3Amerged), [`.NET SDK` PRs](https://github.com/dotnet/sdk/pulls?q=author%3A%40copilot+is%3Amerged) |
|
||||
| [Julia](https://julialang.org/) | Python (w/ appropriate scientific libraries) | [`AGENTS.md` in main repository](https://github.com/JuliaLang/julia/pull/58561), [PRs "written by Claude"](https://github.com/JuliaLang/julia/pulls?q=is%253Apr+written+by+Claude) | |
|
||||
|
||||
#### Note on alternative languages
|
||||
|
||||
Suggestions for alternative programming languages are necessarily more complex than many other categories considered here, as that's one of the core technical choices to be made when starting a new software development project.
|
||||
|
||||
Depending on your needs and technical concerns, you may find any number of different alternative languages useful. For example, when considering alternatives to .NET, Java or Scala may be interesting candidates from the perspective of being similar VM-based frameworks, while Python or Rust may be interesting alternatives in other ways.
|
||||
|
||||
We only
|
||||
|
||||
### Editors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue