Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(This week's news)
(This week's news)
Line 1: Line 1:
''2006-05-08''
+
''2006-05-22''
   
 
<ul>
 
<ul>
  +
<li>
  +
<p>
  +
<em>Hugs 2006</em>. Ross Paterson
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/13688 announced]
  +
a new major release of Hugs, including an installer for Windows and a
  +
new WinHugs interface. It is available from
  +
[http://www.haskell.org/hugs/ the Hugs page].
  +
</p>
  +
</li>
   
  +
<li>
  +
<p>
  +
<em>Linspire Chooses Haskell for Core OS Development</em>.
  +
Clifford Beshers
  +
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/12662 announced]
  +
that the OS team at Linspire, Inc. is standardizing on Haskell as their
  +
preferred language for core OS development.
  +
Much of the infrastructure is being written in Haskell, including
  +
the Debian package builder (aka autobuilder). Other tools such as ISO
  +
builders, package dependency checkers are in progress. The goal is to
  +
make a tight, simple set of tools that will let developers contribute
  +
to Freespire, based on Debian tools whenever possible.
  +
</p>
  +
</li>
  +
  +
<li>
  +
<p>
  +
<em>lambdaFeed</em>. Manuel Chakravarty
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/13649 released]
  +
lambdaFeed -- lambdas for all! lambdaFeed is an RSS 2.0 feed
  +
generator. It reads news items - in a non-XML, human-friendly
  +
format - distributed over multiple channels and renders them
  +
into the RSS 2.0 XML format understood by most news aggregators
  +
as well as into HTML for inclusion into web pages.
  +
Source is available in darcs.
  +
[http://www.cse.unsw.edu.au/~chak/haskell/lambdaFeed/ Check it out].
  +
</p>
  +
</li>
  +
  +
<li>
  +
<p>
  +
<em>Milfoh, an image to texture loading library</em>. Maurizio Monge
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/13653 announced]
  +
he has put together a very small library, using SDL_image (and a
  +
bare minimun of SDL), to load image files as opengl textures.
  +
More information [http://linuz.sns.it/~monge/wiki/index.php/Milfoh here.]
  +
</p>
  +
</li>
  +
  +
<li>
  +
<p>
  +
<em>Haskell Charting Library</em>. Tim Docker
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/13678 released]
  +
his Haskell 2D charting library. It's still at quite an early stage, but already it has:
  +
<ul>
  +
<li>Line charts, points charts, fills, and combinations.
  +
<li>Automatic layout sizing and adjustment.
  +
<li>Auto scaling of axis ranges
  +
<li>Extensible to support new plot types
  +
<li>Uses the cairo graphics library for output
  +
</ul> and more. [http://dockerz.net/software/chart.html Further information and a darcs repo.]
  +
</p>
  +
</li>
  +
  +
<li>
  +
<p>
  +
<em>Edison 1.2RC4</em>. Robert Dockins
  +
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4718 announced]
  +
the 4th release candidate for Edison 1.2. Edison is a library of
  +
efficient data structures for Haskell.
  +
</p>
  +
</li>
  +
  +
<li>
  +
<p><em>Collections pre-release</em>. Jean-Philippe Bernardy
  +
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4719 announced]
  +
an alpha release of the new collections package he (and others) have
  +
been working on. It's still far from perfect, but I hope it's already a
  +
good choice for many use cases of collection data structures.
  +
</p>
  +
</li>
  +
  +
<li>
  +
<p><em>Haskell Graph Automorphism Library</em>. In a busy week,
  +
Jean-Philippe also
  +
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4739 released]
  +
HGAL 1.2 (Haskell Graph Automorphism Library), a Haskell implementation
  +
of Brendan McKay's algorithm for graph canonic labeling and
  +
automorphism group. (aka Nauty). Improvements over the previous release
  +
include a faster algorithm implementation and the library is now cabalised.
  +
</p>
  +
</li>
  +
  +
<li>
  +
<p>
  +
<em>Darcs 1.0.7</em>. Tommy Pettersson
  +
