Skip to content

Commit

Permalink
ADD SPANISH
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaStev committed Jun 18, 2024
1 parent 302f283 commit 49d2e6f
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 6 deletions.
10 changes: 7 additions & 3 deletions .github/readme/KOREAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
width="50%">
</picture>

[🇺🇸][ENGLISH] [🇰🇷][KOREAN]
[🇺🇸][ENGLISH] [🇰🇷][KOREAN] [🇪🇸][SPANISH]

[Website][Wave] | [Contributing] | [LICENSE]

Expand All @@ -21,6 +21,7 @@

[KOREAN]: KOREAN.md
[ENGLISH]: ../../README.md
[SPANISH]: SPANISH.md

- **Version** : **Wave v1**
- **Language** : **Rust 2021 Edition**
Expand All @@ -47,9 +48,12 @@ fun main() {

### 프로젝트 개요

**Wave**는 새로운 개념의 프로그래밍 언어로, 순수 **Wave** 언어만으로도 운영체제, 시스템 소프트웨어, 애플리케이션 등을 개발할 수 있는 것을 목표로 합니다. 이를 위해 하드웨어에 완전히 접근 가능한 **Wave** 컴파일러를 점진적인 단계를 거쳐 개발할 예정입니다.
**Wave**는 새로운 개념의 프로그래밍 언어로, 순수 **Wave** 언어만으로도 운영체제, 시스템 소프트웨어, 애플리케이션 등을 개발할 수 있는 것을 목표로 합니다.
이를 위해 하드웨어에 완전히 접근 가능한 **Wave** 컴파일러를 점진적인 단계를 거쳐 개발할 예정입니다.


### 프로젝트의 필요성

기존 시스템 프로그래밍은 **C**, **어셈블리어** 등 저수준 언어를 사용해야 하는 높은 진입장벽이 존재합니다. **Wave**를 통해 이러한 장벽을 낮추고 보다 생산적이고 안전한 시스템 개발 환경을 제공할 수 있습니다. 이는 혁신적인 기술 발전과 기술 민주화를 가져올 것입니다.
기존 시스템 프로그래밍은 **C**, **어셈블리어** 등 저수준 언어를 사용해야 하는 높은 진입장벽이 존재합니다.
**Wave**를 통해 이러한 장벽을 낮추고 보다 생산적이고 안전한 시스템 개발 환경을 제공할 수 있습니다.
이는 혁신적인 기술 발전과 기술 민주화를 가져올 것입니다.
58 changes: 58 additions & 0 deletions .github/readme/SPANISH.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<div align="center">
<picture>
<img alt="Wave Programming Language"
src="https://wave-lang.dev/assets/img/features/wave.png"
width="50%">
</picture>

[🇺🇸][ENGLISH] [🇰🇷][KOREAN] [🇪🇸][SPANISH]

[Website][Wave] | [Contributing] | [LICENSE]

</div>

Este es el repositorio principal de código fuente para la fórmula [Wave].

Contiene el compilador.

[Wave]: https://www.wave-lang.dev
[Contributing]: CONTRIBUTING.md
[LICENSE]: LICENSE

[KOREAN]: KOREAN.md
[ENGLISH]: ../../README.md
[SPANISH]: SPANISH.md

- **Version** : **Wave v1**
- **Language** : **Rust 2021 Edition**
- **Build Tool** : **Cargo**

**Code**

```wave
fun hello() {
print("LunaStev");
}
fun main() {
count a = 1;
hello();
print("Hello World {a} {b}");
}
```

**Tree**
![Tree](wavetree.svg)

## What is Wave?

### Descripción del Proyecto

**Wave** es un lenguaje de programación de nuevo concepto, cuyo objetivo es permitir el desarrollo de sistemas operativos, software de sistema y aplicaciones utilizando únicamente el lenguaje **Wave**.
Para lograr esto, se desarrollará el compilador de **Wave** en etapas progresivas, permitiendo un acceso completo al hardware.

### Necesidad del Proyecto

La programación de sistemas actual tiene una alta barrera de entrada, ya que requiere el uso de lenguajes de bajo nivel como **C** y **Assembly**.
A través de **Wave**, se pueden reducir estas barreras y proporcionar un entorno de desarrollo de sistemas más productivo y seguro.
Esto traerá consigo un avance tecnológico innovador y una democratización de la tecnología.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
width="50%">
</picture>

[🇺🇸][ENGLISH] [🇰🇷][KOREAN]
[🇺🇸][ENGLISH] [🇰🇷][KOREAN] [🇪🇸][SPANISH]

[Website][Wave] | [Contributing] | [LICENSE]

Expand All @@ -21,6 +21,7 @@ It contains the compiler.

[KOREAN]: .github/readme/KOREAN.md
[ENGLISH]: README.md
[SPANISH]: .github/readme/SPANISH.md

- **Version** : **Wave v1**
- **Language** : **Rust 2021 Edition**
Expand All @@ -47,8 +48,11 @@ fun main() {

### Project Overview

**Wave** is a new concept of a programming language, aiming to develop operating systems, system software, and applications using only the pure **Wave** language. To achieve this, we plan to develop a **Wave** compiler with full hardware access through a gradual process.
**Wave** is a new concept of a programming language, aiming to develop operating systems, system software, and applications using only the pure **Wave** language.
To achieve this, we plan to develop a **Wave** compiler with full hardware access through a gradual process.

### Project Necessity

Existing system programming has a high entry barrier, requiring the use of low-level languages such as **C** and **Assembly**. Through **Wave**, we can lower this barrier and provide a more productive and secure system development environment. This will lead to innovative technological advancements and the democratization of technology.
Existing system programming has a high entry barrier, requiring the use of low-level languages such as **C** and **Assembly**.
Through **Wave**, we can lower this barrier and provide a more productive and secure system development environment.
This will lead to innovative technological advancements and the democratization of technology.

0 comments on commit 49d2e6f

Please # to comment.