diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -6,7 +6,7 @@ | |||
| 6 | <img src="doc/docs/.vitepress/public/image/yuescript.png" alt="YueScript logo"/><br/> | 6 | <img src="doc/docs/.vitepress/public/image/yuescript.png" alt="YueScript logo"/><br/> |
| 7 | </td> | 7 | </td> |
| 8 | <td valign="middle"> | 8 | <td valign="middle"> |
| 9 | <strong>A Language Compiles to Lua</strong><br/> | 9 | <strong>A delightful language that compiles to Lua</strong><br/> |
| 10 | <sub>Dynamic, expressive, and concise syntax for Lua development.</sub><br/> | 10 | <sub>Dynamic, expressive, and concise syntax for Lua development.</sub><br/> |
| 11 | <sub> | 11 | <sub> |
| 12 | <a href="https://yuescript.org/doc">Docs</a> · | 12 | <a href="https://yuescript.org/doc">Docs</a> · |
| @@ -28,7 +28,7 @@ | |||
| 28 | 28 | ||
| 29 | [](https://ippclub.org) [](https://github.com/pigpigyyy/Yuescript/actions/workflows/ubuntu.yml) [](https://github.com/pigpigyyy/Yuescript/actions/workflows/windows.yml) [](https://github.com/pigpigyyy/Yuescript/actions/workflows/macos.yml) [](https://discord.gg/cRJ2VAm2NV) | 29 | [](https://ippclub.org) [](https://github.com/pigpigyyy/Yuescript/actions/workflows/ubuntu.yml) [](https://github.com/pigpigyyy/Yuescript/actions/workflows/windows.yml) [](https://github.com/pigpigyyy/Yuescript/actions/workflows/macos.yml) [](https://discord.gg/cRJ2VAm2NV) |
| 30 | 30 | ||
| 31 | YueScript is a MoonScript dialect that compiles to Lua. It is derived from [MoonScript](https://github.com/leafo/moonscript) `0.5.0` and continues to adopt new features to stay up to date. | 31 | YueScript is a language that compiles to Lua. It is derived from [MoonScript](https://github.com/leafo/moonscript) `0.5.0` and continues to adopt new features to stay up to date. |
| 32 | 32 | ||
| 33 | ## Quick Links | 33 | ## Quick Links |
| 34 | 34 | ||
| @@ -39,9 +39,9 @@ YueScript is a MoonScript dialect that compiles to Lua. It is derived from [Moon | |||
| 39 | 39 | ||
| 40 | ## Overview | 40 | ## Overview |
| 41 | 41 | ||
| 42 | MoonScript has been used to build real-world projects such as [Lapis](https://github.com/leafo/lapis), [itch.io](https://itch.io), and [streak.club](https://streak.club). As the original implementation became harder to evolve without risking compatibility, YueScript was created as a modernized code base for pushing the language forward. | 42 | MoonScript has been used to build real-world projects such as [Lapis](https://github.com/leafo/lapis), [itch.io](https://itch.io), and [streak.club](https://streak.club). MoonScript itself was also influenced by languages such as CoffeeScript. As the original implementation became harder to evolve without risking compatibility, YueScript was created as a modernized code base for pushing the language forward. |
| 43 | 43 | ||
| 44 | YueScript is both a production-ready compiler and a playground for exploring new syntax and programming paradigms that make MoonScript-style development more expressive and productive. | 44 | YueScript is both a production-ready compiler and a playground for exploring new syntax and programming paradigms that make Lua development more expressive and productive. |
| 45 | 45 | ||
| 46 | Yue (月) is the Chinese word for moon and is pronounced [jyɛ]. | 46 | Yue (月) is the Chinese word for moon and is pronounced [jyɛ]. |
| 47 | 47 | ||
