Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(This week's news)
(548 intermediate revisions by 16 users not shown)
Line 1: Line 1:
  +
<div class="subtitle">Recent Package Updates [http://haskell.org/haskellwiki/Hackage_statistics http://i.imgur.com/mHvNV.png] [http://hackage.haskell.org/packages/archive/recent.rss http://haskell.org/wikiupload/7/7c/Rss16.png]</div>
''2006-06-25''
 
   
  +
<div style="font-size:80%">
<ul>
 
  +
See [http://hackage.haskell.org/recent here]
<li>
 
<p>
+
</div>
<em>
 
The GHC Hackathon
 
</em>. Simon Peyton-Jones
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13838 announced] that GHC HQ are going to run a hackathon, in Portland, just before ICFP this September (14-15th). It'll be held at Galois's offices, in Beaverton. Thanks go to [http://galois.com Galois] for hosting the meeting. [http://hackage.haskell.org/trac/ghc/wiki/Hackathon Here] are the details. If you are interested in finding out a bit about how GHC works inside, then you should find the hackathon fun. It will be informal and interactive. If you think you might come, please take a look at the above page, and register.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Bytecode API library
 
</em>. Robert Dockins
 
[http://article.gmane.org/gmane.comp.lang.haskell.yhc/134 announced] a release of an alpha version of a library for reading and writing the YHC bytecode file format. It reads and writes the entire bytecode set, version 1.9 (the one used by recent YHC builds). [http://www.eecs.tufts.edu/~rdocki01/yhc-bytecode.html Check it out].
 
</p>
 
</li>
 
</ul>
 
 
''2006-06-22''
 
 
<ul>
 
<li>
 
<p>
 
<em>Google Summer of Code</em>. The Haskell.org team
 
[http://www.haskell.org/pipermail/haskell/2006-May/017999.html announced]
 
that nine Haskell projects have been selected to receive funding to the
 
value of $45k under Google's 2006
 
[http://code.google.com/soc 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
 
[http://code.google.com/soc/haskell/about.html here]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Haskell Communities & Activities Report</em>. Andres Loeh
 
[http://www.haskell.org/pipermail/haskell/2006-June/018071.html 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.
 
</p>
 
 
<p>
 
Read the 10th edition [http://www.haskell.org/communities/ here].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Would you like a job working on GHC?</em>. Simon Peyton-Jones
 
[http://www.haskell.org/pipermail/haskell/2006-June/018068.html 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.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Shellac and Lambda Shell 0.3</em>. Robert Dockins
 
[http://www.haskell.org/pipermail/haskell/2006-May/018041.html 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.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>darcs-graph</em>. Don Stewart released
 
[http://www.cse.unsw.edu.au/~dons/darcs-graph.html darcs-graph],
 
a tool for generating graphs of commit activity for darcs repositories.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>VersionTool 1.0</em>. Manuel Chakravarty
 
[http://www.haskell.org/pipermail/haskell/2006-June/018063.html announced]
 
version 1.0 of
 
[http://www.cse.unsw.edu.au/~chak/haskell/VersionTool/ VersionTool],
 
a small utility that:
 
<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>
 
<p>
 
<em>Streams 0.1e</em>. Bulat Ziganshin
 
[http://www.haskell.org/pipermail/haskell/2006-June/018063.html released]
 
Streams library version 0.1e. Now cabalised and BSD-ified.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Hitchhikers guide to Haskell - chapter 5</em>. Dmitry Astapov
 
[http://www.haskell.org/pipermail/haskell-cafe/2006-June/015966.html 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. </p>
 
</li>
 
 
<li>
 
<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>
 
<p>
 
<em>Edison 1.2</em>. Robert Dockins
 
[http://www.haskell.org/pipermail/haskell/2006-June/018050.html released]
 
the final, stable release of Edison 1.2. Edison is a
 
library of efficient, purely-functional data structures for
 
Haskell.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Arrays & References Library 0.1</em>. Bulat Ziganshin
 
[http://www.haskell.org/pipermail/haskell/2006-June/018044.html announced]
 
version 0.1of his arrays and references library. Featuring:
 
<ul>
 
<li>Unboxed references in IO and ST
 
<li>Monad-independent interfaces to boxed and unboxed references
 
<li>Syntax sugar to make using of mutable objects easier (=:, +=, -=,..)
 
</ul>and more.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Kamiariduki</em> Shelarcy
 
[http://www.haskell.org/pipermail/haskell/2006-June/018043.html released]
 
Kamiariduki - a system to judge your derivative work's purpose
 
and license is valid with Ceative Commons License Works.
 
</p>
 
</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>
 
 
[[Old news|More news]]
 

Revision as of 21:33, 21 January 2015

Recent Package Updates mHvNV.png Rss16.png

See here