Skip to content

Commit

Permalink
Add keyfeatures
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Jul 27, 2023
1 parent df45cc3 commit 645bf8d
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,38 @@
"name": "Booleans"
}
],
"key_features": [],
"key_features": [
{
"title": "Compile to JavaScript",
"content": "Allowing you to use PureScript anywhere JavaScript is used.",
"icon": "web"
},
{
"title": "Functional",
"content": "Use functional techniques such as row polymorphism, algebraic data types, and type classes.",
"icon": "functional"
},
{
"title": "Tooling",
"content": "PureScript has a rich ecosystem of tools and extensions for most editors.",
"icon": "tooling"
},
{
"title": "Statically Typed",
"content": "PureScript is statically typed, with a powerful type system inspired by Haskell.",
"icon": "typing"
},
{
"title": "Active Community",
"content": "Active community of developers and users.",
"icon": "community"
},
{
"title": "Expressive",
"content": "PureScript has lightweight syntax which allows for expressive code",
"icon": "expressive"
}
],
"tags": [
"execution_mode/compiled",
"paradigm/functional",
Expand Down

0 comments on commit 645bf8d

Please sign in to comment.