aboutsummaryrefslogtreecommitdiff
path: root/doc/docs/index.md
blob: 485d8a090e76bda81549cd7fa1e5fe123e9af543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: home
hero:
  name: YueScript
  tagline: A language that compiles to Lua
  image:
    src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png
    alt: YueScript
    link: /doc/extras/mascot
  actions:
    - theme: brand
      text: Quick Start →
      link: /doc/
features:
  - title: Familiar Lua workflows
    details: Write concise syntax that compiles to readable Lua, with predictable output.
  - title: Modern language features
    details: Pipe, pattern matching, slicing, and destructuring without giving up Lua interop.
  - title: Rapid Iteration
    details: Any feedback is welcome to help accelerate the language development and evolution!
footer:
  message: MIT License.
  copyright: Copyright © 2017-2026 Li Jin. All rights reserved.
---