Skip to content

Releases: MrLuki2727/OwnLanguage

OwnLanguage - Pre_Release

16 Jun 17:38

Choose a tag to compare

Pre-release

Polished the Editor with a more blessing colorful Design and completly rebuilt the Menu from scratch with aktive Feedback and Quit comformation.

OwnLanguage - Pre_Release

16 Jun 08:57
9c688d5

Choose a tag to compare

Pre-release

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.