NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
FWIW (Score:1)
What we learn in these classes is, respectively, Functional, Imperative, Logic and OO programming.
In my case, this was done mostly with Haskell, C, Prolog and Java (sometimes they change the languages).
There was also a teacher who used to say that databases are a paradigm on its own.
Also, I was first introduced to Perl in the classes of "Scripting as a Programming Paradigm".
Re:FWIW (Score:1)
> Functional, Imperative, Logic and OO programming.
Yep, those are the four that I identified in my last post. However, I argue that OO is an "abstraction style", and not a "control style", which is what I'm looking for.
Re:FWIW (Score:1)
If you want a control style, where does event-driven programming fit? What if it's asynchronous?
Re:FWIW (Score:1)
> event-driven programming fit? What if it's
> asynchronous?
I define the control paradigm by the input (code) and the output (what happens when you run it). In the event driven case, you give it actions to execute when certain things happen. But the first part is the important part, you're giving it actions, and it tells you what happens when those actions are executed, even though those actions are triggered rather than sequenced. Therefore, I think event
Hmm... (Score:2)
Re:Hmm... (Score:1)
Re:Hmm... (Score:1)
Bill
# I had a sig when sigs were cool
use Sig;
Re:Hmm... (Score:1)
> relaxation / constraint techniques like the
> Simplex method of Linear programming?
The only thing I know about linear programming is that my grad-student friend is taking a course in it and he's working his ass off...
Genetic algorithms are an interesting idea for this control style. My thinking (and my toy implementation [luqui.org]) was that you would specify a class of functions, and it would find which function in that class that mapped a given input to a g
I should have read this before replying before (Score:1)
The fourth paradigm (Score:1)