-
Notifications
You must be signed in to change notification settings - Fork 168
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
Function Matrix Class #58
Comments
I'm not sure if you guys want to have open issues listing ideas that the community could get started on. If not, I apologize and close the issue. |
@milroc not like this is gonna go anywhere but could you elaborate more on what this is, if you still care? if not, no worries. |
Hey Dakota, the basic idea is that functions become a primitive inside of the matrix. You can use any matrix operations and treat the matrix as a function (where the variables in putted into the high level function propagates down to the lower functions). Kinda confusing stuff main reason I wanted to do it was because it would be fun to implement, as I said here I doubt it is useful in this language. Does that help at all? On Thu, Sep 18, 2014 at 7:20 AM, Dakota St. Laurent
|
that makes sense, I commented at around 1 in the morning so I didn't really understand what was going on. considering JS can return arrays of functions, this should be doable in and of itself, and wouldn't need any external implementation, unless you had something else in mind |
This is outside of the refactoring being done on the matrix class (and should likely be done farther out in the development cycle (3.0.0 for example is when I'd expect it). I feel like this would require a lot of development for a very low amount of utility (given the power of other currently faster languages).
In case anyone would like to implement this prior to that and I would love some recommendations, here's an introduction on how Mathematica handles it:
If you'd like to implement this, I'd recommend posting on here to help get a better idea on how it may be useful.
It would be likely that we'd have to extend the javascript function object in order to make this work properly.
The text was updated successfully, but these errors were encountered: