3
votes
macro support in F#
but good horrors the syntax in those ocaml examples looks obscure
There you're running into the same fundamental syntactic trade-off you do with Lisp. If you want the power of lis …
1
vote
Language showdown: Lazy (aka short-circuit) evaluation for And and Or applied to a list.
In common lisp, you have exactly this facility
(every #'f '(2 3 4))
and similarly for some, notevery, notany
the iteration macro loop provides similar shor …
9
votes
Is a functional language a good choice for a Flight Simulator? How about Lisp?
It's a common mistake to think of "Lisp" as a functional language. Really it is best thought of as a family of languages, probably, but these days when people say Lisp they usually mean Common Li …
-1
votes
Should functional programming be taught before imperative programming?
Honestly, I think this is the wrong question to ask.
If the goal of an introductory class is to teach basic computer science, algorithms, programmatically solving problems, then your course …
0
votes
Why would you choose OO language over functional language?
Why would you choose an apple fruit over an orange fruit?
[answer for the humor impaired: it rather depends on what your trying to do with it]
…
