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
comp . lang . haskell
This is a Usenet group - learn more
Find or start a Google Group about haskell.
Group info
Group categories: Not categorized
More group info »
Active older topics
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 787  Older »
Description: Polymorphically-typed lazy purely-functional programming.
 

Call for Papers: Implementation and Application of Functional Languages 2012 
  ------------------------------ ------------------------------ ------------------- CALL FOR PAPERS 24th Symposium on Implementation and Application of Functional Languages (IFL 2012) University of Oxford, UK, August 30-September 1, 2012... more »
By José Pedro Magalhães  - May 23 - 1 new of 1 message    

Reasoning with quantified expressions in predicate calculus 
  In order to prove software to be correct, predicate calculus with quantified expressions (for all, exists) is indispensable. The programming language Modern Eiffel has all possibilities to do predicate calculus. The article [link] describes how reasoning with quantified expressions is done in Modern... more »
By Helmut  - Apr 20 - 1 new of 1 message    

Can Haskell compare functions? 
  I have no idea how dumb this question might be. I just know the language is "functional," and the type system is "advanced," so I figured an "advanced enough" type system would know all the inputs/ outputs of a function to such a degree that it could determine if functions were equivalent. *Main> (\x -> x*0) == (\x -> 0)... more »
By ultranewb  - Apr 7 - 5 new of 5 messages    

sell me on strong typing, type safety, etc. 
  hello all. i have always coded in what i will loosely call "dynamic" languages where i didn't have to worry about type. i have built large, complex systems with such languages. nothing ever "blew up." any bugs were always relatively minor, relatively easy to find and fix, etc. the systems i have built have always been successful.... more »
By ultranewb  - Mar 30 - 30 new of 30 messages    

bang patterns and deepseq 
  Greetings, I am trying to understand how strictness works in Haskell. Here is the story, along with a description of where it unravels. I want to define a function that computes the nth and n+1st Fibonacci number. There will be recursive calls made. fib n = ... (a,b) = fib k ...... more »
By Jonathan Gallagher  - Mar 27 - 2 new of 2 messages    

Reasoning with inductive types 
  Modern Eiffel is a new language which is syntactically based on Eiffel but has a lot of concepts of functional languages like Haskell, OCaml or Coq. Modern Eiffel puts the emphasis on static verification, i.e. a compiler can statically check that a programm written in Modern Eiffel meets its specification.... more »
By Helmut  - Mar 8 - 3 new of 3 messages    

Announcing... The Manchester Lambda Lounge (Monday 12th March 2012 @7pm) 
  Hi all, I'm proud to announce the inaugural meeting of the Manchester Lambda Lounge; a group dedicated to popularising Functional Programming, and exploring new concepts in programming languages. We hope to meet on the second Monday of the Month, every month at the Madlab at 7pm. [link]... more »
By Rick Moynihan  - Feb 28 - 1 new of 1 message    

arrays instead of lists 
  hello how much more efficient is it to use (one-dimensional) arrays instead of (long) lists? could it conceiveably make the difference between a script that overflows the stack and one that doesn't? thanks if you can help peace stm
By Sean McIlroy  - Feb 20 - 3 new of 3 messages    

CUFP 2012: Call for Presentations 
  COMMERCIAL USERS OF FUNCTIONAL PROGRAMMING 2012 CUFP 2012 CALL FOR PRESENTATIONS Copenhagen, Denmark Sep 13-15 Co-located with ICFP 2012 Sponsored by SIGPLAN Talk Proposal Submission Deadline 29 June 2012 The annual CUFP workshop is a place where people can see how others... more »
By Michael Sperber  - Feb 19 - 1 new of 1 message    

how to install haskell web frameworks 
  Hi, As a Haskell learner, I want to experiment with Haskell web frameworks. I've tried to install Happstack, Yesod and Snap from cabal but got some errors. First, my setup: The Glorious Glasgow Haskell Compilation System, version 7.0.4 cabal-install version 0.10.2 using version 1.10.2.0 of the Cabal library... more »
By osa1  - Feb 16 - 1 new of 1 message    

1 - 10 of 787   « Newer | Older »

XML