<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">What we did when we wanted to ship a GUI app with Erlang was running erl in the background and communicate over stdin/stdout. <div class=""><br class=""></div><div class="">Regards,</div><div class="">Sergej<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 5 Dec 2017, at 09:07, Alex S. <<a href="mailto:alex0player@gmail.com" class="">alex0player@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">For what it's worth, you can always implement your view and controller in something like C#/F#, and your model in Erlang, and hook them up via TCP. Alternatively, there was an Erlang-toF# compiler floating around I believe.<div class="gmail_extra"><br class=""><div class="gmail_quote">2017-12-03 22:43 GMT+03:00 Alan Gingras <span dir="ltr" class=""><<a href="mailto:alangingras@comcast.net" target="_blank" class="">alangingras@comcast.net</a>></span>:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="#0563C1" vlink="#954F72" class=""><div class="m_-6646632643758852175WordSection1"><p class="MsoNormal">Has anyone tried using Windows Forms (.net) with Erlang?  This would be in a similar fashion to way Python can use Windows Forms.  On Linux I believe this would be Mono (<a href="http://www.mono-project.com/docs/gui/winforms/" target="_blank" class="">http://www.mono-project.com/<wbr class="">docs/gui/winforms/</a>).  Basically I think I’m looking for something similar to Python’s “import” and C#’s “using” features.  If no one has anything, any hints on how a feature like this might be implemented.<u class=""></u><u class=""></u></p><p class="MsoNormal"><u class=""></u> <u class=""></u></p><p class="MsoNormal">Basically, I have been working on implementing genetic programming in Erlang and would like to provide a GUI front end.  The WxWidgets front end that comes with Erlang is difficult at best.  I’ve used several different GUI kits on *nix and Windows platforms but WxWidgets seems the most difficult for me.  So I’m trying to see what else is available.  I followed Joe Armstrong’s quest earlier this year and didn’t see where he came up with anything.<u class=""></u><u class=""></u></p><p class="MsoNormal"><u class=""></u> <u class=""></u></p><p class="MsoNormal">Thanks.<span class="HOEnZb"><font color="#888888" class=""><u class=""></u><u class=""></u></font></span></p><span class="HOEnZb"><font color="#888888" class=""><p class="MsoNormal">Alan<u class=""></u><u class=""></u></p></font></span></div></div><br class="">______________________________<wbr class="">_________________<br class="">
erlang-questions mailing list<br class="">
<a href="mailto:erlang-questions@erlang.org" class="">erlang-questions@erlang.org</a><br class="">
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank" class="">http://erlang.org/mailman/<wbr class="">listinfo/erlang-questions</a><br class="">
<br class=""></blockquote></div><br class=""></div></div>
_______________________________________________<br class="">erlang-questions mailing list<br class=""><a href="mailto:erlang-questions@erlang.org" class="">erlang-questions@erlang.org</a><br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""></div></blockquote></div><br class=""></div></body></html>