Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Reminder: Dutch Haskell Users Group tomorrow (Wednesday)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sean Leather  
View profile  
 More options Aug 28 2012, 12:23 pm
From: Sean Leather <leat...@cs.uu.nl>
Date: Tue, 28 Aug 2012 18:23:17 +0200
Local: Tues, Aug 28 2012 12:23 pm
Subject: Reminder: Dutch Haskell Users Group tomorrow (Wednesday)

If you want to get dinner before the meeting, you can join me at the
Educatorium at 18:00.

Otherwise, please be at the Boothzaal early, so we can start at 19:00.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
noknok  
View profile  
 More options Aug 29 2012, 12:32 pm
From: noknok <bucephalus....@gmail.com>
Date: Wed, 29 Aug 2012 09:32:09 -0700 (PDT)
Local: Wed, Aug 29 2012 12:32 pm
Subject: Re: Reminder: Dutch Haskell Users Group tomorrow (Wednesday)

Hi Sean, Jurriën, Sebastiaan,

thank you for organizing this meeting. I was really looking forward to
attend, but now I am stuck in Amsterdam.

By the way, I had a period of heavy disagreement with Haskell. I was trying
to cope with Cabal, became really disappointed and eventually even
abandoned the whole project. I was so upset that I seriously considered to
change my native programming language, and I was thinking of Python. I
would have enjoyed to talk to you about that and seek your advice. Well,
maybe next time.

Jurriën, is there any link to the content of your talk?

Enjoy the evening!
Yours Thomas


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Norm 2782  
View profile  
 More options Aug 29 2012, 3:44 pm
From: Norm 2782 <norm2...@gmail.com>
Date: Wed, 29 Aug 2012 21:44:01 +0200
Local: Wed, Aug 29 2012 3:44 pm
Subject: Re: Reminder: Dutch Haskell Users Group tomorrow (Wednesday)
Hi Thomas,

Too bad you couldn't make it; it was great having a DHUG meeting with talks again! I will put my slides online tomorrow, after the same presentation has been given at IFL. :)

Jurriën

On 29 Aug 2012, at 18:32, noknok <bucephalus....@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Norm 2782  
View profile  
 More options Aug 30 2012, 11:35 am
From: Norm 2782 <norm2...@gmail.com>
Date: Thu, 30 Aug 2012 17:35:23 +0200
Local: Thurs, Aug 30 2012 11:35 am
Subject: Re: Reminder: Dutch Haskell Users Group tomorrow (Wednesday)
As promised, here are my slides: http://norm2782.com/BuildingJSAppsWithHaskell.pdf

Jurriën

On 29 Aug 2012, at 18:32, noknok <bucephalus....@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
noknok  
View profile  
 More options Aug 30 2012, 7:14 pm
From: noknok <bucephalus....@gmail.com>
Date: Thu, 30 Aug 2012 16:14:06 -0700 (PDT)
Local: Thurs, Aug 30 2012 7:14 pm
Subject: Re: Reminder: Dutch Haskell Users Group tomorrow (Wednesday)

Hi Jurriën

Thank you!!!
Your work is exactly what I was hoping it would be from the title. And that
is exactly what I am waiting for: an automatic wizard converting Haskell
into web applications. This is really hot!
For me it is especially interesting as an option to let me or others use my
code without the need to install, pretty much as dear old Java Applets once
made Java applications extra accessible.
Currently I am not programming a lot, because I am too occupied with other
stuff. But in the future, these things will challenge me again, and I will
certainly follow your project to consider this option. It will also help me
to make peace again with Haskell. (Maybe Cabal has also matured by then, or
even died ;-)

Well, and even if Haskell really stinks -- this Haskell user group does
rock!
Thank you! Thank you!
Groet Thomas


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Norm 2782  
View profile  
 More options Aug 31 2012, 10:11 am
From: Norm 2782 <norm2...@gmail.com>
Date: Fri, 31 Aug 2012 16:11:41 +0200
Local: Fri, Aug 31 2012 10:11 am
Subject: Re: [Dutch HUG] Reminder: Dutch Haskell Users Group tomorrow (Wednesday)
Hi Thomas,

Good to hear :) Just a disclaimer: the UHC JavaScript backend is still very much a research project! (although it is already being used in production somewhere). To help you get started if you want to use it: you should clone the UHC git repository[1] and check out the js branch. It contains the most recent version of the JS backend.
While we in fact did write an entire front-end application in JS, the resulting code[2] isn't very beautiful (yet!). Especially the parts that interact with the DOM. You could also consider writing the DOM interaction in JS, and interfacing with your Haskell libraries via foreign exports. What I would definitely recommend is separating any use of the JS FFI from the rest of your Haskell code. This way, you can just use GHC to develop your Haskell code and get better type errors during development, and use UHC to eventually compile it down to JS.

Jurriën

[1] https://github.com/UU-ComputerScience/uhc
[2] https://github.com/UU-ComputerScience/JCU/tree/master/resources/stati...

