Skip to content

Commit

Permalink
Correct key-feature icons. (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
verdammelt authored Jul 26, 2021
1 parent 3f2a0da commit 3d5f0dc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -829,33 +829,33 @@
],
"key_features": [
{
"icon": "feature-interactive",
"icon": "interactive",
"title": "Interactive",
"content": "Common Lisp has a full featured REPL, development can happen as a 'conversation' with the system."
},
{
"icon": "feature-inspectable",
"icon": "documentation",
"title": "Inspectible",
"content": "Common Lisp is fully inspectable with built-in functions for exploring every part of the language."
},
{
"icon": "feature-homoiconicity",
"icon": "homoiconic",
"title": "Homoiconicity",
"content": "Code has the same structure as data, allowing for powerful macros: code that writes code."
},
{
"icon": "feature-extensible",
"icon": "extensible",
"title": "Extensible",
"content": "Generic functions, reader-macros, and flexible namespacing allow for the extension of the language"
},
{
"icon": "feature-standardized",
"icon": "stable",
"title": "Standardized",
"content": "The language is very stable, with multiple implementations to match your needs – JVM, embedded, etc."
},
{
"icon": "feature-multiparadigm",
"title": "Multiparadigm",
"icon": "multi-paradigm",
"title": "Multi-paradigm",
"content": "Whether you prefer a functional style or something more object-oriented, Lisp adapts to your needs."
}
],
Expand Down

0 comments on commit 3d5f0dc

Please sign in to comment.