Matthieu Pizenberg
2017-11-27 10:50:20 UTC
Hi everyone,
Following some discussions, including those recent two [1,2] about
scientific computing, it would be interesting to see what we could achieve
in elm using as few JS as possible. In this "few", it seems that having
access to JS typed arrays, for multi-dimensional matrices manipulations
would help a lot.
So I've started an experimentation to wrap those typed array in an elm
package, elm-js-typed-array [3]. For now I've only created the base type
JsArrayBuffer (wrapping ArrayBuffer) and some tests. Any feedback would be
greatly appreciated before continuing the wrapping.
[1] The NumPy for Elm:
https://groups.google.com/d/topic/elm-discuss/d2RKA4rwcH0/discussion
[2] Array map with start and end:
https://groups.google.com/d/topic/elm-discuss/5K8dAqZiPkU/discussion
[3] elm-js-typed-array: https://github.com/mpizenberg/elm-js-typed-array
Following some discussions, including those recent two [1,2] about
scientific computing, it would be interesting to see what we could achieve
in elm using as few JS as possible. In this "few", it seems that having
access to JS typed arrays, for multi-dimensional matrices manipulations
would help a lot.
So I've started an experimentation to wrap those typed array in an elm
package, elm-js-typed-array [3]. For now I've only created the base type
JsArrayBuffer (wrapping ArrayBuffer) and some tests. Any feedback would be
greatly appreciated before continuing the wrapping.
[1] The NumPy for Elm:
https://groups.google.com/d/topic/elm-discuss/d2RKA4rwcH0/discussion
[2] Array map with start and end:
https://groups.google.com/d/topic/elm-discuss/5K8dAqZiPkU/discussion
[3] elm-js-typed-array: https://github.com/mpizenberg/elm-js-typed-array
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.