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

LUA is FFOC

Name: Anonymous 2011-02-05 9:01

LUA is the toy language for those who enjoy the Forced Flushing Of L1/L2 Cache per operation. In fact, every operation causes several L2 cache misses during table look-ups, flushing both the L1 and L2 caches.

http://www.slideshare.net/hughreynolds/optimizing-lua-for-consoles-allen-murphy-microsoft

Enjoy your FFOC.

Name: Anonymous 2011-02-07 9:30

Lisp:

map ?*3 [1..3]


Perl 6:

<1 2 3>.map(-> $x {$x * 3})
3 6 9

Name: Anonymous 2011-02-07 9:32

>>43
[1..3].map: * *3
3 6 9

Name: Anonymous 2011-02-07 9:32

>>43
Lisp:

3*[1..3]


Perl 6:

<1 2 3>.map(-> $x {$x * 3})

Name: Anonymous 2011-02-07 9:33

>>45
Bloated syntax is bloated.

Name: Anonymous 2011-02-07 9:39

>>49

faggot _ -> "oh god how did i get here im not good with computers"
1.faggot "HAX MY" -> "ANUS!"
2.faggot "I'm >>49 and love cocks" -> "You are!"

code less, create more

Name: Anonymous 2011-02-07 17:40

Name: code less, create more 2011-02-07 17:49


m:aif p t f -> if it:$p $t $f



(define-syntax-case (aif p t f) (with-literal stx (it) #'(let ((it p)) (if it t f))))

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