- 🔍️ Location: The documentation for Er is located
here (/Docs/)
- 🏠️ Home repository:
@seanpm2001/Er
I also came up with an idea for an adaption of the R programming language known as Er (the Cyrillic letter that makes an R sound, it looks identical to the Latin letter P, but here is the Cyrillic Er: Р) you likely won’t be able to tell the difference without copying the character. The faux name for the language is Я or ЯR. The main purpose of this adaption is to add native support for Cyrillic letters and words, so that Cyrillic languages can program in R the same way Latin language speakers can write programs in it. It will have multiple subsets, each one for a different Cyrillic-based language. It isn’t a language on its own, but merely a translation layer.
Supported languages
The following Cyrillic-based languages are planned to be supported:
- Avar
- Azerbaijani
- Bashkir
- Bosnian
- Belarusian
- Bulgarian
- Buryat
- Chuvash
- Croatian
- Kazakh
- Kyrgyz
- Kurdish
- Lezgian
- Macedonian
- Montenegrin
- Romani
- Russian
- Rusyn
- Serbian
- Tatar
- Turkmen
- Ukrainian
- Uzbek
More will be added in the future.
Keywords to translate:
- if
- else
- repeat
- while
- function
- for
- in
- next
- break
- TRUE
- FALSE
- NULL
- Inf
- NaN
- NA
- NA_integer_
- NA_real_
- NA_complex_
- NA_character_
- ...
- ..1
- ..2
- ..3
- ..4
- ..5
- ..6
- ..7
- ..8
- ..9
- '
- "
- \n
- \r
- \t
- \b
- \a
- \f
- \v
- \
- \nnn
- \xnn
- \unnnn \u{nnnn}
- \Unnnnnnnn \U{nnnnnnnn}
- \0
- \nul
- assign
- get
#
Comment- tag
- value
- object
- break
File version: 1 (2023, Sunday, May 28th at 4:56 pm PST)