Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaStev committed Nov 2, 2024
1 parent 3ee172e commit e9c09b5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
17 changes: 16 additions & 1 deletion docs/src/en/introduction.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Introduction
# Introduction

# Wave's Philosophy and Goals
Wave aims to fully replace low-level languages (such as the C language family, assembly language, etc.)
and establish an integrated ecosystem where everything can be developed with a single language.
This language encompasses all fields-web development, software programming, operating systems,
artificial intelligence, blockchain, hardware, compilers, networking, encryption, and more-offering
high-level abstraction through a powerful standard library.

In particular, Wave's hardware library is designed to be accessible, allowing even those with
limited hardware knowledge to work with hardware easily. Additionally, it provides the flexibility
to directly control hardware in fine detail, bypassing the library when necessary.
This allows developers to use a range of hardware features intuitively while maximizing performance.

Through its unified language environment, Wave seeks to eliminate boundaries between languages during development,
delivering a more intuitive and cohesive development experience.
14 changes: 13 additions & 1 deletion docs/src/ko/introduction.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# 소개
# 소개

## Wave의 철학과 목표
Wave는 저수준 언어(C 언어 계열, 어셈블리어 등)를 완전히 대체하고, 단 하나의 언어로 모든 것을 개발할 수 있는 통합 생태계를 지향합니다.
이 언어는 웹 개발, 프로그램 작성, 운영체제, 인공지능, 블록체인, 하드웨어, 컴파일러, 네트워크, 암호화 등 모든 분야를 아우르며,
강력한 표준 라이브러리를 통해 고수준의 추상화를 제공합니다.

특히, Wave의 하드웨어 라이브러리는 하드웨어에 대한 지식이 깊지 않아도 쉽게 다룰 수 있도록 설계되었습니다.
또한, 필요에 따라 이 라이브러리를 사용하지 않고도 하드웨어를 직접 세밀하게 제어할 수 있는 유연성을 제공합니다.
이를 통해 개발자는 다양한 하드웨어 기능을 직관적으로 사용할 수 있으며, 동시에 성능을 극대화할 수 있습니다.

Wave는 통합된 언어 환경을 통해 개발 과정에서 언어 간의 경계를 없애고,
더 직관적이고 통합된 개발 경험을 제공하고자 합니다.

0 comments on commit e9c09b5

Please # to comment.