Skip to content

OwnLanguage - Pre_Release

Pre-release
Pre-release

Choose a tag to compare

@MrLuki2727 MrLuki2727 released this 16 Jun 08:57
· 3 commits to master since this release
9c688d5

v1.0 — first release

A minimal BASIC-inspired programming language with a built-in terminal editor,
written entirely in C. No dependencies, no runtime, just a single .exe and a terminal.

Download OwnLanguage.exe, run it, start coding.


What works:

  • Terminal editor with syntax highlighting
  • LET, PRINT, INPUT, IF, ELSE, WHILE, ENDWHILE, GOTO, END
  • Variables A-Z, arithmetic and comparison operators
  • Editor only redraws changed lines (yes this matters, yes I'm proud of it)
  • Saves automatically to Code.lu on exit

Known issues:

  • Windows only (uses Windows Console API directly)
  • No string support yet
  • GOTO targets shift if you insert/delete lines (classic BASIC problem, classic BASIC solution: don't do that)

Tested on Windows 10 and 11.