Eric Kow | 24 Jun 09:30
Gravatar

Haskell syntax highlighting on Wikibooks/Wikipedia

Hi everybody,

I just wanted to point out that with
  https://bugzilla.wikimedia.org/show_bug.cgi?id=10967
resolved, Haskell syntax highlighting is now available on Wikibooks

You can see a small sample in
  http://en.wikibooks.org/wiki/User:Kowey/Haskell

<source lang="haskell">
-- foo
let x = foo
</source>

I think I'll post this to Haskell cafe as well

--

-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9
_______________________________________________
Wikibook mailing list
Wikibook@...
http://www.haskell.org/mailman/listinfo/wikibook
Benjamin L. Russell | 30 Mar 14:07
Favicon

(fwd) Re: question from Yet Another Haskell Tutorial

A new page has been added to the Haskell Wikibook, as an Errata page
for YAHT.  See the following message forwarded from Haskell-Beginners:

On Mon, 30 Mar 2009 20:33:29 +0900, in
gmane.comp.lang.haskell.beginners Benjamin L.Russell
<DekuDekuplex@...> wrote:

>On Sun, 29 Mar 2009 14:45:22 +0200, Daniel Fischer
><daniel.is.fischer@...> wrote:
>
>>Simple mistake. YAHT was never systematically proofread to catch all 
>>such mistakes, so there are several still in. Nevertheless, it is an 
>>excellent tutorial.
>
>Thank you both, Michael and Daniel.  I have compiled the information
>in this thread into a new page, "Errata," in the YAHT Wikibook,
>covering discrepancies between the original PDF and corrected HTML
>versions of YAHT:
>
>Haskell/YAHT/Errata - Wikibooks, collection of open-content textbooks
>http://en.wikibooks.org/wiki/Haskell/YAHT/Errata
>
>Please feel free to add to it or to correct it as would benefit
>students of Haskell.

Enjoy!

-- Benjamin L. Russell
--

-- 
Benjamin L. Russell  /   DekuDekuplex at Yahoo dot com
(Continue reading)

apfelmus | 5 Aug 14:56
Favicon

[Haskell wikibook] New template for referencing standard library haddocks

Hello wikibookians,

There's a new template for referencing standard library haddocks.

  http://en.wikibooks.org/wiki/Template:Haskell_lib

- What does this template do? -

This template generates links to the documentation of GHC's standard
library modules. For example, if you talk about Control.Monad and want
the text to be a proper link to the latest GHC Haddocks, this template
is for you.

Arguably, automatic syntax coloring and hyperlinking of Haskell source
code should obsolete this template.

- Usage -

 {{Haskell lib|Control|Monad}}
 => Control.Monad from the base-package.

 {{Haskell lib|package=mtl|Control|Monad|State}}
 => Control.Monad.State from the mtl-package.

Currently, the module name may be only 5 levels deep, but that's easy to
change.

Regards,
apfelmus
(Continue reading)

apfelmus | 8 Jul 14:58
Favicon

[Haskell wikibook] Re: Haskell wikibook - chapter "Theseus and the Zipper"

Dear Mr. Huet,

> Very nice indeed.
>
> The analogy with Ariadne's thread is a natural one. I use myself the 
> analogy with mountaineering, you are hanging from the top of the 
> datastructure using the zipper as a return rope.
>
> Compliments on a nice site on functional programming. Keep up the good 
> work.

Thank you very much for the encouragement, we are delighted that you 
appreciate our efforts :)

The aim of the Haskell wikibook is to write a free and gentle textbook 
on Haskell and associated techniques for functional programming. Of 
course, to keep up the good work, we are always looking for 
contributors. In fact, the book lives through contributions from its 
readers: it is built with a wiki, utilizing the same platform as 
Wikipedia and hence sharing the same principle that anyone can edit.

