Haskell programming language - SFS

Core libraries and systems
Post Reply
Message
Author
User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

Haskell programming language - SFS

#1 Post by GustavoYz »

Info:
Haskell is a standardized, general-purpose purely functional programming language, with non-strict semantics and strong static typing.
Latest Haskell can be founded here, compiled on Quirky 1.2, prefix=/usr/local, big (120MB) SFS.

Also, the pdf reference is here.
Last edited by GustavoYz on Sat 30 Jul 2011, 04:37, edited 3 times in total.

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#2 Post by nooby »

So typical :)

I had no idea what Haskell is.
http://www.haskell.org/haskellwiki/Introduction
Haskell is a computer programming language.

In particular, it is a polymorphically statically typed, lazy, purely functional language, quite different from most other programming languages.
Sounds interesting so what do you do with it? Does one need the Devs file or can one use it with a plain Puppy?
I use Google Search on Puppy Forum
not an ideal solution though

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#3 Post by Flash »

Thanks, nooby. I added the description to the title. :)

User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

#4 Post by GustavoYz »

I'm sorry, I was in a rush and just put the link of the article (fixed in the main post).
As nooby said, is a functional programming language (devxxx is not essential, it sould work without it).

Nooby, take a look at here: http://tryhaskell.org/

Post Reply