Skip to content
View ReeceGilbert's full-sized avatar

Block or report ReeceGilbert

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ReeceGilbert/README.md

Reece Gilbert

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.


Featured Project

Nearoh Coding Language

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

What I Build

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

How I Think

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

Current Mission

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.


Links

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.

Pinned Loading

  1. Nearoh-Coding-Language Nearoh-Coding-Language Public template

    Python-inspired language/runtime written in C with classes, lists, CLI tooling, and long-term low-level extensibility.

    C 3