Skip to content

Instantly share code, notes, and snippets.

@dhinojosa
Created November 17, 2018 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhinojosa/6af54f234f986db9021fa82faf4b246c to your computer and use it in GitHub Desktop.
Save dhinojosa/6af54f234f986db9021fa82faf4b246c to your computer and use it in GitHub Desktop.
A small list of programming languages, used as a web service for demos and trainings
[{
"name": "C",
"founders": ["Brian Kernighan", "Dennis Ritchie"]
},
{
"name": "C++",
"founders": ["Bjarne Strousoup"]
},
{
"name": "Java",
"founders": ["James Gosling"]
},
{
"name": "Scala",
"founders": ["Martin Odersky"]
},
{
"name": "Elm",
"founders": ["Evan Czaplicki"]
},
{
"name": "Python",
"founders": ["Guido van Rossum"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment