this post was submitted on 10 Sep 2023
79 points (100.0% liked)

Programming

13376 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] RandoCalrandian@kbin.social 81 points 1 year ago (19 children)

Refusing rust and wasm is a signal you don’t care about code quality or security

See? You can keep playing that game all the way down to the most onerous language

[–] MrGG@lemmy.ca 14 points 1 year ago (13 children)

Actually, if you really care about quality and types on the front end rust+wasm is not a bad idea 🤔

Now that I've typed that and read it back, were people using TypeScript for anything other than front-end web dev?

[–] Kangie@lemmy.srcfiles.zip 3 points 1 year ago (1 children)

I wrote some TypeScript modules to process a bunch of documentation in markdown to a ton of output formats via pandoc + latex.

No real reason for it, except that I was able to start with the export module of a node-based thing written in JavaScript and iterate from there until I had a working system in CI/CD.

[–] MrGG@lemmy.ca 2 points 1 year ago

That's actually pretty neat!

load more comments (11 replies)
load more comments (16 replies)