HN에게 물어보세요: 저는 장난감 언어를 만들고 있습니다. 어느 시점에 자체 호스팅이 되어야 합니까?
hackernews
|
|
📰 뉴스
#ai 모델
원문 출처: hackernews · Genesis Park에서 요약 및 분석
요약
개발자가 2021년에 구상했던 자신만의 프로그래밍 언어 개발을 재개하며, C로 작성된 코드를 검토하고 LLVM 부분은 LLM의 도움을 받아 생성하는 방식으로 작업하고 있습니다. 현재 기본 골격은 완성된 상태이지만 아직 알파 단계이며, 대중적인 사용을 목표로 하지 않는 장난감 프로젝트입니다. 이에 대해 언어가 어느 시점에서 자체 호스팅(self-hosted)으로 전환되는 것이 타당한지 커뮤니티에 의견을 구하고 있습니다.
본문
I first sketched out the core of my language in C back in 2021. After finally paying off my debts, I started working on it again as a toy project, partly to study and partly to see how far I can get by working together with LLMs.<p>As many of you know, a lot of programming languages eventually become self-hosted. I’m wondering when that usually makes sense.</p><p>Right now, the language is not something I expect other people to use seriously. I write and review the C code myself, while the LLVM side is mostly generated with help from an LLM and then checked by me. At this point, the basic skeleton is complete, but I would still call it alpha rather than beta. The next step is to review the details and fix the weak points.</p><p>So my question is: when does it usually make sense to start self-hosting a language implementation?</p><p>Here is the toy language I’m working on:</p><p>https://github.com/srtdog64/PergyraLang</p>
Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.
공유