looking for ongoing Haskell projects ..

Hi Fellow Haskellers, I was just reading at http://www.haskell.org. I am looking for a list of currently active Haskell projects needing help .. :-) Vasili

On Sun, 19 Oct 2014 08:31:55 +0200, Vasili I. Galchin
Hi Fellow Haskellers,
I was just reading at http://www.haskell.org. I am looking for a list of currently active Haskell projects needing help .. :-)
Vasili
wxHaskell[0] could use your support very well, I hope others will join in as well. wxHaskell can be used for both game and serious software, but could use more support. What is it? ----------- wxHaskell is a portable and native GUI library for Haskell. The goal of the project is to provide an industrial strength GUI library for Haskell, but without the burden of developing (and maintaining) one ourselves. wxHaskell is therefore built on top of wxWidgets – a comprehensive C++ library that is portable across all major GUI platforms; including GTK, Windows, X11, and MacOS X. Furthermore, it is a mature library (in development since 1992) that supports a wide range of widgets with the native look-and-feel. The wxHaskell project[0] could use more participants. What can be done? ----------------- Some of the activities: - Adding new features - Writing sample programs for testing and teaching (for functionality not used in sample programs so far) - Simplifying installation (e.g. creating a wxWidgets binary package with installation program) - Solving bugs - Add/improve descriptions of the wxHaskell API in the source code (include usage samples) - Write a manual, similar to the wxWidgets manual[1] - Trying wxHaskell on Android and other new platforms - Testing - Creating binary packages - Updating the wiki pages Look at the bug tickets and feature requests[2] for details of some of the things to do. Regards, Henk-Jan van Tuyl [0] https://www.haskell.org/haskellwiki/WxHaskell [1] http://docs.wxwidgets.org/stable/ [2] http://sourceforge.net/p/wxhaskell/_list/tickets -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/ http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming -- -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/

On 10/19/2014 02:11 PM, Henk-Jan van Tuyl wrote:
On Sun, 19 Oct 2014 08:31:55 +0200, Vasili I. Galchin
wrote: Hi Fellow Haskellers,
I was just reading at http://www.haskell.org. I am looking for a list of currently active Haskell projects needing help .. :-)
Vasili
wxHaskell[0] could use your support very well, I hope others will join in as well. wxHaskell can be used for both game and serious software, but could use more support.
What is it? -----------
I hope you don't mind me hijacking this thread a bit for few questions.
wxHaskell is a portable and native GUI library for Haskell. The goal of the project is to provide an industrial strength GUI library for Haskell, but without the burden of developing (and maintaining) one ourselves.
wxHaskell is therefore built on top of wxWidgets – a comprehensive C++ library that is portable across all major GUI platforms; including GTK, Windows, X11, and MacOS X. Furthermore, it is a mature library (in development since 1992) that supports a wide range of widgets with the native look-and-feel. The wxHaskell project[0] could use more participants.
I'm a bit confused: you say it's a native GUI library but then say it's built on top of a C++ library. We might be interested in a wxHaskell frontend for Yi. Can you compare it to gtk2hs a bit? Notably, we get complaints that gtk2hs is hard to install outside of Linux, even though it does run on those platforms. Is the situation better with wxHaskell? Can one embed pango in it? Are there any non-trivial, cross-platform programs out there currently that are using wxHaskell?
What can be done? -----------------
Some of the activities: - Adding new features - Writing sample programs for testing and teaching (for functionality not used in sample programs so far) - Simplifying installation (e.g. creating a wxWidgets binary package with installation program) - Solving bugs - Add/improve descriptions of the wxHaskell API in the source code (include usage samples) - Write a manual, similar to the wxWidgets manual[1] - Trying wxHaskell on Android and other new platforms - Testing - Creating binary packages - Updating the wiki pages
Look at the bug tickets and feature requests[2] for details of some of the things to do.
Regards, Henk-Jan van Tuyl
[0] https://www.haskell.org/haskellwiki/WxHaskell [1] http://docs.wxwidgets.org/stable/ [2] http://sourceforge.net/p/wxhaskell/_list/tickets
-- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/
http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming --
-- Mateusz K.

2014-10-19 19:50 GMT+02:00 Mateusz Kowalczyk
On 10/19/2014 02:11 PM, Henk-Jan van Tuyl wrote:
On Sun, 19 Oct 2014 08:31:55 +0200, Vasili I. Galchin
wrote: Hi Fellow Haskellers,
I was just reading at http://www.haskell.org. I am looking for a list of currently active Haskell projects needing help .. :-)
Vasili
wxHaskell[0] could use your support very well, I hope others will join in as well. wxHaskell can be used for both game and serious software, but could use more support.
What is it? -----------
I hope you don't mind me hijacking this thread a bit for few questions.
wxHaskell is a portable and native GUI library for Haskell. The goal of the project is to provide an industrial strength GUI library for Haskell, but without the burden of developing (and maintaining) one ourselves.
wxHaskell is therefore built on top of wxWidgets – a comprehensive C++ library that is portable across all major GUI platforms; including GTK, Windows, X11, and MacOS X. Furthermore, it is a mature library (in development since 1992) that supports a wide range of widgets with the native look-and-feel. The wxHaskell project[0] could use more participants.
I'm a bit confused: you say it's a native GUI library but then say it's built on top of a C++ library. [snip]
I think native in this context refer to the graphical elements being the ones native to the OS, not native as in pure Haskell implementation. Cheers, Thu

