Skip to content

Commit a13f000

Browse files
Added key features. Icons wip (exercism#1912)
1 parent 0bf5d1d commit a13f000

1 file changed

Lines changed: 32 additions & 1 deletion

File tree

config.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,38 @@
19561956
"blurb": "TODO: add blurb for ternary-operators concept"
19571957
}
19581958
],
1959-
"key_features": [],
1959+
"key_features": [
1960+
{
1961+
"icon": "",
1962+
"title": "Modern",
1963+
"content": "Java is a modern, fast-evolving language with releases every 6 months."
1964+
},
1965+
{
1966+
"icon": "features-typed",
1967+
"title": "Statically-typed",
1968+
"content": "Every expression has a type known at compile time."
1969+
},
1970+
{
1971+
"icon": "features-functional",
1972+
"title": "Multi-paradigm",
1973+
"content": "Java is primarily an object-oriented language, but has many functional features introduced in v1.8."
1974+
},
1975+
{
1976+
"icon": "",
1977+
"title": "General purpose",
1978+
"content": "Java is used for a variety of workloads like web, cloud, mobile and game applications."
1979+
},
1980+
{
1981+
"icon": "features-portable",
1982+
"title": "Portable",
1983+
"content": "Java was designed to be cross-platform with the slogan \"Write once, run anywhere\"."
1984+
},
1985+
{
1986+
"icon": "",
1987+
"title": "Garbage Collection",
1988+
"content": "Java programs perform automatic memory management for their lifecycles."
1989+
}
1990+
],
19601991
"tags": [
19611992
"paradigm/functional",
19621993
"paradigm/imperative",

0 commit comments

Comments
 (0)