Sabitlenmiş Tweet
dot
412 posts


time to get to know js for real developer.mozilla.org/en-US/docs/Web…
English
dot retweetledi

@whitequark mdn: DON'T (AND WE MEAN DOOOON'T) use <blink><marquee>oh no</marquee></blink>
me: oh thanks for the easy copy/paste
English

it's weird to me because it doesn't give <marquee> this treatment even though visually it's just as annoying developer.mozilla.org/en-US/docs/Web…
English

MDN really, really hates <blink> developer.mozilla.org/en-US/docs/Web…
English

the amount of amazing parsers made with pegjs is impressive github.com/for-GET/core-p… for instance
English

@josh_cheek pretty cool idea, e.g. include needed js only, each page declares what it needs (easy with require() for instance)
English
dot retweetledi

@afsofia_ Following the index in the Alphabet ?
Aool-> 1 value
Bool -> 2 values
Cool ->3 values
Etc...
English

@josh_cheek i'm also thinking of a .code language what would be similar, e.g.
def bash *args
"bash -c" + (args|map arg { arg | escape_shell }|join " ")
end
for line in bash "ruby" "-e" "10.times { puts rand }"|exec
puts "here is random number {line}"
end
(... hmmm maybe)
English

@josh_cheek {def bash *args}
bash -c {for arg in args}{arg | escape_shell}{end}
{end}
{for line in bash "ruby" "-e" "puts (1..10).map { |i| rand(i**).to_s(16)}" | yes_i_want_to_execute_that_dangerous_command }
{line}
{end}
:D
English
dot retweetledi

@localhostdotdev Lol, took me a min, thought it was bash brace expansion at first 😋
English
dot retweetledi


