CoffeeScript – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Tue, 29 May 2018 00:36:43 +0000 en-US hourly 1 https://wordpress.org/?v=5.5.3 https://original.jupiterbroadcasting.net/wp-content/uploads/2019/04/cropped-favicon-32x32.png CoffeeScript – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 Google AI For The Win | CR 311 https://original.jupiterbroadcasting.net/125186/google-ai-for-the-win-cr-311/ Mon, 28 May 2018 16:36:43 +0000 https://original.jupiterbroadcasting.net/?p=125186 Show Notes: coder.show/311

The post Google AI For The Win | CR 311 first appeared on Jupiter Broadcasting.

]]>

Show Notes:

coder.show/311

The post Google AI For The Win | CR 311 first appeared on Jupiter Broadcasting.

]]>
OMG the Internet! | WTR 20 https://original.jupiterbroadcasting.net/79712/omg-the-internet-wtr-20/ Wed, 01 Apr 2015 01:42:04 +0000 https://original.jupiterbroadcasting.net/?p=79712 Liz Abinante began her journey at the age of 12 and is now a software engineer at New Relic! She also funded her way through school by selling knitting patterns! Direct Download: MP3 Audio | OGG Audio | Video | HD Video | YouTube RSS Feeds: MP3 Feed | OGG Feed | iTunes Feed | […]

The post OMG the Internet! | WTR 20 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Liz Abinante began her journey at the age of 12 and is now a software engineer at New Relic! She also funded her way through school by selling knitting patterns!

Direct Download:

MP3 Audio | OGG Audio | Video | HD Video | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | iTunes Feed | Video Feed

Become a supporter on Patreon:

Foo

Show Notes:

Full transcription of previous episodes can be found at heywtr.tumblr.com

The post OMG the Internet! | WTR 20 first appeared on Jupiter Broadcasting.

]]>
DOM Be Gone | CR 116 https://original.jupiterbroadcasting.net/65387/dom-be-gone-cr-116/ Mon, 25 Aug 2014 14:20:58 +0000 https://original.jupiterbroadcasting.net/?p=65387 Mike and Chris follow up on the TypeScript and JavaScript discussion from last week after a lot of you jumped to the defense of JavaScript. Plus the guys discuss why the phrase “work-life-balance” feels cheap & how each of us have to figure it all out for ourselves. Thanks to: Direct Download: MP3 Audio | […]

The post DOM Be Gone | CR 116 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Mike and Chris follow up on the TypeScript and JavaScript discussion from last week after a lot of you jumped to the defense of JavaScript. Plus the guys discuss why the phrase “work-life-balance” feels cheap & how each of us have to figure it all out for ourselves.

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Foo

— Show Notes: —

Feedback / Follow Up:

Dev Hoopla:

Why Work-Life Balance Is A Load Of Crap

An Unreal Decision

The post DOM Be Gone | CR 116 first appeared on Jupiter Broadcasting.

]]>
The Scripting Chronicles | CR 115 https://original.jupiterbroadcasting.net/64822/the-scripting-chronicles-cr-115/ Mon, 18 Aug 2014 13:11:35 +0000 https://original.jupiterbroadcasting.net/?p=64822 Where does TypeScript fit in, and are the many criticisms lobbied at it legitimate? We discuss the state of scripting, and the new dark pragmatism that seems to be setting in. Plus picking your ideal client, package managers for Windows and Mac, your feedback & more! Thanks to: Direct Download: MP3 Audio | OGG Audio […]

The post The Scripting Chronicles | CR 115 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Where does TypeScript fit in, and are the many criticisms lobbied at it legitimate? We discuss the state of scripting, and the new dark pragmatism that seems to be setting in.

Plus picking your ideal client, package managers for Windows and Mac, your feedback & more!

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Foo

— Show Notes: —

Feedback / Follow Up:

Dev Hoopla:

Microsoft/TypeScript · GitHub

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

https://www.typescriptlang.org

TypeScript – Wikipedia, the free encyclopedia

TypeScript is a free and open source programming language developed by Microsoft. It is a strict superset of JavaScript, and adds optional static typing and class-based object-oriented programming to the language. Anders Hejlsberg, lead architect of C# and creator of Delphi and Turbo Pascal, has worked on development of TypeScript.[1][2][3][4]

TypeScript is designed for development of large applications and transcompiles to JavaScript.[5] As TypeScript is a superset of JavaScript, any existing JavaScript programs are also valid TypeScript programs.

TypeScript supports header files which can contain type information of existing JavaScript libraries, enabling other programs to use objects defined in the header files as if they were strongly typed TypeScript objects. There are third-party header files for popular libraries like jQuery, MongoDB, Node.js, and D3.js.[6]

Common criticisms of TypeScript

TypeScript was announced and folks are saying “TypeScript is clearly Microsoft’s answer to Google’s Dart” or “So TypeScript is Microsoft’s answer to CoffeeScript.”

People have compared TypeScript to Dart. That’s comparing apples to carburetors. TypeScript builds on JavaScript so there’s no JS interop issues. Dart is a native virtual machine written from scratch. Dart interops with JavaScript…but it’s not JS. It doesn’t even use the JavaScript number type for example.

TypeScript | Build 2014 | Channel 9

JavaScript has grown from a webpage toy to being used in large-scale deployments both on the server and in the browser. This rapid growth has outpaced the growth of the language itself, which lacks features that allow teams to communicate requirements and build applications safely. This session will be a guided tour of TypeScript, showing how the language and toolset makes it easier to write cross-platform, large-scale JavaScript applications.

The post The Scripting Chronicles | CR 115 first appeared on Jupiter Broadcasting.

]]>