Skip to content

Commit

Permalink
Add key features
Browse files Browse the repository at this point in the history
  • Loading branch information
kephas committed Feb 9, 2024
1 parent 182c5ed commit 2043f0f
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,42 @@
]
},
"concepts": [],
"key_features": [],
"key_features": [
{
"icon": "interop",
"title": "Concatenative",
"content": "Factor is a language of the concatenative paradigm, like Forth or Postscript."
},
{
"icon": "multi-paradigm",
"title": "Multi-paradigm",
"content": "Factor includes features from object-oriented programming and functional programming."
},
{
"icon": "documentation",
"title": "Embedded documentation",
"content": "Factor has a very powerful documentation system available in its custom IDE and online."
},
{
"icon": "expressive",
"title": "Concise",
"content": "Factor lets you describe complex programs with simple combinations of very short functions."
},
{
"icon": "extensible",
"title": "Extremely extensible",
"content": "Most of Factor's syntax is actually defined with user-accessible features."
},
{
"icon": "concurrency",
"title": "Time-traveling debugger",
"content": "Factor's debugger lets you reverse the course of execution from an error."
},
],
"tags": [
"paradigm/functional",
"paradigm/object_oriented",
"paradigm/declarative",
"typing/dynamic",
"typing/strong",
"execution_mode/compiled",
Expand Down

0 comments on commit 2043f0f

Please sign in to comment.