Skip to content

Commit 9bcb0c1

Browse files
authored
key features (#4)
1 parent bcd073e commit 9bcb0c1

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

config.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,38 @@
4141
}
4242
]
4343
},
44+
"key_features": [
45+
{
46+
"title": "Concise, Readable Code",
47+
"content": "MoonScript's expressive syntax means cleaner, more readable code with less boilerplate than Lua.",
48+
"icon": "expressive"
49+
},
50+
{
51+
"title": "Seamlessly Integrate",
52+
"content": "Compiles to Lua, making it easy to embed into apps, games, or services.",
53+
"icon": "embeddable"
54+
},
55+
{
56+
"title": "High Performance",
57+
"content": "Benefits from Lua's fast VM (and LuaJIT), ensuring rapid execution of your compiled code.",
58+
"icon": "fast"
59+
},
60+
{
61+
"title": "Lightweight Footprint",
62+
"content": "Like Lua, it's small. The compiler is light, and generated code is efficient.",
63+
"icon": "small"
64+
},
65+
{
66+
"title": "Functional Paradigm",
67+
"content": "Supports functional programming with features like comprehensions and implicit returns.",
68+
"icon": "functional"
69+
},
70+
{
71+
"title": "Increased Productivity",
72+
"content": "Concise syntax and powerful features boost developer productivity for rapid iteration.",
73+
"icon": "productive"
74+
}
75+
],
4476
"tags": [
4577
"execution_mode/interpreted",
4678
"paradigm/imperative",

0 commit comments

Comments
 (0)