programming 内の TapirLiu によるリンク Solid, a minimalist interpreted language, with a clean object model and a tiny VM.

[–]bobappleyard 0ポイント1ポイント  (0子コメント)

This

make_counter = fn ~ do counter = 0; return fn ~ do counter = counter + 1; end; end;

Implies scoping like coffescript. No thanks

EnoughLibertarianSpam 内の MrAnon515 によるリンク National Review: SCOTUS ruling helps "big government"

[–]bobappleyard 2ポイント3ポイント  (0子コメント)

The article was full of fulminations about the USA redefining marriage, but it misses out the repeal of miscegenation laws. That redefined marriage, specifically who can marry whom. It was also ended by the supreme court ruling laws as unconstitutional.

Strange that this is never brought up, but laws about contraception are mentioned.

EBM 内の MrOptiX によるリンク May I post my projekt music here?

[–]bobappleyard[M] 1ポイント2ポイント  (0子コメント)

seems like people are cool with it so go ahead

ShitRedditSays 内の IAMA_Ornithologist によるリンク "Dinduism is truly a religion, complete with its own mantras." [+26]

[–]bobappleyard 8ポイント9ポイント  (0子コメント)

saw a post somewhere saying "is racism a mental illness?"

i was all "i see what you're doing here..."

SRSMythos 内の BestOfOutrageCulture によるリンク "SRS are the attack dogs of Glorious Leader Pao. They basically do anything they want because like her, they are sjws."

[–]bobappleyard 1ポイント2ポイント  (0子コメント)

A troll confession is still a confession. If a body is found in Central Park, and police issue a PSA asking for anyone with information on the murder to come forward, and I start acting all badass on social media a la "I shot the bastard. What ya'll gonna do about it?" in connection to the crime, I've got no room to bitch when I get charged with Murder-2 with my social media posting being presented to the Court as key evidence of my confession.

yes, causing a site to lose hosting is just like murder

programming 内の tankfeeder によるリンク PilOS: 64-bit PicoLisp running on bare metal

[–]bobappleyard 5ポイント6ポイント  (0子コメント)

Not really.

I'm not au fait with Picolisp so my examples will be Scheme.

If I have a function dir and I alias it with a variable

(define ls dir)

Then I can use it in places that expect functions

(map ls ls)
-> (("a-directory" "another-directory") ("more-directories"))

If I did that with a macro

(define-syntax ls
  (syntax-rules ()
    ((ls) (dir))))

Then I can't do that

(map ls ls)
# error: undeclared identifier: ls

TrueReddit 内の workerbotsuperhero によるリンク Imagine if the media covered alcohol like other drugs

[–]bobappleyard 11ポイント12ポイント  (0子コメント)

Professor nutt is an ex advisor because he said that the risks of mdma were overstated. So his agenda is more complicated than you think

programming 内の [deleted] によるリンク Voat -- Not a scalable design - What is r/programming 's thoughts?

[–]bobappleyard 3ポイント4ポイント  (0子コメント)

this person knows how to scale in the cloud