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

FIOC

Name: Anonymous 2014-06-14 6:42

Have you ever noticed that you can make your code look like python if you push all the braces over to the side?

Name: Anonymous 2014-06-14 7:27

#define fa(name) int name(int a) {
#define fab(name) int name(int a, int b) {
#define fabc(name) int name(int a, int b, int c) {
#define out(x) return (x);}

fa(f) out(a <= 0 ? 1 : a*f(a-1))

fab(main) printf("%d\n", f(10)); out(0)

Name: Anonymous 2014-06-14 8:04

Have you ever noticed you can make your code look like Sepples if you use the semi-colon syntax in do-blocks?

main = do {
putStrLn "Hello world";
return 5;
}

Name: Anonymous 2014-06-14 9:29

>>3
C looks nice with ; but haskells looks horrible with them

Name: Anonymous 2014-06-14 10:17

>>4
You can't polish a turd.

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