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 2:05

Lua
ONE WORD: THE FORCED FLUSHING OF CACHE. THREAD PREEMPTED.

Name: Anonymous 2014-04-17 2:07

Brainfuck programming
- Lightweight, easy as poo to implement
- Do your native engine stuff in a state machine and wield it like a god in Brainfuck
- Perfect for looking cool because your screen is filled with random gibberish
- Do whatever the fuck you want whenever you want
- The Sussman can't stop you

Name: Anonymous 2014-04-17 2:15

Java programming
- Heavyweight, easy as new ResourceAllocatorFactory().createClassLoaderConfiguration().instantiate().enableConfiguration(ResourceLoader.getResourceAsStream("EngineBean.xml")); to embed other things in
- Do your native engine stuff in XML and wield it like a god in Java
- Perfect for developing scalable, best-practice, real-time shared enterprise application web framework service bus implementations
- Do the same thing over and over again, from 9 to 5 (unless you've got a deadline coming up)
- Oracle can't stop you.

Name: Anonymous 2014-04-17 2:22

Bonerlang programming
- Lightweight, easy as piss to ejaculate
- Do your native engine stuff in Erlang and wield it like your penis in Bonerlang
- Perfect for live boning
- Do whomever the fuck you want whenever you want
- Vaginas can't stop you

Name: Anonymous 2014-04-17 2:26

TempleOS programming
- Lightweight, easy as piss to install
- Do your native engine stuff in HolyC, find God in TempleOS's PRNG.
- Perfect for knowing, loving, and obeying God
- Do whatever the fuck God wants, whenever He wants
- Unbelievers can't stop you

Name: Anonymous 2014-04-17 2:27

>>6
lol

Name: Anonymous 2014-04-17 2:28

I want to upvote you all.

hides

Name: Anonymous 2014-04-17 2:30

Copying >>1-san's format and making jokes with it
- Short, easy as piss to emulate
- Make your jokes in the comment box, post them like a god on /prog/
- Perfect for EXPERT PROGRAMMING
- Copy-paste and say whatever the fuck you want, whenever you want
- >>1-san can't stop you

Name: Anonymous 2014-04-17 2:37

>>9 ">>1-san can't stop you"
Nor would I.

- I like what I am seeing.
- This board is a Good Board.
- Something about kikes again.

Name: Anonymous 2014-04-17 2:46

COBOL PROGRAMMING
- COMMON, BUSINESS-ORIENTED, EASY AS PISS TO HANDLE RECORDS
- HAVE THE STANDARDS COMMITTEE DEFINE YOUR NATIVE ENGINE STUFF, IMPLEMENT IT LIKE A MANAGER IN COBOL
- PERFECT FOR WRITING FILES AS RECORDS
- DO WHAT THE FLOW DIAGRAMS FOR THE PROCEDURE DICTATE, IN THE 60S
- Y2K CAN'T STOP YOU

Name: Anonymous 2014-04-17 4:22

Sepples programming
- Asstarded inconsistent syntax results in a 20 year delay before a "move constructor" gets roughly shoved into the language without its consent just so matrix operations can look semi-readable if you squint
- Rube Goldberg (jidf pls go) constructions to do ordinary shit (http://channel9.msdn.com/Events/GoingNative/2013/Inheritance-Is-The-Base-Class-of-Evil)
- Pointless Turing complete templates for Haskell autists to obsess over (http://bartoszmilewski.com/2009/10/21/what-does-haskell-have-to-do-with-c/)
- This whole thing: http://yosefk.com/c++fqa/
- Kikes invented it to slow down the goyim

Name: Anonymous 2014-04-17 4:35

Will the Luakit browser ever be worked on again? I'm afraid of it being insecure because of old code and not working with websites of the future, but I like it a lot.

Name: Anonymous 2014-04-17 4:39

>>13
Fear not! I shall work on it!

Name: Anonymous 2014-04-17 7:43

Yes good goy, use lua, It's not like it's useless, poorly made and it has FFOC https://dis.4chan.org/read/prog/1296914507

Name: Anonymous 2014-04-17 9:12

>>15
I have been using Lua for years and have never experienced that issue in practice. JIDF pls go.

Name: Anonymous 2014-04-17 11:07

>>16
Yes good goy, use Lua and ignore all these years of מחקר about programming languages. Oy vey, these years were like another שואה!

Name: Anonymous 2014-04-17 11:13

>>15
Most people use Lua for really small things, so your reference to that article is completely irrelevant.

Name: Anonymous 2014-04-17 11:17

>>18
Why not scheme instead?
or even dlsym?

Name: Anonymous 2014-04-17 11:35

>>19
Lua is simpler (even nonprogrammers can understand it in two minutes) and integrate it in your program. This is why many game engines use it.

Name: Anonymous 2014-04-17 11:36

>>20 *and easy to integrate...

Name: Anonymous 2014-04-17 11:49

>>1
Lua is a shitty Javashit clone made by a Brazilian kike.

Name: 22 is a faggot 2014-04-17 12:02

>>22
Influenced by: C++, CLU, Modula, Scheme, SNOBOL
https://en.wikipedia.org/wiki/Lua_%28programming_language%29

The only relation with ECMAScript is that Lua OOP is also prototype-based.

Name: Anonymous 2014-04-17 14:52

>>20
a) It can't be more simple than Scheme or in fact even pyshit/javashit/rubyonballs
b) It can't be easier to integrate it in your program than dlsym (or even guile)

Name: Anonymous 2014-04-17 16:10

>>22
Tsk, and you eat out your mother with that mouth?

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)

