Hey, I’d say that depends on what you’re trying to do, but you might want to take a look at the math[1] library, specifically math/array[2] and math/matrix. Hope that helps!
If you need more specific help, it might be good to speak a little bit about your use case. Cheers, V [1] https://docs.racket-lang.org/math/index.html [2] https://docs.racket-lang.org/math/array.html [3] https://docs.racket-lang.org/math/matrices.html On Wednesday, 18 November 2020 at 14:16:01 UTC+1 [email protected] wrote: > Is there a way to use Racket vectors similarly to how one might use NumPy? > (Or are vectors even the right thing to use?) > -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/54432d74-96f9-409b-a35e-1a4fb69b587dn%40googlegroups.com.

