We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now I must do
(w/fn [latLon] [(w/Part latLon 1) (w/Part latLon 2)])
In Wolfram, this would be {#[1],#[2]}&.
{#[1],#[2]}&
It would be lovely to be able to write
(w/fn [[lat lon]] [lat lon])
At least for vectors. Maps/Associations might be nice too, not sure how often they are used.
The text was updated successfully, but these errors were encountered:
This would indeed be lovely. I fully support making Wolfram more like Clojure!!!
Sorry, something went wrong.
No branches or pull requests
Now I must do
In Wolfram, this would be
{#[1],#[2]}&
.It would be lovely to be able to write
(w/fn [[lat lon]] [lat lon])
At least for vectors. Maps/Associations might be nice too, not sure how often they are used.
The text was updated successfully, but these errors were encountered: