Switch language한국어
Back to the list

CJIT: C, Just in Time | Hacker News

TL;DR AI

Key summary

2 min read
  1. CJIT, a new just-in-time C project built around TinyCC, drew attention on Hacker News.

  2. Commenters found it worked on Ubuntu 24.04 but failed on Arch because of a missing libgcc_s path.

  3. Its TUI demos ran, while SDL examples hit unresolved symbol errors.

  4. The project also sparked discussion about C execution portability and comparisons to earlier experimental systems.

  5. The site itself was clarified to be built with VitePress, not generated by an LLM.

Read the original