TypeScript
High-level programming languageWikipedia
413
MENTIONS
156
EPISODES
118
PODCASTS
Search complete. 413 mentions across 156 episodes found for "TypeScript".
Sep 11, 2026
Hunting software supply chain malware
J
6:42James WilsonHOST
Well, and so you've mentioned a couple of different languages there already.
J
6:45James WilsonHOST
So how does the static analysis tools actually deal with the broader ecosystem here of, you know, I guess in the earliest of times, there was Node and there was TypeScript.
J
6:55James WilsonHOST
Now you've got Python and PyPy, and now you've got Rust, you've got Go.
J
6:59James WilsonHOST
Ruby's always been there, but it's, you know, amazingly enough, we're seeing RubyGems packages there.
9.11.26 | Shopify switches from React Native to Swift and Kotlin, questions arise about trusting OpenAI with unpublished math, Rust becomes tier-1 language at Microsoft
D
3:15denolfeHOST
Source, the Rust Foundation.
D
3:17denolfeHOST
The article explained that Microsoft now classifies Rust as a Tier 1 language, placing it alongside C++, C Sharp, and TypeScript as one of the main languages for internal development.
D
3:27denolfeHOST
This status means Microsoft provides full support for using Rust in production, including tooling, platform integration, and compliance with security standards.
D
3:36denolfeHOST
A key project, Rusty C underscore Codigin underscore UTC, connects Rust to Microsoft's native Windows compiler backend, MSVC, enabling seamless interoperability with C++ and supporting hybrid Rust slash C++ projects on Windows.
Episode 589: He's the Heel
B
10:35Brandon WhichardHOST
And they talk about like they put it, they embed it in like Microsoft Azure Web something, right? Some product none of us have like, and they're like, well, no one's really using it.
B
10:45Brandon WhichardHOST
And then what they kind of like, I don't know if they quote figure it out, but they basically hook up with the TypeScript team, right? And someone's building TypeScript.
B
10:52Brandon WhichardHOST
And I guess that was part of the thing, too.
B
10:54Brandon WhichardHOST
And they're like, we've got this editor.
B
10:55Brandon WhichardHOST
And he's like, why don't I just take that editor from you and you keep working on TypeScript? So that was kind of interesting.
B
11:00Brandon WhichardHOST
But then I guess what they kind of figured out was like, well, why don't we build essentially an application, right? And this is the part that...
B
11:08Brandon WhichardHOST
you know, they portray it as like a good thing.
Louis Pilfold on Building Gleam - Static Types on the BEAM
L
45:11Louis PilfoldGUEST
So you end up with code that works, but Perhaps for many business users it ends up being too slow or the amount of code that has to be sent across the wire is too high.
L
45:22Louis PilfoldGUEST
So it ends up being not competitive anymore with writing JavaScript or TypeScript or anything else that doesn't add quite so much abstraction to their runtime.
L
45:33Louis PilfoldGUEST
So I really wanted to avoid that and Gleam is a very simple language and It's a very simple language, and the features that it does have can actually be represented on JavaScript quite well.
L
45:48Louis PilfoldGUEST
So for normal flow control and just regular programming, there's almost no runtime.
Waxlimbs, Behind the Masks and the Art of Music Creation
L
39:53LexGUEST
It's very...
L
39:55LexGUEST
It's, it's pretty TypeScript heavy.
L
39:57LexGUEST
Um, you can use a templating language called Vento, which is really nice.
L
40:01LexGUEST
It's by the same person who makes Loom, uh, Oscar Otero.
Why AI Coding Made Me More Productive - And Less Happy | Dillon Mulroy
D
55:00Dillon MulroyGUEST
It is largely...
D
55:02Dillon MulroyGUEST
TypeScript types, interfaces, where are the boundaries and seams, what adapters and implementations of those interfaces do we need? And another thing I started doing is making the agent outline the call stack that it's going to implement.
D
55:20Dillon MulroyGUEST
Is it editing an existing call stack? Is it creating a new code path entirely? Outline the call stack and show me the input and output types and the errors that can occur in each step.
D
55:33Dillon MulroyGUEST
And then the final bit of my tech spec is I make it write the tests that it's going to write using RDR or red-green refactor TDD or whatever.
TUI or GUI
C
40:02Casey MuratoriPANELIST
editor.
T
40:03TeejHOST
So this is where the bun and TypeScript side comes in, is we have a way to make this, in this case, a very dumb widget, right? This dumb widget that's a circle.
T
40:15TeejHOST
So
C
40:15Casey MuratoriPANELIST
the bun part is sort of like you decided to use JSON as a scripting language for creating...
C
43:06Casey MuratoriPANELIST
up to...
C
43:06Casey MuratoriPANELIST
How many languages do we have? We got C, Rust,
T
43:10TeejHOST
TypeScript, and Lua.
T
43:11TeejHOST
TypeScript and Lua.
Ep. #42, When Forking Becomes a Feature with Will Cory
B
18:11Brian DouglasHOST
And they just recently rewrote to, I don't know what they wrote to, like probably Python or something.
B
18:15Brian DouglasHOST
But I'd be curious, like some of those like, if there's no base layer of like garbage collection or base layer of like tools that make sense for an easier experience for the agent that meandered through or like even like someone's talking about like TypeScript.
B
18:31Brian DouglasHOST
Now you have like a, what's the effect TS where it's like a next level abstraction on top.
B
18:38Brian DouglasHOST
But like what the problem with JavaScript is, well, I don't know the problem with JavaScript.
B
18:42Brian DouglasHOST
It didn't have types, but That might have been the hypothesis going into it.
B
18:46Brian DouglasHOST
But now, what you get out of TypeScript is this now bloated code.
B
18:51Brian DouglasHOST
Because now the agent's meandering between how do you write types for every single thing because we've got this contract.
B
18:57Brian DouglasHOST
But languages that have compilers... like you might have a better experience because the compiler has to complete.
Inside Flint: Co-Founder Michelle Lim on AI agents running performance marketing
M
14:20MayaHOST
You chose Rust all the way back then? What were the big projects in Rust back then?
M
14:25Michelle LimGUEST
We actually started with TypeScript for one and a half months.
M
14:29Michelle LimGUEST
So we were like, okay, like, you know, VS Code seems to be working pretty fast.
M
14:35Michelle LimGUEST
pretty fine with typescript why don't we also did that yeah so we started writing that uh in typescript for a while um and then at like week six we decided to give up because the performance was just like way too slow and then the worst part was that um just like all of our developer friends would like refuse to use a new terminal if they knew that it was built in typescript
How to Create a React App: A Step-by-Step Guide
S
1:26speaker_1HOST
Yeah, totally.
S
1:27speaker_1HOST
And depending on your team size, you're either grabbing JavaScript for speed or, you know, TypeScript to catch errors via static typing before runtime.
S
1:36speaker_0HOST
OK, so Vite gives us the blueprint and the lumber, but you can't build a house with your bare hands.
S
1:41speaker_0HOST
Definitely not.
146 more episodes mention TypeScript.
Create an account to see the whole feed, search across every transcript, and follow the entities you care about.