[http://article.gmane.org/gmane.comp.version-control.darcs.user/9896 announced]
  +
the release of darcs 1.0.7, containing a few bug fixes, and some new features.
  +
</p>
  +
</li>
  +
</ul>
  +
  +
''2006-05-08''
  +
  +
<ul>
 
<li>
 
<li>
 
<p>
 
<p>
Line 70: Line 174:
 
form, and [http://hackage.haskell.org/trac/summer-of-code/ Haskell.org]
 
form, and [http://hackage.haskell.org/trac/summer-of-code/ Haskell.org]
 
is looking forward to the several dozen applications we hope to receive.
 
is looking forward to the several dozen applications we hope to receive.
</p>
 
</li>
 
 
</ul>
 
 
 
''2006-05-01''
 
 
<ul>
 
<li>
 
<p>
 
<em>GHC 6.4.2</em>. Simon Marlow
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13576 announced]
 
the release of the Glasgow Haskell Compiler, version 6.4.2.
 
GHC is a state-of-the-art programming suite for Haskell. Included
 
is an optimising compiler generating good code for a variety of
 
platforms, together with an interactive system for convenient, quick
 
development. The distribution includes space and time profiling
 
facilities, a large collection of libraries, and support for various
 
language extensions, including concurrency, exceptions, and foreign
 
language interfaces (C, whatever). GHC is distributed under a
 
BSD-style open source license. For more information, see:
 
<ul>
 
<li>[http://www.haskell.org/ghc/ GHC home]
 
<li>[http://haskell.org/ghc/docs/6.4.2/html/users_guide/release-6-4-2.html Release notes]
 
<li>[http://hackage.haskell.org/trac/ghc/ GHC developers' home]
 
</ul>
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Communities and Activities Report</em>. Andres Loeh
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13578 released]
 
the call for contributions to the 10th (!) Haskell Communities and
 
Activities Report. If you are working on any project that is in some
 
way related to Haskell, write a short entry and submit it to Andres.
 
</p>
 
<p>
 
The Haskell Communities and Activities Report is a bi-annual
 
overview of the state of Haskell as well as Haskell-related projects
 
over the last, and possibly the upcoming 6 months. If you have only
 
recently been exposed to Haskell, it might be a good idea to browse the
 
[http://haskell.org/communities/11-2005/html/report.html November 2005 edition]
 
-- you will find interesting topics described as well as several
 
starting points and links that may provide answers to many questions.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Haskell' Status Report</em>. Isaac Jones
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13603 released]
 
a [http://hackage.haskell.org/trac/haskell-prime Haskell'] status report.
 
Currently the committee is focused on two issues, standardising
 
[http://hackage.haskell.org/trac/haskell-prime/wiki/Concurrency concurrency]
 
and extensions to
 
[http://hackage.haskell.org/trac/haskell-prime/wiki/ClassSystem the class system].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Google Summer of Code</em>. Paolo Martini
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/12496 announced]
 
that Haskell.org would have a presence as an official mentoring
 
organisation for this year's Google Summer of Code. Several members
 
of the Haskell community have volunteered as mentors, and a large
 
number of proposals have been listed. If you're interested in
 
mentoring, suggesting projects, or applying as a student to spend
 
your summer writing Haskell code, check it out!
 
<ul>
 
<li>[http://code.google.com/soc/ The official SoC site]
 
<li>[http://hackage.haskell.org/trac/summer-of-code/ The Haskell.org SoC page]
 
</ul>
 
 
</p>
 
</p>
 
</li>
 
</li>

Revision as of 04:08, 22 May 2006

2006-05-22

  • Hugs 2006. Ross Paterson announced a new major release of Hugs, including an installer for Windows and a new WinHugs interface. It is available from the Hugs page.

  • Linspire Chooses Haskell for Core OS Development. Clifford Beshers announced that the OS team at Linspire, Inc. is standardizing on Haskell as their preferred language for core OS development. Much of the infrastructure is being written in Haskell, including the Debian package builder (aka autobuilder). Other tools such as ISO builders, package dependency checkers are in progress. The goal is to make a tight, simple set of tools that will let developers contribute to Freespire, based on Debian tools whenever possible.

  • lambdaFeed. Manuel Chakravarty released lambdaFeed -- lambdas for all! lambdaFeed is an RSS 2.0 feed generator. It reads news items - in a non-XML, human-friendly format - distributed over multiple channels and renders them into the RSS 2.0 XML format understood by most news aggregators as well as into HTML for inclusion into web pages. Source is available in darcs. Check it out.

  • Milfoh, an image to texture loading library. Maurizio Monge announced he has put together a very small library, using SDL_image (and a bare minimun of SDL), to load image files as opengl textures. More information here.

  • Haskell Charting Library. Tim Docker released his Haskell 2D charting library. It's still at quite an early stage, but already it has:

    • Line charts, points charts, fills, and combinations.
    • Automatic layout sizing and adjustment.
    • Auto scaling of axis ranges
    • Extensible to support new plot types
    • Uses the cairo graphics library for output
    and more. Further information and a darcs repo.

  • Edison 1.2RC4. Robert Dockins announced the 4th release candidate for Edison 1.2. Edison is a library of efficient data structures for Haskell.

  • Collections pre-release. Jean-Philippe Bernardy announced an alpha release of the new collections package he (and others) have been working on. It's still far from perfect, but I hope it's already a good choice for many use cases of collection data structures.

  • Haskell Graph Automorphism Library. In a busy week, Jean-Philippe also released HGAL 1.2 (Haskell Graph Automorphism Library), a Haskell implementation of Brendan McKay's algorithm for graph canonic labeling and automorphism group. (aka Nauty). Improvements over the previous release include a faster algorithm implementation and the library is now cabalised.

  • Darcs 1.0.7. Tommy Pettersson announced the release of darcs 1.0.7, containing a few bug fixes, and some new features.

2006-05-08

  • hmake. Malcolm Wallace released version 3.11 of hmake, the compiler-independent project-building tool for Haskell programs. It automates recompilation analysis, based on import declarations in your files, to rebuild only those modules that are impacted by a change. It is rather like ghc's --make mode, but faster, less memory intensive, and it works with any compiler (e.g. hbc, nhc98).

  • cpphs. In a busy week, Malcolm also released version 1.2 of cpphs, the in-Haskell implementation of the C pre-processor. The major change in this release is that the source files have been re-arranged into a cabal-ised hierarchical library namespace, so you can use cpp functionality from within your own code, in addition to the stand-alone utility.

  • Cabal 1.1. Duncan Coutts (as the new Cabal release manager) announced that Cabal-1.1.4, the version shipped with GHC 6.4.2 is now available to download as a separate tarball. There is also a new mailing list for Cabal development discussion including patch review. This is also where patches sent via "darcs send" will end up. The Cabal team would also like to take the opportunity to invite people to get involved in Cabal development, either new features or squashing annoying bugs.

  • DownNova-0.1. Lemmih released downNova, a program designed for automating the process of downloading TV series from mininova.org. Written in Haskell, it will scan your downloaded files to find out what your interests are and download missing/new episodes to your collection. Advanced classification techniques are used to interpret the file names and 'downNova' will correctly extract series name, season number, episode number and episode title in nigh all cases.

  • Student SoC Application Deadline is rapidly approaching. Paolo Martini encouraged students to apply to google, using the student application form, and Haskell.org is looking forward to the several dozen applications we hope to receive.

More news