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

bbcode v0.1

Name: Anonymous 2007-09-11 22:38 ID:uR52DJVN

[bbcode]
[title="Hello World"]
[author="Anonymous"]

[main]
  [let="a"]5[/let]
  [while]a>0[do]
  [let="a"]a-1[/let]
  Hello, World!
  [val="a"]
  [/do]
  [/while]
  [call="test"]
[/main]

[test]
hihihi world!
[/test]

[/bbcode]

suggest and improve.

Name: Anonymous 2007-09-13 19:28 ID:Oy/neyE+

>>48
Really, that's ENTERPRISE. Too fucking verbose. Looks like XML. Scheme BBCode is better:
[define [map f l]
        [if [equal? l []]
            []
            [cons [f [car l]] [map f [cdr l]]]]]
[map [lambda [x] [+ x 1]] [list 1 2 3 4]]


>>51
Really, that's ENTERPRISE. Too fucking verbose. Looks like XML. Scheme BBCode is better:
[define [fib x]
        [if [< x 2]
            x
            [+ [fib [- x 1]] [fib [- x 2]]]]]
[fib 8]

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