Den fre. 21. jun. 2019 kl. 21.10 skrev James Platt <j...@biomantica.com>:

> I've been looking at HTML rendering in Racket and the Browser package
> looks interesting, especially since it can execute Racket code from a
> special HTML tag.
>
> https://docs.racket-lang.org/browser/index.html
>
> The problem is that the rendering it does is too simple.  It's about on
> the level of Lynx and doesn't even render tables.


The browser package is mostly historical. It was used to browse
documentation inside DrRacket, but at some point
it made more sense to use an external web-browser.


> Is there another option that I am missing, like something implementing
> Gecko or KHTML/Webkit?

If not is there much interest in creating such a thing? The idea would be
> to be able to have a Racket GUI with a component implemented in HTML +
> CSS.
>

Using Webkit from within DrRacket would indeed be interesting.
Dobson made bindings for webkit at some point - but time flies by.

     https://github.com/endobson/racket-webkit

I know of no newer packages.

/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 racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CABefVgwAZdSQs42rpS7k0qwr6pAcEs5FLQzZJOTkpzGMmeVVbQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to