Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erwald/string-interpolation-prevalence
Prevalence of string interpolation among popular programming languages 2004-2020
https://github.com/erwald/string-interpolation-prevalence
Last synced: about 19 hours ago
JSON representation
Prevalence of string interpolation among popular programming languages 2004-2020
- Host: GitHub
- URL: https://github.com/erwald/string-interpolation-prevalence
- Owner: erwald
- License: mit
- Created: 2020-10-12T16:42:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T18:28:59.000Z (about 4 years ago)
- Last Synced: 2024-12-20T15:12:46.471Z (5 days ago)
- Language: R
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prevalence of string interpolation among popular programming languages 2004-2020
This repository contains the R code for calculating said relative prevalence, a data set of the [PYPL ranking](https://pypl.github.io/PYPL.html) and my own data set encoding which programming languages added support for [string interpolation](https://en.wikipedia.org/wiki/String_interpolation) at which year.
![Yearly relative prevalence of string interpolation 2004-2020](https://github.com/erwald/string-interpolation-prevalence/blob/master/prev_by_year_plot.png)