by boryas on 2/23/10, 2:24 AM with 56 comments
by munctional on 2/23/10, 3:47 AM
I've read through some Haskell material before and tried following tutorials, but I always end up dropping it because I can't think of anything for which I would use it.
I have no problem with functional and functional-esque programming (Erlang, Common Lisp, etc.), but I just can't come up with anything to do in Haskell. :(
EDIT:
Thanks for the great suggestions, everyone! I think I'll do some crpyo-based maths work in Haskell since that is what holds my interest at the moment. :-)
by gphil on 2/23/10, 3:09 AM
by Ezra on 2/23/10, 3:20 AM
Type Haskell expressions in here.
> let x = 10
not an expression: `let x = 10'
I understand that mueval has this limitation too? It's more defensible in the irc context that "state" would be disallowed. Here, it's just crippling.I don't need the mtl stuff, but being able to define a basic function would be nice!
http://codepad.org/ will run full programs for you ... I guess that'll continue to be my tool of choice for online Haskell prototyping.
Still, this project does seem promising.
by nym on 2/23/10, 3:09 AM
by simplify on 2/23/10, 3:18 AM
Pretty cool app. A tutorial to go along with it would do wonders.
by jashkenas on 2/23/10, 5:42 AM
> reverse [1..]
Time limit exceeded
by baguasquirrel on 2/23/10, 5:32 AM
:m + Data.List intersperse '.' "hello"
And anything else you'd need if you want to use stuff other than just the Prelude.
by cool-RR on 2/23/10, 12:30 PM
by binarycheese on 2/23/10, 1:51 PM
by baguasquirrel on 2/23/10, 5:32 AM
:m + Data.List intersperse '.' "hello"
And anything else you'd need if you want to use stuff other than just the Prelude.
by baguasquirrel on 2/23/10, 5:32 AM
:m + Data.List intersperse '.' "hello"
And anything else you'd need if you want to use stuff other than just the Prelude.
by baguasquirrel on 2/23/10, 5:34 AM
:m + Data.List intersperse '.' "hello"
And anything else you'd need if you want to use stuff other than just the Prelude.