Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Zig #7

Merged
merged 2 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions data/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@
"name": "brainfuck",
"displayName": "brainfuck",
"logo": "https://upload.wikimedia.org/wikipedia/commons/b/ba/Brainfuck-mw-logo.png"
},
{
"name": "zig",
"displayName": "Zig",
"logo": "https://upload.wikimedia.org/wikipedia/commons/b/b3/Zig_logo_2020.svg"
}
]
5 changes: 3 additions & 2 deletions data/votes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
{ "language": "csharp", "reason": "It's better than JavaScript, that's for sure!" },
{ "language": "cpp", "reason": "Unreal Engine is better than Unity." },
{ "language": "typescript", "reason": "Notice how it starts making JavaScript look more like C#?" },
{ "language": "brainfuck", "reason": "Code golf, of course." }
]
{ "language": "brainfuck", "reason": "Code golf, of course." },
{ "language": "zig", "reason": "It's Rust, minus the bad stuff (so everything)." }
]
Loading