# Mojo - AI 개발자를 위한 새로운 프로그래밍 언어

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9100](https://news.hada.io/topic?id=9100)
- GeekNews Markdown: [https://news.hada.io/topic/9100.md](https://news.hada.io/topic/9100.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-05-03T11:33:01+09:00
- Updated: 2023-05-03T11:33:01+09:00
- Original source: [modular.com](https://www.modular.com/mojo)
- Points: 31
- Comments: 4

## Topic Body

- LLVM을 만든 크리스 래트너가 새로 창업한 회사인 Modular에서 만드는 AI 개발용 언어  
- Python의 사용성과 C의 성능을 결합  
- 언어 자체에서 AI 하드웨어를 모두(다중코어, 벡터유닛, 가속기 등) 활용 가능(C++/CUDA 같은 복잡함 없이)  
- 전체 Python 에코시스템을 그대로 활용 가능(Numpy, Matplotlib 를 Mojo 코드내에서 심리스하게 이용)  
- 기존 AI 모델을 쉽게 확장(전처리/후처리 및 오퍼레이션 교체): Kernel Fusion, Graph Rewrites, Shape Functions등  
- JupyterHub 기반의 Playground 제공   
- MLIR(Multi-Level Intermediate Representation)을 이용

## Comments



### Comment 15989

- Author: yangeok
- Created: 2023-05-09T09:43:23+09:00
- Points: 1

구문만 보면 흡사 javascript와 typescript를 보는 것 같네요

### Comment 15924

- Author: bus710
- Created: 2023-05-04T08:30:49+09:00
- Points: 1

엘릭서도 나름 nx 같은 시도를 하곤 있던데... 경쟁자들이 만만치 않군요 ㅠㅠ

### Comment 15918

- Author: ragingwind
- Created: 2023-05-03T11:52:26+09:00
- Points: 1

어마어마 하군요, 파이썬 뻠프 받네요.

### Comment 15915

- Author: xguru
- Created: 2023-05-03T11:34:01+09:00
- Points: 1

HN 에는 크리스 래트너가 직접 댓글을 달아주고 있네요   
https://news.ycombinator.com/item?id=35790367  
  
Julia 와의 비교가 많지만, 전혀 다른 접근이라고.   
일단 Python 에코시스템을 그대로 활용한다는 점이 훌륭하네요.
