On Tuesday, May 14, 2019 at 11:23:37 AM UTC-4, Josh Rubin wrote:
>
> It just occurred to me that Haskell could be a powerful way to manipulate 
> programs in other languages (like Scheme or Racket). Unfortunately, I don't 
> know Haskell. Has anybody been down this path?
>

As John Clements said, Racket does this better than any other language.

I'm no Haskell expert. Some of the people on this list are.
My primary motivation for learning more Haskell is to make my Scala code 
better.
We write a lot of Scala at work, because we have a lot of legacy JVM 
libraries(jars), and Scala is much more fun and to the point than Java.

Racket's macro system is the best I've seen in my lifetime (58.962 years so 
far).
With that macro system you can do anything that I've ever needed to do and 
much more.
My main use of the macro system these days is to define DSLs 
(domain-specific languages) useful to meteorologists.
The art in that is to figure out how to seduce meteorologists into craving 
the DSLs.
The art of seduction is knowing what people want and giving it to them.
I'm overstating the seduction part, but getting people to use your stuff is 
the hardest puzzle to solve.
That puzzle is much easier to solve in Racket than it is in Haskell, 
however powerful Haskell's type wizardry.

Geoff

-- 
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 racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/1a687ca6-8c27-4059-91c6-91d4297b5c0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to