# DeviceScript - 마이크로소프트가 만든 소형 IoT 기기를 위한 TypeScript

> Clean Markdown view of GeekNews topic #9383. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9383](https://news.hada.io/topic?id=9383)
- GeekNews Markdown: [https://news.hada.io/topic/9383.md](https://news.hada.io/topic/9383.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-06-13T10:46:02+09:00
- Updated: 2023-06-13T10:46:02+09:00
- Original source: [github.com/microsoft](https://github.com/microsoft/devicescript)
- Points: 17
- Comments: 1

## Topic Body

- "TypeScript for Tiny IoT Devices"  
- 리소스가 적은 마이크로컨트롤러 기반 장치들에 TypeScript 개발자 경험을 제공   
- 커스텀 VM 바이트코드로 컴파일되어, 초소형 런타임(바이트코드 인터프리터)을 통해 매우 제한된 환경에서도 실행 가능   
- VSCode 에서 코딩,디버깅,업로드 및 인스펙트 가능   
- I2C, SPI 등을 C 코드 대신 TypeScript 로 개발 가능

## Comments



### Comment 16504

- Author: bus710
- Created: 2023-06-13T11:59:04+09:00
- Points: 1

아마 c interop도 제공하겠죠?
