Skip to content
Dennis Rönn edited this page Oct 20, 2022 · 7 revisions

Welcome to the Dern wiki!

What is Dern?

Dern is a Programming/Scripting Language developed by me as an experiment and mission to fulfill what I didn't finish in 2013. It's made fully in C++ and uses a Tokenizer-Lexer system as a base. Everything is custom written by me as a way to learn C++ and creating a programming language on my own has been one of my long term goals since I started. As I don't look at real language architecture when creating this, don't expect any huge performance gains compared to other languages. This is a project made for fun, and nothing more.

For more information, check the About page.

Installation

At the current point in time, I have no release cycle set up. The only way to get a copy is to clone the repository and build the code from there.
For an installation guide, check the Setup Guide.

Tools and Libraries

Dern primarily uses these for active development:

Software/Tools

System

  • Arch Linux as as Operating System (Linux)
  • Qtile as Window Manager (Linux)
  • Logo Windows 10 as Operating System (Windows)
Clone this wiki locally