| bio | website | about:blank |
|---|---|---|
| location | Berlin, Germany | |
| age | 18 | |
| visits | member for | 2 years, 5 months |
| seen | May 18 at 22:02 | |
| stats | profile views | 23 |
I'm a highschool student from Germany interested in functional programming, especially Haskell.
|
Feb 26 |
awarded | Nice Question |
|
Dec 27 |
awarded | Yearling |
|
Dec 14 |
awarded | Notable Question |
|
Jul 18 |
awarded | Popular Question |
|
May 20 |
comment |
How to deal with over-complication? @tp1 That is probably not the best solution. Moving stuff to other modules won't solve anything. It may actually make things worse, as you lose the connection between actually connected things. Only separate features if they have no (close) connection. |
|
May 20 |
answered | How to deal with over-complication? |
|
May 16 |
comment |
Why do trees grow downward? IMHO the reason for the flipped coordinates dates back to the time where one had terminals. Since they displayed text beginning from the upper left corner and the actual resolution may vary, it was a very reasonable decision to make (0,0) be the upper left corner. |
|
May 7 |
comment |
The Box Model: Internet Explorer vs. W3C Although I generally dislike the things IE does different, this argument is pretty interesting. |
|
Mar 19 |
comment |
“Do Whatever You Want” License With Attribution INAL, but in some countries, like Germany, you can't waive all your rights. Thus, the whole WTFPL license contract may be invalid, giving you the right to sue everybody who uses your code because he didn't acquire the rights to do so (since the license contract is invalid). |
|
Dec 27 |
awarded | Yearling |
|
Dec 13 |
awarded | Nice Answer |
|
Dec 3 |
awarded | Enthusiast |
|
Nov 29 |
comment |
How are interrupts implemented in practice? This question is offtopic. Please ask at stackoverflow.com |
|
Nov 28 |
comment |
What do neglected O'Reilly book topics tell us about that topic? @Peter We are forced to use Delphi at school, because at the time our teachers studied CS, they learned to teach Pascal. Delphi is just an OO-Pascal, so that's the only thing they want to / can teach. From what i see, Delphi is a language that is mostly used for maintaining legacy applications. I don't know many new applications that are started in Delphi. That might be a reason for the inavailability of books. |
|
Nov 28 |
comment |
What do neglected O'Reilly book topics tell us about that topic? No demand? Real World Haskell is virtually the only good book about Haskell. There is in fact a great demand for that book (I bought it, too)! The same applies for F#, which is a nice language, too. |
|
Nov 27 |
comment |
What are some famous one-liner or two-liner programs and equations? Why not fibs = 0 : scanl (+) 0 fibs? |
|
Nov 24 |
comment |
Is there an open-source project that can be an example of well-written code? I've heard that the clang project's code is very clean, although I can't confirm that. |
|
Nov 24 |
comment |
Hard declarations in Haskell (á la C) Notice that in Haskell, something(void) and something are actually the same type. |
|
Nov 22 |
answered | How to credit other authors in an open source project |
|
Nov 14 |
answered | Introducing Programming To a Mathematician |