>>45 But Lisp is a form of XML. XML is perfect as a basis for XML? What the fuck?
Name:
Anonymous2015-08-12 19:31
Touhou Danmaku 12g is the first release to natively support BulletML, a feature of Touhou danmaku that enables customers to manipulate bullets in a danmaku in BulletML format. Based on XML, industry-standard BulletML technology also supports GrazeX, SpellCard Specification Requests (SSR)-609 and the Border 2.1 mid-tier danmaku management framework, among other leading-edge enteprise-class bullet management technology standards.
Then there's this neverending talk about “interactive programming,” as if that was something desirable. In Lisp, you apparently type stuff into the REPL instead of writing it into files. Great! Except... you can't store the code in files that way. Lispers tend to learn their lesson the hard way, as all code is lost when you need to reboot your computer. But then again, noone bears to write Lisp code more than 100 lines long anyway, so it probably doesn't matter much.
Exactly what I've been thinking all along. Thank you for expressing my thoughts so concisely.
Name:
Anonymous2015-08-13 23:42
But really, using macros in production code is a disaster waiting to happen. With functions, you at least know what the evaluation rules are. But what if you call a macro like the following?
>>61 April Fools' ``humor'' is shit only Reddit enjoys. The shitty unfunny article you posted is one of the many reasons retards like him should kill themselves before posting any of their lame ``jokes''.
Name:
Anonymous2015-08-14 1:06
>>62 Satire is the lowest form of comedy. Any idiot can make ironic comparisons, extended metaphors, and humorous allegories.
Name:
Anonymous2015-08-14 3:14
>>62 I don't like Reddit either but you have a lamppost up your ass.
>>58 Nobody writes code straight on the REPL, they call code from there. Stop being a fucktard.
Name:
Anonymous2015-08-15 9:22
"GRUNNUR" makes Fjölnir the "acceptable C"
Name:
Anonymous2015-08-15 12:18
>>68 Yes, they do. One of the main staples of all Common Lishp smug weenie talk is that "conditions and restarts allow you to fix errors at runtime" and "you can write code at runtime!". They definitely preach writing code in the REPL as a good thing.
Name:
Anonymous2015-08-15 15:03
you write the code into a file then use emacs to send it to the repl
it would be stupid to write it into the repl since then you'd have t ocopy it out