YOU WILL NOW ALL REPLY WITH INSULTS AND REQUESTS THAT I GO BACK TO /G/
kikes and niggers etc
read moar SICP
Name:
Anonymous2014-04-26 0:41
I've established a telemetry link with the shuttle.
Name:
Anonymous2014-04-26 2:00
LE CLEVER SHITPOAST
Name:
Anonymous2014-04-26 2:02
>>3 How did I create this post you might be wondering? It's released under GPL3.0 so it's illegal for me or anyone else to share this post on a textboard without providing the full source code. So here it is:
Prelude Control.Monad> let bbcode tag body = '[':tag ++ ']':body ++ '[':'/':tag ++ [']'] Prelude Control.Monad> let [b,u,o,i,s] = map bbcode ["b","u","o","i","s"] Prelude Control.Monad> b . o . u . i . s $ "LE CLEVER SHITPOAST" "[b][o][u][i][s]LE CLEVER SHITPOAST[/s][/i][/u][/o][/b]"
>>5 mpre cute examples like this in our new research paper Functional Reactive Shitposting
Name:
Anonymous2014-04-26 2:23
module Compose (compose) where
-- Copyright (c). All rights reserved. Redistribution and use in soure -- and binary forms are permitted provided that the above copyright notice -- and this paragraph are duplicated in all such forms and that any docume -- tation, advertising materials, and other materials related to such dist -- ibution and use acknowledge that the software was developed by the prog -- ider. The name of the rider may not be used to endorse or promote produ -- ts derived from this software without specific prior written permission -- THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED -- WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF M -- RCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.