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

Name: Anonymous 2014-04-18 1:49

>>40
I may be many things, but I am definitely not a normalfag.
Also, not that any of this shit matters, but:
- those screenshots are from 2009, but even if someone is still using XP, who the fuck cares?
- you should be more concerned with the programs you are writing that what OS you are running

Name: Anonymous 2014-04-18 8:10

>>41
Just wondering, what OS are you using now?

Name: Anonymous 2014-04-18 9:01

>>42
My dev machines run Winblows 7 and 8. I really don't think this question is relevant though. I definitely don't think they are better or worse than anything else, I just want the OS to work and get out of my way. I wasted months years ago playing around with Linux, but I realized I wasn't interested enough in exactly what kernel my hardware was running. I just wanted to write programs, I wanted my hardware to work, and I wanted a stable API to talk to my hardware. Linux could never quite get those 2 last things right.
My programming computers never go online.
I use Qt Creator as an IDE (it invokes the VS Express compiler), although my recent stuff doesn't use the Qt library.
I really like the live coding environments that Emacs and Squeak Smalltalk provide, so I built a live coding environment of my own based on Lua, and I spend a lot of time in that. Lua has excellent introspection facilities which I use to bring up function definitions and modify them live.

Name: Anonymous 2014-04-18 9:16

>>42,43
Here is a recent screenshot:
http://i.imgur.com/z55ezrV.png

Name: Anonymous 2014-04-18 11:08

>>44
neat!

Name: Anonymous 2014-04-18 18:28

>>43,44
back to /g/, faggot

Name: Anonymous 2014-04-18 19:46

>>46
no u, meanie Fuck off kike, you can't stop me

Name: Anonymous 2014-04-18 20:10

>>46
Fuck off back to hacker jews, schlomo

Name: Anonymous 2014-04-18 20:14

>>47,48
Yeah, back to /g/ you fucking ``coder''. Winblows, lua, LOONIX!. You cant get anything fucking right.

Name: Anonymous 2014-04-18 20:25

>>49
This is not a sekret club. If ey can do neato things using lua, winblos, and loonix, then I enjoy hearing about it. Computers and software are but a medium for crafting art. The material is not important. It's what you do with it.

Name: Anonymous 2014-04-18 20:30

>>49
What did you get right, kike? Is your greatest accomplishment in life that you made the right choice of OS and programming language? What the fuck are you even doing on a board about programming, if that is all you are ever going to talk about?

Name: Anonymous 2014-04-18 20:48

>>50,51
Newfags detected. Not even using sage. Clearly haven't even read SICP.

Name: Anonymous 2014-04-18 20:50

They also use references and memes from the imageboards.

Name: Anonymous 2014-04-18 20:59

LET THIS THREAD BURN TO THE GROUND

Name: Anonymous 2014-04-18 21:06

>>53
:DDDDDDDDD

Name: Anonymous 2014-04-19 6:53

>>50,51
Programming sure does have some certain sense of aesthetics, but so does math, or physics, or pretty much every fucking thing else. They are just similar to ``crafting art'' in only some surficial aspects. It is not ``crafting art''. Programming in its most fundamental sense is just only about CONJURING computations/formal languages using formal languages.

tl;dr please back to your >>>/g/``daily hebrew thread''. Leave us /prague/riders masturbating in peace.

Name: Anonymous 2014-04-19 7:29

>>56
No. I like it here. You're a bit fun.

Name: Anonymous 2014-04-19 15:30

>>1
Do your native engine stuff in C
No, thanks. Every day I'm Haskelling.

Name: Anonymous 2014-04-20 17:52

>>58
enjoy your coprotelephagolytic paratropoholotarskimorphisms

Name: Anonymous 2016-11-16 20:11

>>22
At least Lua can read from stdin without needing 5 lines of code and a third party library.

>>27
By programmers they basically mean people who program as an occupation or at least a major hobby. Languages like Lua allow people with little programming background to do scripting.

>>49
muh "reel EUNUCHS" (which coincidentally has no drivers)

Name: Anonymous 2016-11-17 0:52

>>60
Whom are you quoting?

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