jkap

CEO of posting

butch jewish dyke
part of @staff, cohost user #1
married to @kadybat

This user can say it
osu stats


🐘 mastodon
xoxo.zone/@jkap
🖼️ icon credit
twitter.com/osmoru
🐦 twitter
not anymore lol

Anonymous asked:
Assuming you have one, what is your favorite programming language? Or scripting language (if there is technically a difference? I admittedly can’t quite remember off the top of my head as I type this)?
i don't really have a "favorite" programming language. in general i will reach for typescript when doing small personal projects, simply because it's what i'm most familiar with by virtue of it being what i've written for my day job for like three and a half years now. in reality, i'm usually working in existing frameworks that don't have flexibility there (if you're working in unity, for example, you are using C# and that's it).

i have found that most binding layers to let you use alternate langauge in this sort of system (every cross-platform mobile framework, for example) come with compromises that i Don't Like, either to user or programmer experience. it is almost always easier to just learn a new language, especially since the hard part of working in those frameworks is learning the framework, not the language, and using bindings will still require you to learn the framework.

my least favorite languages that i've written professionally are anything without a type system (PHP pre-2014 (i have no idea if it has a type system now, that's just the last time i've written it professionally), ruby pre-sorbet, javascript pre-typescript, etc etc). it is impossible to have any sort of confidence that code written in these languages will actually run at all.


You must log in to comment.

in reply to @jkap's post: