<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Compiler on wid's blog</title><link>https://wid-blog.github.io/tags/compiler/</link><description>Recent content in Compiler on wid's blog</description><generator>Hugo</generator><language>ko</language><lastBuildDate>Sun, 16 Jun 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://wid-blog.github.io/tags/compiler/index.xml" rel="self" type="application/rss+xml"/><item><title>세 가지 타입 시스템과 런타임 — JVM, CPython, Go 컴파일러</title><link>https://wid-blog.github.io/posts/tech/language/three-type-systems/</link><pubDate>Sun, 16 Jun 2024 00:00:00 +0000</pubDate><guid>https://wid-blog.github.io/posts/tech/language/three-type-systems/</guid><description>Java 는 강타입 + JVM 바이트코드 + JIT 의 적응형 최적화. Python 은 동적 타입 + 인터프리터 + 선언적 type hint. Go 는 정적 + structural typing + 단일 컴파일러. 타입 시스템 결정이 런타임 매커니즘을 결정한다.</description></item></channel></rss>