> After I learned of Conor Mc Bride's work, I wrote some more about 
> zippers for a de Bruijn's Festschrift, see item 79 in my bibliography 
> [http://yquem.inria.fr/~huet/bib.html].
>
> My main application of zippers so far has been for the design of the 
> Zen toolkit for computational linguistics, see items 78,82,84,85 and 
> site http://sanskrit.inria.fr/huet/ZEN/index.html. This toolkit was 
> reused in Haskell by the Grammatical Framework linguistic platform of 
> Aarne Ranta.
(Continue reading)

Brent Yorgey | 5 Jul 21:44

[Haskell wikibook] Greetings!

Hi all,

Allow me to introduce myself -- I'm an avid Haskell hobbyist (though hoping to be a PhD student soon) looking for ways to contribute to the Haskell community, and have found the wikibook to be one place where I can combine my love of Haskell with my teaching and writing skills to make a positive contribution.  I've already overhauled the Recursion module and also made some minor edits to the List processing module; please feel free to take a look and let me know if anything I've done doesn't fit with the overall project goals/style etc. (or just edit it yourself =).  For now I plan to continue going through the Elementary Haskell track doing cleanup/editing/making additions and so on.  We'll see how far I get...

Anyway, just thought I would say "hi"!  I'm usually hanging out in #haskell and #haskell-blah (as byorgey) when online, and I plan to hang out in #haskell-books now too, if you should care to chat for any reason.

cheers,
-Brent

_______________________________________________
Wikibook mailing list
Wikibook@...
http://www.haskell.org/mailman/listinfo/wikibook
apfelmus | 1 Jul 13:12
Favicon

[Haskell wikibook] Fwd: Haskell wikibook - chapter "Theseus and the Zipper"

> Von: Gérard Huet <Gerard.Huet@...>
> Datum: 30. Juni 2007 14:09:23 MESZ
> An: apfelmus@...
> Cc: Gérard Huet <Gerard.Huet@...>
> Betreff: Re: Haskell wikibook - chapter "Theseus and the Zipper"
>
> Very nice indeed.
> The analogy with Ariadne's thread is a natural one. I use myself the 
> analogy with mountaineering, you are hanging from
> the top of the datastructure using the zipper as a return rope.
>
> After I learned of Conor Mc Bride's work, I wrote some more about 
> zippers for a de Bruijn's Festschrift, see
> item 79 in my bibliography [http://yquem.inria.fr/~huet/bib.html].
>
> My main application of zippers so far has been for the design of the 
> Zen toolkit for computational linguistics, see
> items 78,82,84,85 and site 
> http://sanskrit.inria.fr/huet/ZEN/index.html.
> This toolkit was reused in Haskell by the Grammatical Framework 
> linguistic platform of Aarne Ranta.
>
> Compliments on a nice site on functional programming. Keep up the good 
> work.
> Gerard
>
> Le 30 juin 07 à 10:40, apfelmus@... a écrit :
>
>> Dear Mr. Huet,
>>
>> Fascinated by the zipper since reading your publication, the authors 
>> of the Haskell wikibook have written a special introduction to this 
>> data structure:
>>
>>   "Theseus and the Zipper".
>>   http://en.wikibooks.org/wiki/Haskell/Zippers
>>
>> starring Theseus and Ariadne. We hope you will enjoy it :)
>>
>> All the best,
>> apfelmus
>>
>
apfelmus | 30 Jun 10:36
Favicon

[Haskell wikibook] Haskell wikibook - chapter "Theseus and the Zipper"

Dear Mr. Huet,

Fascinated by the zipper since reading your publication, the authors of 
the Haskell wikibook have written a special introduction to this data 
structure:

   "Theseus and the Zipper".
   http://en.wikibooks.org/wiki/Haskell/Zippers

starring Theseus and Ariadne. We hope you will enjoy it :)

All the best,
apfelmus
PR Stanley | 19 May 19:20
Favicon

Re: [Haskell wikibook] Using XHTML Elements in the Wikibook


>>I am not suggesting there's any problem. all I'm saying is that a 
>>more effective use of XHTML elements would increase 
>>accessibility.  for example, more headings, lists. Perhaps we could 
>>even use CSS if the wiki framework allows it.
The wikibook is, and I repeat, fully navigable for the most part but 
that shouldn't preclude us from striving for perfection.
Paul

>>Fortunately, the Haskell Wikibook is for the most
>>part fully navigable; however, the inclusion of
>>XHTML elements would increase accessibility hugely.
>
>But the Wiki markup is transformed to XHTML anyway; if you download
>e.g. http://en.wikibooks.org/wiki/Haskell, that's pure XHTML, not Wiki
>markup. What's the problem?
>
>--
>-David House, dmhouse@...
PR Stanley | 13 May 21:46
Favicon

[Haskell wikibook] Using XHTML Elements in the Wikibook

Hello again
One of you chaps once told me that XHTML elements had no place in the 
Wikibook: the rationale being that everyone, regardless of his 
knowledge of mark-up languages, should be encouraged to contribute to 
the wiki text.
I'm wondering if a small amount of HTML tagging may not be such a bad 
idea considering the accessibility benefits.
What does the list think?
Cheers,
Paul
PR Stanley | 13 May 21:07
Favicon

[Haskell wikibook] Where is the Wikibook?

Hi folks,
I've not looked at the Wikibook for quite sometime.  Now I'm having 
difficulty locating the wiki pages.  Have they been moved? If the 
wikibook is still in existence, could someone send me its URL please?
Thanks,
Paul
Eric Y. Kow | 22 Apr 12:20
Gravatar

[Haskell wikibook] hcar report

Dear Haskell wikibookians,

I am having a hard time writing up our HCAR report, lately.  Anybody
want to take a stab at it?

Here is my very clumsy attempt.

--

-- 
Eric Kow                     http://www.loria.fr/~kow
PGP Key ID: 08AC04F9         Merci de corriger mon français.
Attachment (HaskellWikibookwasHaskell-EH.tex): application/x-tex, 1454 bytes
_______________________________________________
Wikibook mailing list
Wikibook@...
http://www.haskell.org/mailman/listinfo/wikibook

Gmane