Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Uncucked languages

Name: Anonymous 2018-10-24 20:22

Any (((modern))) languages not infested with SJWs (no code of conduct etc.)? I like Crystal, but it literally uses CorawhineAda's code of conduct...

Preferably compiled/statically typed.

Name: Anonymous 2018-10-25 8:52

>>40
so I'll wait until it's done

Name: Anonymous 2018-10-25 9:03

>>36
i don't use go and i've recommended better alternatives here >>15
i understand that for some use cases a gc is bad, but for glue scripts, ordinary apps and servers a gc is better as it allows for cleaner code

>>37
a programmer should understand the things he uses
the unwashed masses should and will use languages like go, but my recommendations were for intelligent programmers

>>40
exciting

Name: Anonymous 2018-10-25 9:10

>>41
Development of D is like x100 slower than Rust, despite D being a far better at replacing C/C++(and literally providing same C++ interface e.g. -betterC).
Plus new features with GC usage are added all the time. And many compiler bugs are still not fixed(except LDC which is fairly stable).

Name: Anonymous 2018-10-25 9:29

D has however one huge advantage over Rust.
Rust-cucks have coded themselves into a corner because their only compiler is written in Rust(because they felt insecure in that it wasn't self-hosting). Rust is now far complex than they realize and now they're dealing with such layers of autism that improving even the tiniest part of Rust has numerous roadblocks and inter-dependencies that all have to be resolved in specific pedantic order or it won't compile. I guess its karma for borrow checker coming back to these masochist cucks.

Name: Anonymous 2018-10-25 10:02

D is shit. It has C-tier types like byte/short/int/etc instead of a generic n-bit integer while it also lacks dependent types.

Name: Anonymous 2018-10-25 10:20

Name: Anonymous 2018-10-25 10:41

>>45
generic n-bit integer
Why would you need a n-bit integer?

Name: Anonymous 2018-10-25 10:46

You can has nbit integers with bitfields in C, but they require to access a member value.
typedef struct{unsigned int v:10;} tenbittype;
#include <stdio.h>
int main(){tenbittype w11={0xffffffff};
printf("%u::%lu",(unsigned int)w11.v,sizeof(w11));}

Name: Anonymous 2018-10-25 10:47

>>48
Result:
1023::4

Name: Anonymous 2018-10-25 11:16

>>47
codecs, for example

Name: Anonymous 2018-10-25 11:29

Name: Anonymous 2018-10-25 11:41

>>51
Shit I'm illiterate. Yes the compiler is gigantic mess. Also the old borrow checker is getting replaced with something that isn't as bad.

Name: Anonymous 2018-10-25 12:11

>>51
Nice hobby project, but Rustc development is not going to use it. Also, since Rust is effectively a LLVM subproject they're dependent anyway on C++.
so
1. They coded themselves into a corner
2.That corner is built on top of C++.
3.LLVM bugs and feature limits dictate the future direction. Don't have X supported in LLVM? no X in rustc.

Name: Anonymous 2018-10-25 12:15

about 7k issues reference LLVM btw, its not some exotic low-level aspect.
https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=LLVM+

Name: Anonymous 2018-10-25 12:28

code your're are self into corner of dubs

Name: Anonymous 2018-10-25 12:31

>>55
Self-descriptive NPC posts.

Name: Anonymous 2018-10-25 12:59

>>56
who are you quoting?

Name: Anonymous 2018-10-25 13:03

>>57
the >>55 post, applied to itself(ironically).

Name: Anonymous 2018-10-25 13:46

>>58
apply my anus

Name: Anonymous 2018-10-25 14:43

>>58
the >>56 poast also applies to itself(ironically).

Name: Anonymous 2018-10-25 14:43

>>59
car my anus
cdr my anus
eval my anus
apply my anus

Name: Anonymous 2018-10-25 15:06

>>61
"a nus" cannot be evaluated

Name: Anonymous 2018-10-25 15:14

>>48
Now try with :512
oh wait

Name: Anonymous 2018-10-25 21:14

>>53
LLVM is just the backend, it was the best option at the time. Writing a compiler for a complex language and a backend that produces highly performant asm is just too much work. Zig does the same. There is a future alternative backend here: https://github.com/CraneStation/cranelift

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List