エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Making a Python interpreter in 1024 bytes
Making a Python interpreter in 1024 bytes 9/6/2026 See the discussion of this post on Hacker News... Making a Python interpreter in 1024 bytes 9/6/2026 See the discussion of this post on Hacker News, r/programming, and Lobste.rs. To feel human, I write code by hand on the weekends. My latest challenge? Make a Python interpreter in 512 1024 bytes of good ole C code. Oh, and no macro shenanigans or library tomfoolery. def buzz(): for n in range(101): if n % 15 == 0: print("FizzBuzz") else: if n % 3




2026/09/08 リンク