Emil Pedersen

Tagged with #ProgrammingLanguage

EK Programming Language

EK is a mixfix dynamic functional strict and impure programming language.

Meaning:

Hello World

import std

fn main = print "Hello, World!"

Learn more...

GitHub Repository | Slides (French) | Getting Started with EK (Wiki)

LLVM Wyvern Logo

Glu Project Presentation

Epitech Experience 2026 Laureate Pitch (Jury's Pick Award)

Introducing Glu — a programming language able to import code from any other language, a project we worked on during our last 2 years of studies. Glu won the Jury's Pick award (Coup de coeur du Jury).

YouTube Livestream Recording (French) | Conference Website

GRPH Programming Language

GRPH is my first attempt at creating a programming language. There have been multiple iterations of the language, with multiple versions: - The first version was interpreted and implemented in Java - The second version was rewritten in Swift but still interpreted - The final version is still in Swift, reusing the frontend of the previous version, but is now compiled using LLVM

The main usage of GRPH is for procedural graphics animations, though it can also be used for general-purpose programming.

Hello World

log: "Hello, World!"

Learn more...

Compiler Source | Compiled-mode Standard Library Source | Interpreted-mode Graphical Runner App Source

◀︎ Browse all tags