Name: Anonymous 2014-04-17 16:43

>>20,26
Why are non-programmers relevant if the discussion is about the merits of programming languages? Non-programmers can't read a certain programming language, yeah. They don't have to, because they aren't programmers. Why do they matter?

Name: Anonymous 2014-04-17 17:26

I agree with >>27-sama, programming languages are for programmers, even if they have easy syntax the user will not be able to do shit because xhe does not know programming

>>26
python and javashit are easier than lua

Name: Anonymous 2014-04-17 19:24

>>28
Will you stop with your fucking xhe/ey faggotry? Either use they/them or rewrite your sentences with proper fucking English.

Example:

I agree with >>27-sama, programming languages are for programmers. Even if they have easy syntax one will not be able to do shit if one does not know programming.

I fucking hate this bullshit so much.

Name: Anonymous 2014-04-17 19:55

This is a QUALITY COMPUTING internet community. We do LISP (SCHEME and COMMON LISP) and HARDCORE QUALITY UNIX (HARDCORE QUALITY UNIX NOT JUST ``unix''). lua is not QUALITY. It takes no INTELLIGENCE to use and understand. We do not use winblows, muc, or loonix. We PROGRAM not ``code'', we are PROGRAMMERS not ``coders'', we make PROGRAMS not ``apps''. Our PROGRAMMING is a SKILL, ART, and SCIENCE. We are superior to corporations and their code monkeys

Name: Anonymous 2014-04-17 20:01

>>26
I'm pretty sure ``simple'' here means linguistically simple. You only need a very small set of special forms, function application for non-special form, some way(s) to extend the set of special forms and you've got yourself a Scheme!

Lua/javashit/rubyonfail/FIOC are not simpler than Scheme. What people mean by them being simple is simply that they happen fit the common goy's inflexible and closed mind better.

Name: Anonymous 2014-04-17 20:07

>>26
THE SIMPLEST:

f 0 = 1
f x
| x>0 = 0
| otherwise = 2

Name: Anonymous 2014-04-17 20:18

I'm sure that >>29-sama is angry with me, xhe is very angry with me ;_;

Name: Anonymous 2014-04-17 20:33

>>28
And mathematics are for mathematicians?

>>31
basically yes, goy's who for example code NPC's

By the way, you don't program in LISP: you structure data in LISP. Real programmers program programs in, for example, Agda.

Name: Anonymous 2014-04-17 22:28

I started off by embedding Lisp using ECL. I then embedded scheme using s7 scheme. When I got tired of masturbating, I embedded Lua and never bothered with the Lisp-faggotry ever again.

Lua is a multi-paradigm, get shit done language. Lisp is a "oh look at me and my Lisp waifu" language for wanking yourself.

https://www.youtube.com/watch?v=lVmmYMwFj1I

Name: Anonymous 2014-04-17 22:59

>>35
You're just too fucking stupid. That's all.

Name: Anonymous 2014-04-17 23:26

I am not a ``coder'', I organize s-expressions 8==D~ ~~

Name: Anonymous 2014-04-18 0:21

I put in a javascript engine because I got told to do so at work. Because I have a job.

Has Lua or Scheme ever gotten you a job?

Name: Anonymous 2014-04-18 0:52

Lisp isn't bad. I've embedded and used it before:
http://imgur.com/a/BOd3X
I just moved away from it. Lua was easier to embed and has all the language features I need.

Name: Anonymous 2014-04-18 1:37

>>38,39
/polecatkebabs/
using winblows
using winblows XP[b]!!!!![/b]
back to le /g/ normalfag

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