Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

11
  • F# and declarative programming????? Commented Sep 21, 2010 at 19:48
  • @Pavel - Is that a question? Commented Sep 21, 2010 at 19:50
  • 3
    @Pavel - OK, care to explain why you made the statement? This is the second time you've made extremely vague comments. It is very rude. Commented Sep 21, 2010 at 20:13
  • 3
    en.wikipedia.org/wiki/Declarative_programming Functional programming is a type of declarative programming. Also, +1, good question. Commented Sep 21, 2010 at 20:20
  • 2
    @Chaos, in my opinion, F# doesn't support declarative programming paradigm. Its eager evaluation and imperative features make the language merely a convenient, functional-like form of denoting the same imperative statements you use in, say, C#. Come on, even make is more of a declarative language than F# or Caml! (Ironically, this makes your job easier. ) Commented Sep 21, 2010 at 21:20