- 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
ONE WORD: THE FORCED FLUSHING OF CACHE. THREAD PREEMPTED.
Name:
Anonymous2014-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:
Anonymous2014-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:
Anonymous2014-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:
Anonymous2014-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
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
- I like what I am seeing. - This board is a Good Board. - Something about kikes again.
Name:
Anonymous2014-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
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.
The only relation with ECMAScript is that Lua OOP is also prototype-based.
Name:
Anonymous2014-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)
>>22 Tsk, and you eat out your mother with that mouth?
Name:
Anonymous2014-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)
>>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:
Anonymous2014-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
>>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.
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
>>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.
>>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:
Anonymous2014-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.
I am not a ``coder'', I organize s-expressions 8==D~ ~~
Name:
Anonymous2014-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:
Anonymous2014-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.