Skip to content

Commit cc9b04d

Browse files
committed
Re-add packages link
1 parent 6dd9013 commit cc9b04d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/Introduction.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ sidebar_position: 0
33
---
44

55
# What is Pluto?
6-
Pluto is a superset of Lua 5.4 designed to assist with general-purpose programming & facilitate cleaner, more streamlined development by:
7-
- Implementing a [greatly enhanced standard library](<category/runtime-environment>).
8-
- Adding more than a dozen highly-desired syntaxes such as [switch statements](<New Features/Switch Blocks>), [compound operators](<New Operators#compound-operators>), [string interpolation](<New Features/String Interpolation>), [classes](<New Features/Object-Oriented Programming#class-statement>), [ternary expressions](<New Features/Ternary Expressions>), [enums](<New Features/Enumerations>), etc.
6+
Pluto is a superset of Lua 5.4 designed to assist with general-purpose programming & facilitate cleaner, more streamlined development via:
7+
- A [greatly enhanced standard library](<category/runtime-environment>).
8+
- [Pre-existing packages](<Packages#noteworthy-packages-for-pluto>).
9+
- More than a dozen highly-desired syntaxes such as [switch statements](<New Features/Switch Blocks>), [compound operators](<New Operators#compound-operators>), [string interpolation](<New Features/String Interpolation>), [classes](<New Features/Object-Oriented Programming#class-statement>), [ternary expressions](<New Features/Ternary Expressions>), [enums](<New Features/Enumerations>), etc.
910
- A myriad of other improvements, such as [generalized iteration](<Qol Improvements/Generalized Iteraction>), [compiler warnings](<New Features/Compiler Warnings>), and a [preprocessor](<New Features/Preprocessing>).
1011

1112
Despite the immense additions, Pluto remains highly compatible with Lua:

0 commit comments

Comments
 (0)