Use the most clever BBCode formatting you can think of to render this line of text:
I conjure the spirits of my computer with BBCode!
Example entry:
I conjurethespirits of my computer with BBCode!
I'm sure you can do much better because I don't even have fancy macros/scripts to do it for me. Bonus points for including the source-code with your entry. Most creative entry wins!
(defun write-tag (tag s) (format nil "[~a]~a[/~a]" tag s tag))
(defun fancy-format (s) (write-tag "m" (with-output-to-string (o) (loop for c across s
do (princ (case c ((#[b]([/b] #[b])[/b])(write-tag "b" c)) (t c))
o)))))
A.HTML. /prog/ reaction: "Hahaha noob. How come you're so dumb?"
B.Small subset of HTML. /prog/ reaction: "OMG you're an expert programmer!!!"
_____________________________________________ http://bayimg.com/image/aadbjaace.jpg
Now Playing:Locking Up The Sun - Poets of The Fall
My Blog: http://frozenvoid.blogspot.com/
«The great moral question of the twenty-first century is this: if all knowing, all culture, all art, all useful information can be costlessly given to everyone at the same price that it is given to anyone; if everyone can have everything, anywhere, all the time, why is it ever moral to exclude anyone? »
I'm feeling lazy, so I'll just recycle an old standby WeconjurethespiritsofthecomputerwithourspellsspellsourwithcomputertheofspiritstheconjureWe WeconjurethespiritsofthecomputerwithourspellsspellsourwithcomputertheofspiritstheconjureWe
>>22
That's pretty impressive. Definitely a candidate for winner.
>>23
I like this one too, even if it's not as elaborate as a couple others.
Name:
Anonymous2009-10-12 15:42
>>23
Fixed. Iconjurethespiritsof myc omp ut e rwithBBCode
Name:
Anonymous2009-10-12 15:42
(display (times 4 (zig-zag (pregexp-split #px"" "I conjure the spirits of my computer with BBCode!")))) IconjurethespiritsofmycomputerwithBBCode!IconjurethespiritsofmycomputerwithBBCode!IconjurethespiritsofmycomputerwithBBCode!IconjurethespiritsofmycomputerwithBBCode!IconjurethespiritsofmycomputerwithBBCode!IconjurethespiritsofmycomputerwithBBCode!IconjurethespiritsofmycomputerwithBBCode!IconjurethespiritsofmycomputerwithBBCode!
Name:
Anonymous2009-10-12 16:07
[b][i]I conjure the spirits of my computer with BBCode![/o][/b]
Name:
Anonymous2009-10-12 16:24
[prog]I conjure the spirits of my computer with BBCode![/prog]
>>44
It's true, I solved the halting problem in BBCode.
Name:
Anonymous2009-10-13 15:59
>>45
BBCode can do anything any other language can because you just put that stuff behind the BBCode. I have my own personal library of STDCBB which is a BBCode front-end for the standard C library.