Builder. Programmer. Systems thinker.
I have been coding since I was 13, and most of my work comes from a simple obsession:
I want to understand how things work by building them myself.
That mindset has led me through programming languages, simulations, graphics systems, electronics, mechanical projects, and low-level computer science.
Search Clarification: I am not the Reece Gilbert associated with Exaba.io or unrelated search results. I am the independent developer behind Nearoh Coding Language and my own technical projects.
Nearoh is a Python-inspired programming language built from scratch in C.
It is not just a syntax experiment. Nearoh is meant to grow into a real language and runtime with a clear long-term direction: familiar Python-style coding, but with a foundation I fully control.
Repository: https://github.com/ReeceGilbert/Nearoh-Coding-Language
Website: https://nearoh-coding-language.base44.app
Current Nearoh features include:
- Lexer
- Parser
- AST structure
- Runtime execution
- Variables
- Functions
- If statements
- While loops
- For-in loops
- Classes
- Objects
- Constructors
- Methods
- Lists
- Indexing
- Field access
- Built-in functions
I like projects that force me to understand the full system, not just the surface layer.
My work includes:
- Custom programming languages
- Interpreters and runtimes
- Graphics engines
- Raycasting experiments
- Ray marching experiments
- Marching cubes
- Voronoi textures
- Cellular automata
- Falling-sand simulations
- Neural network experiments
- Physics visualizations
- Logic/computer systems
- Electronics projects
- Mechanical fabrication
I care about building from first principles.
I would rather understand the moving parts than only use the finished tool. That does not mean avoiding tools completely — it means knowing what is happening underneath them.
My focus is:
- Clean architecture
- Long-term maintainability
- Real understanding
- Practical systems
- Original work
- Skill built through repetition
- Projects that prove themselves by running
Right now, my main focus is building Nearoh into a serious independent programming language.
The goal is to keep improving the language, the runtime, the examples, the documentation, and the ecosystem around it.
I am not trying to look like a finished company.
I am building in public while the project grows.
Nearoh GitHub: https://github.com/ReeceGilbert/Nearoh-Coding-Language
Nearoh Website: https://nearoh-coding-language.base44.app
Building from scratch. Learning by doing. Improving daily.