Declarative programming is just the tip of the iceberg!

How about multidimensional declarative programming based on intensional logic with Lucid. Or Concurrent Distributed Progamming of Soft Real-Time Systems in Erlang.

And who could forget our wonderfully esoteric friends, the functional programmers. I think John Backus said it all in his 1977 Turning Award Lecture, when he uttered:

(/+) ° (α×) ° Trans.
Which is much better than the good ole von Neumann style:
c := 0 for i := 1 step 1 until n do c:= c + a[i] * b[i]
But seriously FP is the bomb! Not a variable in sight.

And nothing, but nothing matches the power, poise and sophisitcation of APL.

PRIMES : (~RεR°.×R)/R←1↓⌊R
(see this mess explained here)

-stvn

no unicode was harmed in the composition of this post, some character entites were improvised and others were changed to protect the innocent


In reply to Re: Re: I heart OO by stvn
in thread I heart OO by stonecolddevin

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.