{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "Cale Blog",
  "home_page_url": "https://cale.tools/blog/",
  "feed_url": "https://cale.tools/feed.json",
  "language": "ko",
  "description": "Cale compiler, language, Lacail, release, and design notes.",
  "items": [
    {
      "id": "https://cale.tools/blog/c-abi-coexist/",
      "url": "https://cale.tools/blog/c-abi-coexist/",
      "title": "Cale이 C를 대체하지 않고 C ABI와 공존하려는 이유",
      "summary": "Cale의 첫 설계 축은 C를 버리는 것이 아니라 기존 ABI와 OS 경계를 유지한 채 위험한 의미를 더 잘 설명하는 것입니다.",
      "date_published": "2026-06-04T00:00:00.000Z",
      "date_modified": "2026-06-04T00:00:00.000Z",
      "tags": [
        "language",
        "C lane",
        "C ABI",
        "interop"
      ]
    },
    {
      "id": "https://cale.tools/blog/compiler-pipeline-overview/",
      "url": "https://cale.tools/blog/compiler-pipeline-overview/",
      "title": "SIR/FIR/BCIR/Sol 파이프라인 개요",
      "summary": "Cale compiler는 source 의미를 잃지 않으면서 낮은 실행 단계로 내려가기 위해 여러 IR 계층을 둡니다.",
      "date_published": "2026-06-04T00:00:00.000Z",
      "date_modified": "2026-06-04T00:00:00.000Z",
      "tags": [
        "compiler",
        "SIR",
        "FIR",
        "BCIR",
        "Sol"
      ]
    },
    {
      "id": "https://cale.tools/blog/github-releases-plan/",
      "url": "https://cale.tools/blog/github-releases-plan/",
      "title": "GitHub Releases 기반 배포 계획",
      "summary": "Cale의 첫 배포 흐름은 source build를 유지하면서 macOS 우선 binary artifact를 GitHub Releases에 붙이는 방향입니다.",
      "date_published": "2026-06-04T00:00:00.000Z",
      "date_modified": "2026-06-04T00:00:00.000Z",
      "tags": [
        "release",
        "GitHub Releases",
        "install",
        "source build"
      ]
    },
    {
      "id": "https://cale.tools/blog/lacail-standalone-debugger/",
      "url": "https://cale.tools/blog/lacail-standalone-debugger/",
      "title": "Lacail을 독립 디버거로 분리하는 이유",
      "summary": "Lacail은 Cale 내부 모듈이 아니라 executable, DWARF, debug bundle을 읽는 독립 artifact consumer로 자라야 합니다.",
      "date_published": "2026-06-04T00:00:00.000Z",
      "date_modified": "2026-06-04T00:00:00.000Z",
      "tags": [
        "lacail",
        "Lacail",
        "debugger",
        "DWARF",
        "semantic trace"
      ]
    }
  ]
}