Skip to content

Commit

Permalink
Update intro and philosophy
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 20, 2023
1 parent 72b759b commit 99496d0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
1 change: 0 additions & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export default defineConfig({
text: "Getting Started",
items: [
{ text: "Introduction", link: "/docs/guide/introduction" },
{ text: "Philosophy", link: "/docs/guide/philosophy" },
{ text: "Benchmarks", link: "/docs/guide/benchmarks" },
],
},
Expand Down
16 changes: 15 additions & 1 deletion docs/docs/guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@ import { COMMUNITY_TEAM_MEMBERS, CORE_TEAM_MEMBERS } from '../../../.vitepress/t

# What is OXC?

TBD
The Oxidation Compiler is a collection of high-performance tools for the JavaScript and TypeScript language.

We are building a parser, linter, formatter, transpiler, minifier, resolver ... all written in Rust.

Our goal is to create and empower the fastest and most user friendly tools for [The Third Age of JavaScript](https://www.swyx.io/js-third-age).

## Philosophy

This project shares the same philosophies as [Biome][biome] and [Ruff][ruff].

1. JavaScript tooling could be rewritten in a more performant language.
2. An integrated toolchain can tap into efficiencies that are not available to a disparate set of tools.

## Core Team

Expand All @@ -19,3 +30,6 @@ TBD
## Community

<VPTeamMembers size="medium" :members="COMMUNITY_TEAM_MEMBERS" />

[biome]: https://biomejs.dev
[ruff]: https://beta.ruff.rs

0 comments on commit 99496d0

Please sign in to comment.