Skip to content

Commit

Permalink
Add icons for key features (JuliaLang#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaMann authored Jul 24, 2021
1 parent 2bb7d6d commit 2c51c63
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1134,32 +1134,32 @@
{
"title": "Fast",
"content": "Julia is designed for high performance and compiles efficient native code for multiple platforms",
"icon": ""
"icon": "fast"
},
{
"title": "Interactive",
"content": "Julia is dynamically typed, feels like a scripting language and has good support for interactive use",
"icon": ""
"icon": "interactive"
},
{
"title": "Scientific",
"content": "Julia is designed with reproducibility, distributed computing and frictionless collaboration in mind",
"icon": ""
"icon": "scientific"
},
{
"title": "Composable",
"content": "Julia uses multiple dispatch as a paradigm, making it unreasonably effective for composing programs",
"icon": ""
"icon": "fun"
},
{
"title": "Expressive",
"content": "Multiple dispatch, generator expressions and metaprogramming features lead to highly expressive code",
"icon": ""
"icon": "expressive"
},
{
"title": "Natural Syntax",
"content": "Use operator overloading plus unicode operators and identifiers to write code that looks like math",
"icon": ""
"icon": "multi-paradigm"
}
],
"tags": [
Expand Down

0 comments on commit 2c51c63

Please sign in to comment.