Difference between revisions of "Haskell projects needing help"

From HaskellWiki
Jump to navigation Jump to search
(Added Diagrams to list of projects needing help)
(Added "GHC backend for JVM/.NET")
Line 50: Line 50:
   
 
* [https://github.com/wxHaskell/wxHaskell The wxHaskell project on GitHub]
 
* [https://github.com/wxHaskell/wxHaskell The wxHaskell project on GitHub]
  +
   
 
== Diagrams ==
 
== Diagrams ==
Line 56: Line 57:
 
* [https://www.haskell.org/haskellwiki/Diagrams/Projects List of projects]
 
* [https://www.haskell.org/haskellwiki/Diagrams/Projects List of projects]
 
* [http://projects.haskell.org/diagrams/ Home page]
 
* [http://projects.haskell.org/diagrams/ Home page]
  +
  +
  +
== GHC backend for JVM/.NET ==
  +
  +
There is no such project currently going on, but someone should start it. It probably needs several people to make sure that the project will run to till completion. The most important information about this can be found at [https://www.haskell.org/haskellwiki/GHC/FAQ#.NET.2FJVM_Availability GHC/FAQ 1.5 .NET/JVM Availability]
  +
  +
   
 
[[Category:Community]]
 
[[Category:Community]]

Revision as of 20:05, 1 December 2014

Introduction

There are often people looking for useful projects to do and there are always projects needing help. This page is meant to bring people and projects together. Anyone with a Haskell project needing help, can add their project to this page.


wxHaskell

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.


What can be done?

Some of the activities:

  • Writing sample programs for testing and teaching (for functionality not used in sample programs so far)
  • Simplifying installation (e.g. creating a wxWidgets/wxHaskell binary package with installation program). Scripts, used in the passed for this, can be found on GitHub, old binary package are at SourceForge.
  • Add/improve descriptions of the wxHaskell API in the source code (include usage samples)
  • Trying wxHaskell on Android and other new platforms
  • Testing
  • Updating the HaskellWiki pages


Links


Diagrams


GHC backend for JVM/.NET

There is no such project currently going on, but someone should start it. It probably needs several people to make sure that the project will run to till completion. The most important information about this can be found at GHC/FAQ 1.5 .NET/JVM Availability