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

Fibonacci

Name: Anonymous 2007-07-24 19:07 ID:DzKI9Xsx


fibs :: [Int]
fibs = 0 : 1 : [ a + b | (a, b) <- zip fibs (tail fibs)]

Fibonacci

Name: Anonymous 2007-08-08 17:44 ID:Heaven

>>40
what the FUCK

Name: Anonymous 2007-08-08 19:09 ID:Heaven

That's Owl.
You've probably heard of Brainf**k.
Its author was inspired by a toy Forth called FALSE.
FALSE also inspired someone to with a similar toy Forth called Owl. It turns out there are a lot of people who get their kicks designing weird languages (Befunge, Bloop, etc.), and they play off each other's designs. There are several forks from FALSE, and some interesting apps written in FALSE as well.

BTW, the original FALSE was 1 page of Amiga assembler.


Name: Anonymous 2007-08-08 21:17 ID:Cnuxa2ur

>>40
I'll take APL instead, thanks

Name: Anonymous 2007-08-09 5:56 ID:LwvAe808

Some APL notes:
-It comes from math. The weird Greek symbols are favored by mathematicians writing formulas.
-Its author later wrote J, and APL users mostly switched to J.
-APL specializes in vectors: sorting, searching, merging, etc. When you step outside that problem domain, APL can be more trouble than help.
-Morgan Stanley wrote the A+ implementation of APL and offers it free. Vector math is useful in financial computing.
-The IOCCC 1989-robison program is a pico APL interpreter. No loops, but it does have functions and "indirection".
-Most full implementations have an interactive environment supporting individual function changes and fast development.
-dmoz has a category: http://dmoz.org/Computers/Programming/Languages/APL


Name: Anonymous 2007-08-09 6:44 ID:IypmG//c

Name: Anonymous 2009-02-25 8:15

The concept of divide   and conquer in   general It is   as they say   goto considered harmful   my max gs   print nDEATH n   print The word   was word n.

Name: Anonymous 2009-03-06 7:30

6f 6d 53 70   65 63 3d   43 3a 5c   43 55 44   41 5f 49.

Name: Anonymous 2009-03-06 11:52

C C has all the ones that   picked it up   and write the   damn thing in   C that you   type in to   debug and you   put Do Nothing   I think the   compilers are removing   support uh just!

Name: Anonymous 2009-08-17 0:34

Lain.

Name: Anonymous 2010-11-13 16:23

Name: Anonymous 2010-12-23 13:31


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