[Haskell-cafe] Batteries included (Was: GHC is a monopoly compiler)
Joachim Durchholz
jo at durchholz.org
Thu Sep 29 01:18:07 UTC 2016
If there's DIY tooling involved, then yes that is pretty far behind.
I don't think that's necessary; I dimly recall somebody mentioned that
Haskell does have a call interface to C code. The main challenge is to
find ways to "Haskellize" those strictly imperative APIs so they become
useful for the application programmer; I'd categorize that as
"incommensurable" rather than "behind".
Am 29.09.2016 um 02:46 schrieb Tony Day:
> Ok, as live as you can get mixing native Haskell and windows, without
> the skills to DIY tooling. Are we that far behind?
> On Thu, Sep 29, 2016 at 10:40 AM Joachim Durchholz <jo at durchholz.org
> <mailto:jo at durchholz.org>> wrote:
>
> Am 29.09.2016 um 00:35 schrieb Tony Day:
> > My solution to the lack of graphics is ipython or a workflow that
> looks
> > like it - a loop that renders charts, runs code and places results
> in a
> > markdown file, then rendered in the browser.
> > That's about as live as you can get mixing Windows and open source.
>
> There was a time when this was correct, but it has been gone for almost
> a decade now.
> Today, you can even choose the abstraction level:
> - GTK++ for GUI
> - SDL for multimedia
> - OpenGL for 3d Graphics
>
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
>
More information about the Haskell-Cafe
mailing list