JJ

JJ

Building the Sere compiler

Badges

Tastemaker
Tastemaker

Maker History

  • Sere Language
    Sere LanguageA new compiled programming language inspired by python & c++
    Sep 2026
  • 🎉
    Joined Product HuntSeptember 14th, 2026

Forums

Welcome!

Get started with sere at The official website

9h ago

Hello! I am an 18-year-old developer battling catatonic Schizophrenia

Hi! My name is Jack. My most notable project at the moment is Sere: A compiled programming language written in C++.
I am 18 years old, and have been programming since I was 12. At 15 I was diagnosed with Schizophrenia, and for a while my illness greatly impacted my ability to code and function normally. As of now, I have been under treatment and have been working on a project much bigger than me. Ask me anything :)

9h ago

Sere - A new compiled programming language

I ve been working on a programming language called Sere.

The basic idea is to combine Python-like syntax and readability with the performance and lower-level capabilities you d expect from languages like C++ or Rust. Sere is compiled, statically typed, and built around LLVM, with features aimed at both application development and systems programming.

I started it because I wanted something that felt pleasant to write without giving up things like native compilation, generics, memory control, async programming, and C/C++ interoperability.

It s still actively being developed, so there are definitely rough edges, but the compiler, docs, tooling, and language itself have come a long way.

View more