-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add range function like python's range #182
base: master
Are you sure you want to change the base?
Conversation
I'm very reluctant to add new feature, just because it is so if we want to support these functions, we need volunteers to:
Otherwise, I'm afraid that irteus becomes yet another euslib/jsk, evenif we merge this, we need to work on
here is how people use these functons last few years.
◉ Kei Okada On Sat, Mar 21, 2015 at 2:55 AM, Ryohei Ueda [email protected] wrote:
|
Hmm you mean
So is to add lisp-version of roseus with unit test reasonable? |
I think we need some kind of discipline to what to include in the language. range seems popular in demo directly these days but I'm afraid it will not I also thinks our super-long term project to implement euslisp on clisp ◉ Kei Okada On Sun, Mar 22, 2015 at 2:36 PM, Ryohei Ueda [email protected]
|
9e2609a
to
3296d62
Compare
MEMO:
In C layer, it is implemented as CRANGE in order to avoid naming conflicting with JSK internal program (euslib/jsk/jskc.c)