Rayne

3,728
reputation
418 views

Registered User

name Rayne
member for 1 year
seen 4 hours ago
website
location Alabama
age 15
I'm an amateur programmer. Mainly interested in functional programming. In the future I intend to go to college to get a degree in Computer Science. Haskell is awesome, and Clojure rocks.
2d
comment When is it OK to use an IORef?
Also, don't take the non-upvotes personally. People upvote Dons just because he's dons. :p
2d
comment When is it OK to use an IORef?
Very informative post. Thank you for taking the time to write this for me. <3
2d
comment When is it OK to use an IORef?
So I should favor MVars to IORefs in general? How about using the State monad. When is a good time to use it over IORefs and MVars and such?
2d
asked When is it OK to use an IORef?
Dec
18
comment Dealing with large files in Haskell
You're becoming as prominent as Jon Skeet in the Haskell community. You get upvoted just for posting. :p
Dec
18
answered Dealing with large files in Haskell
Dec
15
comment What is the ecosystem for Haskell web development?
Line 82, you forget a closing quote.
Dec
15
answered Getting Cabal to work with GHC 6.12.1
Dec
9
comment Type Matching in Haskell
That seems... Unnecessarily complicated.
Dec
6
awarded  Mortarboard
Dec
6
comment Can somebody walk me through this Haskell function (State monad related)?
That wouldn't have helped either. :p I had already looked at those definitions as deeply as possible, it it was that one crucial detail that was escaping my eyes. It isn't your fault, it's my fault for not being able to word a question correctly.
Dec
4
comment Which functional programming language should I use?
Kind of silly that you think Haskell is purely for ACADemic use. That is highly based on opinion, and I don't think it should be in an answer.
Dec
3
accepted Using the Github Gist API from Haskell
Dec
2
awarded  Taxonomist
Dec
1
comment Haskell scoping in nested function definitions using where
Though it is very good practice to sugar your code with lot's of type signatures, except the extremely trivial parts, I don't see the reason to sugar locally scoped functions with them. It's obvious what the type signature is, and for trivial functions like that, you lose more in readability than you gain.
Nov
30
comment Why Clojure over other JVM Lisps: Kawa, Armed Bear or SISC?
BEEP BEEP, CL/SCHEME FANBOI COMIN' THROUGH!
Nov
30
answered Why should I use ‘apply’ in Clojure?
Nov
30
answered import List in haskell
Nov
29
answered Using the Github Gist API from Haskell
Nov
29
comment Using the Github Gist API from Haskell
That was an accident on my part. I was experimenting and forgot to remove that.
Nov
29
comment Using the Github Gist API from Haskell
Guess I'm screwed. :\
Nov
29
revised Using the Github Gist API from Haskell
added 1 characters in body
Nov
29
revised Using the Github Gist API from Haskell
Added more information.
Nov
29
comment Using the Github Gist API from Haskell
It's not doing anything at all as far as I can tell. The location field is (as far as I know) supposed to be a link to the new Gist, however, no Gist is made. I'm absolutely baffled. This seems like it should be easy. :\
Nov
29
asked Using the Github Gist API from Haskell
Nov
28
awarded  Nice Question
Nov
27
answered Haskell execution sequence
Nov
27
comment Casting in Haskell
You should add that it's perfectly fine to use last and head as long as you know for sure that you wont be dealing with an empty list.
Nov
27
comment Real world usage of concatenative programming langauges
Factor is a pretty great language, but don't even bother if you want to write GUI apps. There are no bindings for any popular GUI toolkits, and the one shipped with Factor is crap.
Nov
27
comment In Which Cases Is Better To Use Clojure?
Indeed. But CL fanatics tend to be territorial, and that's where I imagine your down votes are coming from.
Nov
27
comment In Which Cases Is Better To Use Clojure?
Yeah, but Clojure is /built/ for the JVM, from the very beginning. It isn't just a half-cracked JVM implementation.
Nov
27
comment In Which Cases Is Better To Use Clojure?
They aren't anonymous. They are the ancient Common Lisp fanboy community. They are probably butthurt that you recommended Clojure over their precious 10 thousand year old language. :\
Nov
26
comment In Which Cases Is Better To Use Clojure?
As cobbal said, Lisp is a family of languages, not a single language. Common Lisp is Common Lisp. It's not /the/ Lisp, so please don't refer to CL as just 'Lisp'.
Nov
26
asked When should I use record syntax for data declarations in Haskell?
Nov
26
answered Multiple Haskell cabal-packages in one directory
Nov
26
answered In Which Cases Is Better To Use Clojure?
Nov
25
comment Can somebody walk me through this Haskell function (State monad related)?
I beat you by a whole 5 seconds! It's odd how I tend to figure out things on my own /after/ I've asked the question. I appreciate the responses! :)
Nov
25
comment Can somebody walk me through this Haskell function (State monad related)?
I took me several hours, but it's finally clicked. I see now that the value put is returning is never used, so the result value is the initial result which is the initial state, but the state is changed. What a mindfuck. :|
Nov
25
comment Can somebody walk me through this Haskell function (State monad related)?
That doesn't really help. I desugared my example so I could try to understand it. I'm trying to figure out what is going on below the surface here to make this state change happen.
Nov
25
comment Can somebody walk me through this Haskell function (State monad related)?
What I don't understand is how this is happening. How is the state getting updated, but the return value staying the same? How is puts updating the state in the first place? It seems to just be sitting there doing nothing.
Nov
25
asked Can somebody walk me through this Haskell function (State monad related)?
Nov
24
answered Code-Golf: What is the shortest program that compiles and crashes?
Nov
24
comment How foldr works
It was dead when he posted the link, IIRC.
Nov
24
comment Representing A Tree in Clojure
I think you should edit it to say "I only know common lisp". Common Lisp is not 'Lisp'. It's a Lisp.
Nov
24
comment Representing A Tree in Clojure
They voted to close it, because it's an exact duplicate.
Nov
24
answered Representing A Tree in Clojure
Nov
22
answered Equivalence testing in Haskell
Nov
19
answered How foldr works
Nov
19
comment Haskell tail function for empty lists
The pattern matching version is more haskell-like anyways.
Nov
19
revised How can I use functional programming in the real world?
deleted 10 characters in body