hello-algo icon indicating copy to clipboard operation
hello-algo copied to clipboard

update *.zig linguist-language=Zig in .gitattributes

Open codingonion opened this issue 1 year ago • 3 comments

If this PR is related to coding or code translation, please fill out the checklist.

  • [x] I've tested the code and ensured the outputs are the same as the outputs of reference codes.
  • [x] I've checked the codes (formatting, comments, indentation, file header, etc) carefully.
  • [x] The code does not rely on a particular environment or IDE and can be executed on a standard system (Win, macOS, Ubuntu).

codingonion avatar Jan 16 '23 15:01 codingonion

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated
hello-algo ⬜️ Ignored (Inspect) Jan 16, 2023 at 10:29PM (UTC)

vercel[bot] avatar Jan 16 '23 15:01 vercel[bot]

There exists problems in different language contributions, as shown below, 未命名1673882174

codingonion avatar Jan 16 '23 15:01 codingonion

Only 6 languages can be shown on the repo page, so I would like to merge similar languages and only show the well-known languages, such as C --> C++, TypeScript --> JavaScript. Which language is zig most similar to? C++?

krahets avatar Jan 16 '23 16:01 krahets

Only 6 languages can be shown on the repo page, so I would like to merge similar languages and only show the well-known languages, such as C --> C++, TypeScript --> JavaScript. Which language is zig most similar to? C++?

It's most like C and C++. (no gc, has pointer, has genericity...)

codingonion avatar Jan 16 '23 21:01 codingonion