GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

编译器

Compilers are software that translate higher-level (more human readable) programming languages to lower-level languages (e.g. machine code). The processor executes machine code, which indicates when binary high and low signals are required in the arithmetic logic unit of the processor. Examples of compiled languages include BASIC, Fortran, C++, C, and Java.

Website
Wikipedia
维基百科

相关主题

Fortran
vercel/next.js
https://static.github-zh.com/github_avatars/vercel?size=40
vercel / next.js

#静态网页生成器#Next.js是一个基于React.js的Node.js开发框架,支持SSR后端渲染。用户包括腾讯新闻、抖音、币安、Netflix等

React服务端渲染universalNode.jscomponentsbrowserNextVercelstatic-site-generatorhybridssgstaticblog编译器
JavaScript 132.46 k
4 小时前
https://static.github-zh.com/github_avatars/rust-lang?size=40
rust-lang / rust

#编程语言#一门赋予每个人构建可靠且高效软件能力的编程语言

Rust编译器languageHacktoberfest
Rust 104.32 k
2 小时前
sveltejs/svelte
https://static.github-zh.com/github_avatars/sveltejs?size=40
sveltejs / svelte

Svelte 是一种全新的构建用户界面的方法。传统框架如 React 和 Vue 在浏览器中需要做大量的工作,而 Svelte 将这些工作放到构建应用程序的编译阶段来处理。与使用虚拟(virtual)DOM 差异对比不同。Svelte 编写的代码在应用程序的状态更改时就能像做外科手术一样更新 DOM。

templateui编译器
JavaScript 83.08 k
19 小时前
https://static.github-zh.com/github_avatars/webpack?size=40
webpack / webpack

Webpack 是一个开源的前端打包工具。Webpack 提供了前端开发缺乏的模块化开发方式,将各种静态资源视为模块,并从它生成优化过的代码。

WebpackJavaScriptmodule-bundlerloaders插件build-toolWebweb-performance编译器javascript-compilercommonjsamdesmECMAScriptes2015javascript-modules
JavaScript 65.36 k
1 小时前
https://static.github-zh.com/github_avatars/FuelLabs?size=40
FuelLabs / sway

🌴 赋予每个人构建可靠、高效的智能合约能力

swaylanguage编译器fuel
Rust 62.23 k
1 天前
https://static.github-zh.com/github_avatars/gatsbyjs?size=40
gatsbyjs / gatsby

#静态网页生成器#Gatsby 是一个基于React,用于搭建静态站点的开源框架,用于帮助开发者构建运行速度极快的网站。

gatsbystatic-site-generatorReactblogWeb app编译器GraphQL
JavaScript 55.89 k
2 天前
JetBrains/kotlin
https://static.github-zh.com/github_avatars/JetBrains?size=40
JetBrains / kotlin

#编程语言#Kotlin是一种在Java虚拟机上运行的静态类型编程语言,它也可以被编译成为JavaScript源代码,由 JetBrains 公司主导。

Kotlin编程语言编译器gradle-pluginmaven-pluginkotlin-libraryintellij-pluginWebAssembly
Kotlin 50.73 k
1 天前
https://static.github-zh.com/github_avatars/parcel-bundler?size=40
parcel-bundler / parcel

极速、零配置的Web应用打包工具

module-bundlerbuild-toolJavaScriptCSSHTMLassetsWeb编译器commonjsECMAScriptmodules
JavaScript 43.87 k
8 天前
https://static.github-zh.com/github_avatars/babel?size=40
babel / babel

Babel 是一个JavaScript编译器、转译器,常用来使用最新的 JavaScript 语言特性。

BabelJavaScriptParsing编译器flavortownECMAScriptes2015
TypeScript 43.62 k
2 天前
typst/typst
https://static.github-zh.com/github_avatars/typst?size=40
typst / typst

Typst 是为科研、论文写作而诞生的基于标记的排版系统。 其设计与 LaTeX 一样强大,同时更易于学习和使用

typesetting编译器markup
Rust 42.02 k
13 小时前
https://static.github-zh.com/github_avatars/ziglang?size=40
ziglang / zig

#编程语言#Zig 是一种通用的编程语言和工具链,用于维护健壮、最优和可重用的软件

编译器Ziglanguage
Zig 39.49 k
1 天前
https://static.github-zh.com/github_avatars/evanw?size=40
evanw / esbuild

一款极快的JavaScript打包、压缩工具

TypeScriptminifierJavaScriptcommonjs编译器JSX (JavaScript XML)tsxCSSReactbundleresm
Go 39 k
19 天前
https://static.github-zh.com/github_avatars/vlang?size=40
vlang / v

#编程语言#vlang 是一个简单、快速、安全的静态编译语言,用于构建可维护的软件。与Go 类似,并受Oberon,Rust,Swift 的影响。

编程语言languageV编译器
V 36.46 k
5 小时前
https://static.github-zh.com/github_avatars/markedjs?size=40
markedjs / marked

A markdown parser and compiler. Built for speed.

Markdown编译器ParsercommonmarkgfmHacktoberfest
JavaScript 34.88 k
6 天前
https://static.github-zh.com/github_avatars/carbon-language?size=40
carbon-language / carbon-lang

#编程语言#Carbon 是一门编程语言,由Google工程师设计目标是替代C++,目前处于实验性阶段

编程语言carbon-lang编译器C++languageexperimentalexperimental-language
C++ 32.95 k
9 小时前
https://static.github-zh.com/github_avatars/swc-project?size=40
swc-project / swc

swc 是一个 JavaScript/TypeScript 编译器,使用Rust编写的。速度飞快的,单线程下比babel快20倍

ECMAScript编译器RustJavaScriptParserBabelswcecmascript-parserTypeScripttypescript-compilertypescript-parser
Rust 32.34 k
18 小时前
vercel/pkg
https://static.github-zh.com/github_avatars/vercel?size=40
vercel / pkg

Package your Node.js project into an executable

Node.jsbinaries编译器命令行界面
JavaScript 24.4 k
1 年前
https://static.github-zh.com/github_avatars/v8?size=40
v8 / v8

V8 JavaScript 引擎

javascript-enginevirtual-machine编译器interpreterJavaScript
C++ 24.15 k
1 天前
oracle/graal
https://static.github-zh.com/github_avatars/oracle?size=40
oracle / graal

GraalVM 是一个高性能 JDK 发行版,旨在加速 Java 及其他基于 JVM 运行的应用程序的执行,同时支持 JavaScript、Ruby、Python 和许多其他流行语言。

Javaaot编译器graalvm
Java 20.92 k
3 小时前
https://static.github-zh.com/github_avatars/RustPython?size=40
RustPython / RustPython

RustPython 是一个用 Rust 开发的 Python 解释器

RustPythonpython-languagejitinterpreterHacktoberfestlanguage编译器WebAssembly
Rust 20.16 k
6 天前
loading...