PulseAugur
实时 23:50:06
English(EN) # Copilot and I abandoned the idea of bootstrapping my new programming language, Sunya, using Fortran. Fortran is too unfriendly for bootstrapping. We decided t

Sunya 编程语言使用自定义虚拟机引导,而非 Fortran

Sunya 编程语言的创建者在 Copilot 的协助下,决定放弃使用 Fortran 进行引导。他们选择从头开始使用自定义虚拟机和种子语言来构建 Sunya。初始阶段涉及创建一个确定性的、无指针的虚拟机,接下来的步骤将侧重于开发一个最小化的 Sunya 核心语言。 AI

影响 详细介绍了新编程语言的开发,可能影响未来的软件开发工具和方法。

排序理由 该集群描述了一种新编程语言的开发过程,属于研究与开发范畴。[lever_c_demoted from research: ic=1 ai=0.7]

在 Mastodon — fosstodon.org 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Sunya 编程语言使用自定义虚拟机引导,而非 Fortran

报道来源 [1]

  1. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    # Copilot and I abandoned the idea of bootstrapping my new programming language, Sunya, using Fortran. Fortran is too unfriendly for bootstrapping. We decided t

    # Copilot and I abandoned the idea of bootstrapping my new programming language, Sunya, using Fortran. Fortran is too unfriendly for bootstrapping. We decided to create Sunya from scratch using a seed language and a VM virtual machine. We successfully created this VM which is our…