Discussion:
Qt and Guile
Brett Gilio
2018-07-12 09:57:41 UTC
Permalink
Hello all,

I have been, for awhile, attempting to port a Qt5/C++ application of
mine to Scheme using Guile. Since I understand the Guile is quite easily
(more or less) to embed within a C++ application, my goal here is to
make a nice demarcation between the logic and the front-end in an
MVC-like fashion.

I am wondering if anybody here has any tips, advice, or other ideas for
how to achieve this.
--
Brett Gilio
***@posteo.net | ***@member.fsf.org
Free Software -- Free Society!
Amirouche Boubekki
2018-08-02 18:21:51 UTC
Permalink
Hello and welcome!
Post by Brett Gilio
Hello all,
I have been, for awhile, attempting to port a Qt5/C++ application of
mine to Scheme using Guile. Since I understand the Guile is quite easily
(more or less) to embed within a C++ application, my goal here is to
make a nice demarcation between the logic and the front-end in an
MVC-like fashion.
I dare to say _a lot_ of guilers don't embed guile in C or C++ even if it's
still
possible and prolly will always be the case. If you look for example of such
software look at ao http://www.mattkeeter.com/projects/ao/
Post by Brett Gilio
I am wondering if anybody here has any tips, advice, or other ideas for
how to achieve this.
Well, maybe tell us more about your project, there is various options in
guile
or gtk and guile or even guile + javascript or guile + biwascheme or guile
with sdl2
or using termbox.

There is not Qt bindings.
Post by Brett Gilio
--
Brett Gilio
Free Software -- Free Society!
Tx!

Loading...