Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R #160

Open
funal125 opened this issue Jan 6, 2014 · 5 comments
Open

R #160

funal125 opened this issue Jan 6, 2014 · 5 comments

Comments

@funal125
Copy link

funal125 commented Jan 6, 2014

Will you support R in the future?

@korny
Copy link
Member

korny commented Jan 6, 2014

It's not planned, but you can add your own language if you know a little about regular expressions :)

@ghost
Copy link

ghost commented Jan 21, 2014

Let's try to use this as a thinking area - I hope korny does not mind.

Syntax that would have to be supported:

Plot: (<- is used as assignment in R for arrays, strangely enough)

y <- x + rnorm(N)
plot(y ~ x)

Range: count from 1 up to 20

x <- 1:20

Squareroot

a = 3; b = sqrt(a * a+3)

Function calls in general (mean() is an inbuilt function):

mean(1:10)

PS: It may be easier to add partial support for R and slowly extend it,
if korny does not mind partial support (not sure whether he does,
the wiki link above states that only full support is acceptable :) )

@korny
Copy link
Member

korny commented Jan 21, 2014

Let's try to use this as a thinking area - I hope korny does not mind.

Absolutely not, great idea.

You can use the ``` code blocks to make the examples a bit more readable.

@KobaKhit
Copy link

+1. Want that too.

@blayz3r
Copy link

blayz3r commented Aug 14, 2018

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants