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

Lua programming

Name: Anonymous 2014-04-17 2:03

- Lightweight, easy as piss to embed
- Do your native engine stuff in C and wield it like a god in Lua
- Perfect for live coding
- Do whatever the fuck you want whenever you want
- Kikes can't stop you

Name: Anonymous 2014-04-17 16:30

>>24
It is, and in fact, most people never used prefix notation before and find the use parenthesis in Lisp something annoying.
I know that this fact is difficult to accept for someone special like you, but for a nonprogrammer do you honestly think that this:

(cond ((> x 0) 0) ((= x 0) 1) ((< x 0) 2))


is simpler than this:

if x>0 then
return 0
elseif x==0 then
return 1
elseif x<0 then
return 2
end


(both python and javascript are also used for scripting in game engines)

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