On 31 Aug 2012, at 01:14, noknok <bucephalus....@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sean Leather  
View profile  
 More options Aug 31 2012, 10:14 am
From: Sean Leather <leat...@cs.uu.nl>
Date: Fri, 31 Aug 2012 16:14:21 +0200
Local: Fri, Aug 31 2012 10:14 am
Subject: Re: [Dutch HUG] Re: Reminder: Dutch Haskell Users Group tomorrow (Wednesday)

Here are Sebastiaan's slides.

Regards,
Sean

  @ Silk.pdf
1387K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andres Löh  
View profile  
 More options Aug 31 2012, 10:59 am
From: Andres Löh <andres.l...@googlemail.com>
Date: Fri, 31 Aug 2012 16:59:08 +0200
Local: Fri, Aug 31 2012 10:59 am
Subject: Re: [Dutch HUG] Re: Reminder: Dutch Haskell Users Group tomorrow (Wednesday)

> (Maybe Cabal has also matured by then, or even died ;-)

I know it's fashionable to engage in Cabal-bashing, but it'd help if
you'd list concrete points of what you would want to see improved
about Cabal rather than suggesting to everyone that it's somehow bad.

Cheers,
  Andres


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Holdermans  
View profile  
 More options Aug 31 2012, 1:22 pm
From: Stefan Holdermans <ste...@vectorfabrics.com>
Date: Fri, 31 Aug 2012 19:22:16 +0200
Local: Fri, Aug 31 2012 1:22 pm
Subject: Re: [Dutch HUG] Reminder: Dutch Haskell Users Group tomorrow (Wednesday)

>> (Maybe Cabal has also matured by then, or even died ;-)
> I know it's fashionable to engage in Cabal-bashing, but it'd help if
> you'd list concrete points of what you would want to see improved
> about Cabal rather than suggesting to everyone that it's somehow bad.

I'd also like to know. I am aware that Cabal isn't perfect, but getting exposed to programming in a variety of languages, I can assure you that Cabal isn't bad at all. Actually, I think of Cabal and Hackage as some of the Haskell community's strong suits. Besides those concrete points of criticism, could you also illustrate where other languages/communities are doing better in terms of build and package management? I'd love to learn and compare.

One other thing that I've always liked about the Haskell community is that it's always very constructive and that there is very little bashing going on. That holds in particular for our local group. Hopefully we can keep it that way.

Cheers,

  Stefan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
noknok  
View profile  
 More options Sep 6 2012, 6:36 pm
From: noknok <bucephalus....@gmail.com>
Date: Thu, 6 Sep 2012 15:36:17 -0700 (PDT)
Local: Thurs, Sep 6 2012 6:36 pm
Subject: Re: [Dutch HUG] Reminder: Dutch Haskell Users Group tomorrow (Wednesday)

Dear Andres, Dear Stefan,

You are right, of course. Please, let me apologize for the "bashing", which
wasn't meant to be. Obviously, Cabal does work for a lot of people and
projects. I didn't want to seem ungrateful for the work that people put
into writing it.

A while ago I was able to give a talk on my CodeDown project. As I
mentioned then, the basic idea could be extended towards a universal
"document generator generator", and following the talk I worked out this
thesis. Finally, I was proud to have designed a versatile and yet simple
system, which (and I thought this was unique) treated code and
documentation not only as equal, but was also able to convert back and
forth. I got the system running and also wrote something like a tutorial
and manual (see [1] and [2] below). And then I tried to cabalize the whole
enterprise in order to put it on Hackage and make the world a better place
... but that turned out to be impossible for me and after days or even
weeks of serious study, I was so really frustrated that I gave it up....

I am not able here to reconstruct all the problems I encountered. I do have
a couple of objections, but I also trust the Cabal designers, which are all
much more experienced programmers than I am. Like it or not, Cabal is a
fact, and I intended to embrace it. And actually, the real trouble with
Cabal for second-class programmers like me is not its quality, but its poor
documentation. So instead of complaining, I tried an "understanding by
explaining" and worked on my own introduction into "The standard Haskell
infrastructure" [3], as a tutorial to everything which matters in Haskell
programming and goes beyond writing modules. But as I said, I couldn't cope
with the ugly Cabal matter and I gave that up, too.

By that time, I did consider changing my native language to one where
EVERYTHING works, even if that meant compromises. But recently, I started a
new exciting project in Haskell again, so I will stick to the misery I am
used to ;-) I was hoping that by the time that one is ready, Cabal might
have become accessible for hobby programmers, too.
Andres, you were once so kind to take some time and explain darcs to me in
the pub. At the moment I am studying Git and I now do version control in my
project and publications. So, hopefully I can fill all the knowledge gaps
to become a true Haskell soldier in the future.

[1] http://www.bucephalus.org/CodeDown/CodeDown1/CodeDownIntro.html
[2] http://www.bucephalus.org/CodeDown/CodeDown1/CodeDownManual.html
[3] http://www.bucephalus.org/tmp/haskell-doc-main.pdf

Regards, Thomas


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »