Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

If PLs were Programming Languagues

Name: Anonymous 2008-12-20 9:34

C would be C [successor to the language "B"] offers an elegant compromise between the efficiency of coding in assembly language and the convenience and portability of writing in a structured, high-level language.

Java would be Java [slang for "coffee"] is kind of a streamlined version of C++, designed for portability. Its key advantage is that Java programs can be run on any operating system for which a Java "virtual environment" is available

Ruby would be Ruby [the birthstone for July (following "perl" for June)] combines some of the best features of several other languages, leaving behind many of their shortcomings. It's a pure object-oriented language like Smalltalk, but with clearer syntax

Lisp would be Lisp ["LISt Processing"] is "a programmable programming language", built on the concept of recursion and highly adaptable to vague specifications. Avoid it if you find parentheses unappealing

Name: Anonymous 2008-12-20 13:08

What is the name of the following Haskell function;


fun (>3) [1,2,3,5,8,4,2,5]
  =>
([1,2,3,2], [5,8,4,5])


?

Name: Anonymous 2008-12-20 13:11

>>6
partition

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List