that would be rather redundant.
I made a lisp in shell. it was actually kind of shocking how slow it was.
I think there is one, but it isn't that good, and more a certainly welcome.
angle bracket syntax is sufficient in my opinion. automatic linkification annoys me in various cases.
however: I would VERY much not like to be put on a spam list because I do use my email server for important things. so, I would expect you to be very considerate.
I might offer such things if you ask.
why do you ask? would you like a mondecitronne.com email?
the website of jane doe is well worth looking at.
I found a website that I would like to share.
ubq would like you to wrap your website in a <pre>
and supplement it with <figcaption>
s. I'm not sure what she intends you to do with <figcaption>
s, exactly, but the first thing should be easy to do.
you have been accepted, trimill. please thing the thing.
citrons
3y72d
(edited 3y69d )
#1864
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
I am now posting to resurface this thread, as it has been buried by random posts for some reason.
whats B
https://en.wikipedia.org/wiki/B_(programming_language)
UsernameIsPassword's password leaked!! not clickbait!!
citrons
3y73d
(edited 3y73d )
#1718
indeed!
also, you don't need brackets around array initializers:
beeoid[] 1, 2, 3;
also², you can assign multiple values to non-arrays:
beeoid 1, 2, 3;
the value beeoid
here would be one, but the value of *(&beeoid + 1)
would be 2.
also³, you don't need brackets around function bodies if they're a single statement:
add(a, b) return a + b;
you can cross the last one off now
citrons
3y73d
(edited 3y73d )
#1715
i am growing fur uncontrollably help me
another victim has been claimed
the B programming language.
main() {
extrn a, b, c, d;
put2char(a,b);
put2char(c,d);
}
put2char(x,y) {
putchar(x);
putchar(y);
}
a 'hell'; b 'o, w'; c 'orld'; d '!*n';
discuss: B programming language.