diff --git a/docs/src/en/introduction.md b/docs/src/en/introduction.md index f6ecaa6..a6d5884 100644 --- a/docs/src/en/introduction.md +++ b/docs/src/en/introduction.md @@ -1 +1,16 @@ -# Introduction \ No newline at end of file +# 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. \ No newline at end of file diff --git a/docs/src/ko/introduction.md b/docs/src/ko/introduction.md index 10e3798..4501070 100644 --- a/docs/src/ko/introduction.md +++ b/docs/src/ko/introduction.md @@ -1 +1,13 @@ -# 소개 \ No newline at end of file +# 소개 + +## Wave의 철학과 목표 +Wave는 저수준 언어(C 언어 계열, 어셈블리어 등)를 완전히 대체하고, 단 하나의 언어로 모든 것을 개발할 수 있는 통합 생태계를 지향합니다. +이 언어는 웹 개발, 프로그램 작성, 운영체제, 인공지능, 블록체인, 하드웨어, 컴파일러, 네트워크, 암호화 등 모든 분야를 아우르며, +강력한 표준 라이브러리를 통해 고수준의 추상화를 제공합니다. + +특히, Wave의 하드웨어 라이브러리는 하드웨어에 대한 지식이 깊지 않아도 쉽게 다룰 수 있도록 설계되었습니다. +또한, 필요에 따라 이 라이브러리를 사용하지 않고도 하드웨어를 직접 세밀하게 제어할 수 있는 유연성을 제공합니다. +이를 통해 개발자는 다양한 하드웨어 기능을 직관적으로 사용할 수 있으며, 동시에 성능을 극대화할 수 있습니다. + +Wave는 통합된 언어 환경을 통해 개발 과정에서 언어 간의 경계를 없애고, +더 직관적이고 통합된 개발 경험을 제공하고자 합니다. \ No newline at end of file