Den tor. 18. feb. 2021 kl. 08.09 skrev Rohan Posthumus <
[email protected]>:

> I am a data analyst and uses a lot of data science packages in Python.
> In order to learn Racket, I want to translate some of these into Racket. I
> need some help with where to start.
>
>    - I finished "Beautiful Racket" and wonder whether I should make a
>    data science DSL?
>    - I read up a bit on Typed Racket and this seems like another option.
>    The dynamic type checking seems to give overhead?
>    - Translate some of these into Racket with classes and objects
>    (similar to Python).
>
> Any advice?
>

I would start with plain Racket to begin with. It's simpler, and you can
switch to Typed Racket
a module at a time at a later date if you find the need.

Just in case you haven't found them already, if you need matrices over real
floating points,
take a look at:

https://docs.racket-lang.org/manual-flomat/index.html

/Jens Axel

-- 
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/CABefVgyg_oYpzsb%3DosE0ADNmbrKEhEt3o%2BVbudAhWDeLv5OQww%40mail.gmail.com.

Reply via email to