Tyfon

joined 1 year ago
[–] [email protected] 16 points 3 months ago (1 children)

Bash is one of the most used shell language, it's installed on almost all Linux and Mac systems and can also be used on windows. Almost no one likes writing it as it is convoluted and really really hard to read and write. There are many replacement language's for it, but using them is troublesome, because of incompatibilities. Amber is compiled which will solve problems with compatibility and it seems that language itself is very readable. On top of that it has most futures that modern programmers need.

 
[–] [email protected] 2 points 6 months ago* (last edited 6 months ago)

I'm JavaScript developer. I love coding WebApps. JS sucks💩.

[–] [email protected] 14 points 7 months ago (1 children)

I don't understand, isn't it what is required for junior positions these days, every manager would tell you that they also required soft skills. His wish won't even land him a job.

[–] [email protected] 2 points 8 months ago

Ears are wrong colour 🤮

[–] [email protected] 12 points 10 months ago (16 children)

I'd like to point out that TypeScript is a superset of JavaScript, so if anything goes wrong with it, you can just remove the type information and you'll have regular JavaScript.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (1 children)

Looks fine, but I didn't get highlighting

const foo=""

It didn't show on webpage są code, but works in Jerboa app. If you want to render block of code use three `