[-] barubary@infosec.exchange 7 points 2 weeks ago

What, no COBOL? No 5GL?

[-] barubary@infosec.exchange 7 points 2 months ago

That's not what the Github ticket says.

[-] barubary@infosec.exchange 8 points 2 months ago
BEFOREHAND: close door, each window & exit; wait until time.    open spellbook, study, read (scan, select, tell us);write it, print the hex while each watches,    reverse its length, write again;    kill spiders, pop them, chop, split, kill them.        unlink arms, shift, wait & listen (listening, wait),sort the flock (then, warn the "goats" & kill the "sheep");    kill them, dump qualms, shift moralities,    values aside, each one;        die sheep! die to reverse the system        you accept (reject, respect);next step,    kill the next sacrifice, each sacrifice,    wait, redo ritual until "all the spirits are pleased";    do it ("as they say").do it(*everyone***must***participate***in***forbidden**s*e*x*).return last victim; package body;    exit crypt (time, times & "half a time") & close it,    select (quickly) & warn your next victim;AFTERWORDS: tell nobody.    wait, wait until time;    wait until next year, next decade;        sleep, sleep, die yourself,        die at last
[-] barubary@infosec.exchange 7 points 3 months ago

This is false. Lisp uses parentheses where other languages use (), [], {} or nothing at all. For example, in C I can write int i = 0, but the equivalent Lisp code involves three pairs of parentheses. Or take something like a[i] = f(i + 1) / 2 + p. The equivalent Lisp code is something like (setf (aref a i) (+ (/ (f (+ i 1)) 2) p)), and you can't tell me that's not a lot of parentheses.

[-] barubary@infosec.exchange 6 points 4 months ago
$ python3 -c 'f = (lambda x: x + 0.5 - 0.5); print(f(2**52))'  4503599627370495.5

#python

[-] barubary@infosec.exchange 9 points 5 months ago

@devilish666 C++ (non-stupid):

#include <stdio.h>
int main() {
puts("Hello, world!");
}

[-] barubary@infosec.exchange 8 points 5 months ago

s/diplomated/graduate/
s/branche/industry (sector)/

[-] barubary@infosec.exchange 6 points 10 months ago

@affiliate Hey, you didn't even mention that char *args[] actually means char **args in a parameter list.

[-] barubary@infosec.exchange 9 points 10 months ago

@stebo02 @Bogus5553 Neither of them require a return value, but void main isn't legal C++.

[-] barubary@infosec.exchange 8 points 11 months ago

... Perl, Haskell, Lisp, ...

view more: ‹ prev next ›

barubary

joined 3 years ago