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-22''
+
''2006-06-22''
   
 
<ul>
 
<ul>
<li>
+
<li>
<p>
+
<p>
<em>Hugs 2006</em>. Ross Paterson
+
<em>Google Summer of Code</em>. The Haskell.org team
[http://article.gmane.org/gmane.comp.lang.haskell.general/13688 announced]
+
[http://www.haskell.org/pipermail/haskell/2006-May/017999.html announced]
  +
that nine Haskell projects have been selected to receive funding to the
a new major release of Hugs, including an installer for Windows and a
 
  +
value of $45k under Google's 2006
new WinHugs interface. It is available from
 
[http://www.haskell.org/hugs/ the Hugs page].
+
[http://code.google.com/soc Summer of Code]
  +
program. A wide range of projects will be worked on, contributing to
</p>
 
  +
the community important tools and libraries. The students have until
</li>
 
  +
August 21 to complete their projects, and receive their grants. Details
  +
of the accepted projects can be found
  +
[http://code.google.com/soc/haskell/about.html here]
  +
</p>
  +
</li>
   
<li>
+
<li>
<p>
+
<p>
<em>Linspire Chooses Haskell for Core OS Development</em>.
+
<em>Haskell Communities & Activities Report</em>. Andres Loeh
  +
[http://www.haskell.org/pipermail/haskell/2006-June/018071.html published]
Clifford Beshers
 
  +
the 10th edition of the Haskell Communities and Activities
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/12662 announced]
 
that the OS team at Linspire, Inc. is standardizing on Haskell as their
+
Report (HCAR). If you haven't encountered the Haskell Communities and
  +
Activities Reports before, you may like to know that the first of these reports
preferred language for core OS development.
 
  +
was published in November 2001. Their goal is to improve the communication
Much of the infrastructure is being written in Haskell, including
 
  +
between the increasingly diverse groups, projects and individuals working on,
the Debian package builder (aka autobuilder). Other tools such as ISO
 
  +
with, or inspired by Haskell.
builders, package dependency checkers are in progress. The goal is to
 
  +
</p>
make a tight, simple set of tools that will let developers contribute
 
to Freespire, based on Debian tools whenever possible.
 
</p>
 
</li>
 
   
<li>
+
<p>
  +
Read the 10th edition [http://www.haskell.org/communities/ here].
<p>
 
  +
</p>
<em>lambdaFeed</em>. Manuel Chakravarty
 
  +
</li>
[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>
+
<li>
<p>
+
<p>
<em>Milfoh, an image to texture loading library</em>. Maurizio Monge
+
<em>Would you like a job working on GHC?</em>. Simon Peyton-Jones
[http://article.gmane.org/gmane.comp.lang.haskell.general/13653 announced]
+
[http://www.haskell.org/pipermail/haskell/2006-June/018068.html announced]
  +
that GHC HQ is looking for support engineer. The Glasgow Haskell
he has put together a very small library, using SDL_image (and a
 
  +
Compiler (GHC) is now being used by so many people, on so many
bare minimun of SDL), to load image files as opengl textures.
 
  +
platforms, that GHC HQ has been struggling to keep up. In
More information [http://linuz.sns.it/~monge/wiki/index.php/Milfoh here.]
 
  +
particular, the candidate should be someone who is enthusiastic
</p>
 
  +
about Haskell, and fired up about the prospect of becoming a GHC
</li>
 
  +
expert.
  +
</p>
  +
</li>
   
<li>
+
<li>
<p>
+
<p>
<em>Haskell Charting Library</em>. Tim Docker
+
<em>Shellac and Lambda Shell 0.3</em>. Robert Dockins
[http://article.gmane.org/gmane.comp.lang.haskell.general/13678 released]
+
[http://www.haskell.org/pipermail/haskell/2006-May/018041.html announced]
  +
the simultaneous release of Shellac 0.3 and Lambda Shell 0.3.
his Haskell 2D charting library. It's still at quite an early stage, but already it has:
 
  +
Shellac is a library for creating read-eval-print style shells. It makes
<ul>
 
  +
binding to feature-rich shell packages (ie, readline) easier. Lambda shell
<li>Line charts, points charts, fills, and combinations.
 
  +
is full-featured shell environment for evaluating terms of the pure untyped
<li>Automatic layout sizing and adjustment.
 
  +
lambda calculus and a showcase/tutorial for Shellac's features.
<li>Auto scaling of axis ranges
 
  +
</p>
<li>Extensible to support new plot types
 
  +
</li>
<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>
+
<li>
<p>
+
<p>
<em>Edison 1.2RC4</em>. Robert Dockins
+
<em>darcs-graph</em>. Don Stewart released
  +
[http://www.cse.unsw.edu.au/~dons/darcs-graph.html darcs-graph],
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4718 announced]
 
  +
a tool for generating graphs of commit activity for darcs repositories.
the 4th release candidate for Edison 1.2. Edison is a library of
 
  +
</p>
efficient data structures for Haskell.
 
</p>
+
</li>
</li>
 
   
<li>
+
<li>
  +
<p>
<p><em>Collections pre-release</em>. Jean-Philippe Bernardy
 
  +
<em>VersionTool 1.0</em>. Manuel Chakravarty
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4719 announced]
 
  +
[http://www.haskell.org/pipermail/haskell/2006-June/018063.html announced]
an alpha release of the new collections package he (and others) have
 
  +
version 1.0 of
been working on. It's still far from perfect, but I hope it's already a
 
  +
[http://www.cse.unsw.edu.au/~chak/haskell/VersionTool/ VersionTool],
good choice for many use cases of collection data structures.
 
  +
a small utility that:
</p>
 
</li>
+
<ul>
  +
<li>extracts version information from Cabal files,
  +
<li>maintains version tags in darcs,
  +
<li>computes patch levels by querying darcs,
  +
<li>extracts the current context from darcs, and
  +
<li>adds all this information to a source file
  +
</ul>
  +
</p>
  +
</li>
   
<li>
+
<li>
  +
<p>
<p><em>Haskell Graph Automorphism Library</em>. In a busy week,
 
  +
<em>Streams 0.1e</em>. Bulat Ziganshin
Jean-Philippe also
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4739 released]
+
[http://www.haskell.org/pipermail/haskell/2006-June/018063.html released]
  +
Streams library version 0.1e. Now cabalised and BSD-ified.
HGAL 1.2 (Haskell Graph Automorphism Library), a Haskell implementation
 
  +
</p>
of Brendan McKay's algorithm for graph canonic labeling and
 
  +
</li>
automorphism group. (aka Nauty). Improvements over the previous release
 
include a faster algorithm implementation and the library is now cabalised.
 
</p>
 
</li>
 
   
<li>
+
<li>
<p>
+
<p>
<em>Darcs 1.0.7</em>. Tommy Pettersson
+
<em>Hitchhikers guide to Haskell - chapter 5</em>. Dmitry Astapov
[http://article.gmane.org/gmane.comp.version-control.darcs.user/9896 announced]
+
[http://www.haskell.org/pipermail/haskell-cafe/2006-June/015966.html announced]
  +
that chapter 5 of his online tutorial, the
the release of darcs 1.0.7, containing a few bug fixes, and some new features.
 
  +
Hitchhikers guide to Haskell, is available. Changes include: It's
</p>
 
  +
bigger. It's better. It now comes with source code included. </p>
</li>
 
</ul>
+
</li>
   
  +
<li>
''2006-05-08''
 
  +
<p>
  +
<em>Haskell Shell (HSH) 0.1.0</em>. John Goerzen
  +
[http://www.haskell.org/pipermail/haskell/2006-June/018059.html released]
  +
version 0.1.0 of HSH, the Haskell shell. Things are still very
  +
preliminary in many ways, but this version already lets you:
  +
<ul>
  +
<li> Run commands
  +
<li> Pipe things between commands
  +
<li> Pipe command input/output into and out of pure Haskell functions
  +
<li> Pure Haskell functions are as much a first-class citizen as is grep or cat
  +
</ul>
  +
</p>
  +
</li>
   
  +
<li>
<ul>
 
<li>
+
<p>
  +
<em>Edison 1.2</em>. Robert Dockins
<p>
 
  +
[http://www.haskell.org/pipermail/haskell/2006-June/018050.html released]
<em>hmake</em>. Malcolm Wallace
 
  +
the final, stable release of Edison 1.2. Edison is a
[http://article.gmane.org/gmane.comp.lang.haskell.general/13634 released]
 
  +
library of efficient, purely-functional data structures for
version 3.11 of
 
  +
Haskell.
[http://haskell.org/hmake hmake],
 
  +
</p>
the compiler-independent project-building tool for Haskell
 
  +
</li>
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).
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>cpphs</em>. In a busy week, Malcolm also
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13638 released]
 
version 1.2 of
 
[http://haskell.org/cpphs 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.
 
</p>
 
</li>
 
 
<li>
 
<p><em>Cabal 1.1</em>. Duncan Coutts (as the new Cabal release manager)
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13625 announced]
 
that Cabal-1.1.4, the version shipped with GHC 6.4.2 is now
 
available to download as
 
[http://haskell.org/cabal/download.html a separate tarball].
 
There is also a
 
[http://haskell.org/mailman/listinfo/cabal-devel 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.
 
</p>
 
</li>
 
   
<li>
+
<li>
<p>
+
<p>
<em>DownNova-0.1</em>. Lemmih
+
<em>Arrays & References Library 0.1</em>. Bulat Ziganshin
[http://article.gmane.org/gmane.comp.lang.haskell.general/13640 released]
+
[http://www.haskell.org/pipermail/haskell/2006-June/018044.html announced]
  +
version 0.1of his arrays and references library. Featuring:
downNova, a program designed for automating the process of
 
  +
<ul>
downloading TV series from mininova.org. Written in Haskell, it
 
  +
<li>Unboxed references in IO and ST
will scan your downloaded files to find out what your interests
 
  +
<li>Monad-independent interfaces to boxed and unboxed references
are and download missing/new episodes to your collection.
 
  +
<li>Syntax sugar to make using of mutable objects easier (=:, +=, -=,..)
Advanced classification techniques are used to interpret the
 
  +
</ul>and more.
file names and 'downNova' will correctly extract series name,
 
  +
</p>
season number, episode number and episode title in nigh all
 
cases.
+
</li>
</p>
 
</li>
 
   
<li>
+
<li>
<p>
+
<p>
  +
<em>Kamiariduki</em> Shelarcy
<em>Student SoC Application Deadline</em> is rapidly approaching. Paolo
 
  +
[http://www.haskell.org/pipermail/haskell/2006-June/018043.html released]
Martini encouraged students to apply to google, using the
 
  +
Kamiariduki - a system to judge your derivative work's purpose
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/12563 student application]
 
  +
and license is valid with Ceative Commons License Works.
form, and [http://hackage.haskell.org/trac/summer-of-code/ Haskell.org]
 
  +
</p>
is looking forward to the several dozen applications we hope to receive.
 
</p>
+
</li>
</li>
 
   
  +
<li>
  +
<p>
  +
<em>lambdabot 4.0</em>. Don Stewart
  +
[http://www.haskell.org/pipermail/haskell/2006-June/018077.html announced]
  +
the release of version 4.0 of the venerable Haskell IRC bot, lambdabot.
  +
lambdabot is a stable, feature rich IRC bot based on a plugin
  +
framework. lambdabot 4.0 comes with a suite of more than 50 plugins,
  +
and many new features.
  +
</p>
  +
</li>
 
</ul>
 
</ul>
   

Revision as of 08:00, 16 June 2006

2006-06-22

  • Google Summer of Code. The Haskell.org team announced that nine Haskell projects have been selected to receive funding to the value of $45k under Google's 2006 Summer of Code program. A wide range of projects will be worked on, contributing to the community important tools and libraries. The students have until August 21 to complete their projects, and receive their grants. Details of the accepted projects can be found here

  • Haskell Communities & Activities Report. Andres Loeh published the 10th edition of the Haskell Communities and Activities Report (HCAR). If you haven't encountered the Haskell Communities and Activities Reports before, you may like to know that the first of these reports was published in November 2001. Their goal is to improve the communication between the increasingly diverse groups, projects and individuals working on, with, or inspired by Haskell.

    Read the 10th edition here.

  • Would you like a job working on GHC?. Simon Peyton-Jones announced that GHC HQ is looking for support engineer. The Glasgow Haskell Compiler (GHC) is now being used by so many people, on so many platforms, that GHC HQ has been struggling to keep up. In particular, the candidate should be someone who is enthusiastic about Haskell, and fired up about the prospect of becoming a GHC expert.

  • Shellac and Lambda Shell 0.3. Robert Dockins announced the simultaneous release of Shellac 0.3 and Lambda Shell 0.3. Shellac is a library for creating read-eval-print style shells. It makes binding to feature-rich shell packages (ie, readline) easier. Lambda shell is full-featured shell environment for evaluating terms of the pure untyped lambda calculus and a showcase/tutorial for Shellac's features.

  • darcs-graph. Don Stewart released darcs-graph, a tool for generating graphs of commit activity for darcs repositories.

  • VersionTool 1.0. Manuel Chakravarty announced version 1.0 of VersionTool, a small utility that:

    • extracts version information from Cabal files,
    • maintains version tags in darcs,
    • computes patch levels by querying darcs,
    • extracts the current context from darcs, and
    • adds all this information to a source file

  • Streams 0.1e. Bulat Ziganshin released Streams library version 0.1e. Now cabalised and BSD-ified.

  • Hitchhikers guide to Haskell - chapter 5. Dmitry Astapov announced that chapter 5 of his online tutorial, the Hitchhikers guide to Haskell, is available. Changes include: It's bigger. It's better. It now comes with source code included.

  • Haskell Shell (HSH) 0.1.0. John Goerzen released version 0.1.0 of HSH, the Haskell shell. Things are still very preliminary in many ways, but this version already lets you:

    • Run commands
    • Pipe things between commands
    • Pipe command input/output into and out of pure Haskell functions
    • Pure Haskell functions are as much a first-class citizen as is grep or cat

  • Edison 1.2. Robert Dockins released the final, stable release of Edison 1.2. Edison is a library of efficient, purely-functional data structures for Haskell.

  • Arrays & References Library 0.1. Bulat Ziganshin announced version 0.1of his arrays and references library. Featuring:

    • Unboxed references in IO and ST
    • Monad-independent interfaces to boxed and unboxed references
    • Syntax sugar to make using of mutable objects easier (=:, +=, -=,..)
    and more.

  • Kamiariduki Shelarcy released Kamiariduki - a system to judge your derivative work's purpose and license is valid with Ceative Commons License Works.

  • lambdabot 4.0. Don Stewart announced the release of version 4.0 of the venerable Haskell IRC bot, lambdabot. lambdabot is a stable, feature rich IRC bot based on a plugin framework. lambdabot 4.0 comes with a suite of more than 50 plugins, and many new features.

More news