• I look for a list of scheme implementations with their list of availabl

    From Alain De Vos@21:1/5 to All on Thu Nov 4 09:48:22 2021
    A list of gui toolkits is : tk,fltk,fox,wxwindows,gtk,qt, ...
    What are the gui development options the different scheme implementations allow ?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Maciek Godek@21:1/5 to All on Thu Nov 4 14:53:18 2021
    czwartek, 4 listopada 2021 o 17:48:24 UTC+1 devosa...@gmail.com napisał(a):
    A list of gui toolkits is : tk,fltk,fox,wxwindows,gtk,qt, ...
    What are the gui development options the different scheme implementations allow ?

    If you're developing for a PC, I'd recommend Racket, which comes with a bundled GUI toolkit.

    If you're targetting JVM, you may want to give Kawa a try -- it supports the old Java GUI toolkis as well as JavaFX.

    I think that other Scheme implementations have much more friction when it comes to GUI programming, especially if you'd want it to be portable between Windows, Linux and Mac.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Brad Lucier@21:1/5 to devosa...@gmail.com on Thu Nov 4 15:27:10 2021
    On Thursday, November 4, 2021 at 12:48:24 PM UTC-4, devosa...@gmail.com wrote:
    A list of gui toolkits is : tk,fltk,fox,wxwindows,gtk,qt, ...
    What are the gui development options the different scheme implementations allow ?

    Lambdanative (https://www.lambdanative.org/) is a cross-platform (iOS, Android, Blackberry, OS X, Linux, Windows, OpenBSD, NetBSD, FreeBSD and OpenWrt) graphical development environment based on Gambit Scheme.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alain De Vos@21:1/5 to All on Thu Nov 4 15:26:39 2021
    I use freebsd.
    For a simple gui i found this,
    https://wiki.call-cc.org/eggref/5/pstk
    I did not found something directly for chez or ypsilon.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From George Neuner@21:1/5 to devosalain71@gmail.com on Sun Nov 7 10:25:42 2021
    On Thu, 4 Nov 2021 15:26:39 -0700 (PDT), Alain De Vos
    <devosalain71@gmail.com> wrote:

    I use freebsd.
    For a simple gui i found this,
    https://wiki.call-cc.org/eggref/5/pstk
    I did not found something directly for chez or ypsilon.

    Chez has SWL ("Scheme Widget Library").
    Neither is supported any longer.

    Depending on the version of Chez, SWL versions can be found at one of
    these:
    https://www.scheme.com/download/index.html
    https://github.com/guenchi/SWL

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)