On Sun, 19 Oct 2014 19:50:02 +0200, Mateusz Kowalczyk
I'm a bit confused: you say it's a native GUI library but then say it's built on top of a C++ library.
The GUI is native, not the library; wxHaskell has a native look and feel on each platform, see: http://wxhaskell.sourceforge.net/samples.html
We might be interested in a wxHaskell frontend for Yi. Can you compare it to gtk2hs a bit? Notably, we get complaints that gtk2hs is hard to install outside of Linux, even though it does run on those platforms. Is the situation better with wxHaskell? Can one embed pango in it?
An extensive comparison is given at: http://stackoverflow.com/questions/553317/what-are-the-relative-merits-of-wx... wxHaskell is not easy to install in a Windows environment; that is one of the things that needs work. I don't know if Pango can be embedded.
Are there any non-trivial, cross-platform programs out there currently that are using wxHaskell?
See: - Reverse dependencies: http://packdeps.haskellers.com/reverse/wx - Application screenshots: http://wxhaskell.sourceforge.net/applications.html - Dazzle: http://www.cs.uu.nl/wiki/Dazzle/WebHome Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/ http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming --

Hi Vasili,
Nomyx (www.nomyx.org) is a unique game made in Haskell, still under active
developement!
There is a demo game running (see the web site).
Cheers,
Corentin
On Sun, Oct 19, 2014 at 8:31 AM, Vasili I. Galchin
Hi Fellow Haskellers,
I was just reading at http://www.haskell.org. I am looking for a list of currently active Haskell projects needing help .. :-)
Vasili
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Sorry the address is www.nomyx.net
On Sun, Oct 19, 2014 at 8:03 PM, Corentin Dupont
Hi Vasili, Nomyx (www.nomyx.org) is a unique game made in Haskell, still under active developement! There is a demo game running (see the web site).
Cheers, Corentin
On Sun, Oct 19, 2014 at 8:31 AM, Vasili I. Galchin
wrote: Hi Fellow Haskellers,
I was just reading at http://www.haskell.org. I am looking for a list of currently active Haskell projects needing help .. :-)
Vasili
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

On 10/18/14 11:31 PM, Vasili I. Galchin wrote:
Hi Fellow Haskellers,
I was just reading at http://www.haskell.org. I am looking for a list of currently active Haskell projects needing help .. :-)
Hi Vasili, no-one is maintaining such a list, but it's a FAQ and every time someone asks a bunch of us reply. Would you be interested in keeping that list ? :) And to the previous answers, add hledger ! (http://hledger.org)

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 22/10/14 03:20, Simon Michael wrote:
no-one is maintaining such a list, but it's a FAQ and every time someone asks a bunch of us reply. Would you be interested in keeping that list ? :) Maybe something analogous to http://www.haskell.org/haskellwiki/Haskell_in_industry would be nice. The Wiki seems like the right place for such a list.
Alexander alexander@plaimi.net https://secure.plaimi.net/~alexander -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iF4EAREIAAYFAlRHUsEACgkQRtClrXBQc7VLoQEAlA0ka8jDcAGi27dB1yIAOHg6 Int/JsQBuqEOTLOM5I8BAKG6Dgt1IEv7PF+iPgAP9vHLEREZvPAx8v8hVdTlFmEl =A9EU -----END PGP SIGNATURE-----

On Wed, 22 Oct 2014 03:20:21 +0200, Simon Michael
On 10/18/14 11:31 PM, Vasili I. Galchin wrote:
I was just reading at http://www.haskell.org. I am looking for a list of currently active Haskell projects needing help .. :-)
I have created a HaskellWiki page[0] for this, and added a link from the FAQ page[1]. Regards, HenkJan van Tuyl [0] https://www.haskell.org/haskellwiki/Haskell_projects_needing_help [1] https://www.haskell.org/haskellwiki/FAQ#Which_project_can_I_join.3F -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/

Hi, Am Sonntag, den 19.10.2014, 01:31 -0500 schrieb Vasili I. Galchin:
I was just reading at http://www.haskell.org. I am looking for a list of currently active Haskell projects needing help .. :-)
I guess most projects on http://www.haskell.org/haskellwiki/Haskell_Communities_and_Activities_Report would welcome new contributors. Greetings, Joachim -- Joachim “nomeata” Breitner mail@joachim-breitner.de • http://www.joachim-breitner.de/ Jabber: nomeata@joachim-breitner.de • GPG-Key: 0xF0FBF51F Debian Developer: nomeata@debian.org
participants (9)
-
Alexander Berntsen
-
Corentin Dupont
-
Guillaume Hoffmann
-
Henk-Jan van Tuyl
-
Joachim Breitner
-
Mateusz Kowalczyk
-
Simon Michael
-
Vasili I. Galchin
-
Vo Minh Thu