Skip to content

Commit d40e51e

Browse files
committed
Note packages in addition to standard library
1 parent bbe76ab commit d40e51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 0
44

55
# What is Pluto?
66
Pluto is a superset of Lua 5.4 that facilitates
7-
- **general-purpose programming** thanks to a [greatly enhanced standard library](<category/runtime-environment>),
7+
- **general-purpose programming** thanks to a [greatly enhanced standard library](<category/runtime-environment>) and [pre-existing packages](<Packages#noteworthy-packages-for-pluto>),
88
- **accelerated development** through the addition of 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>), [type hinting](<New Features/Type Hinting>), [enums](<New Features/Enumerations>), etc.
99

1010
while being remarkably compatible with Lua:

0 commit comments

Comments
 (0)