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 :)
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.