Benjamin Park

START

+ INTRO
+ CONTACT

PROJECTS

+ ROSSA
+ AMŐBA
+ GLFW-GLHF

~

Linguistics major working as a programmer

CONTACT

Github github.com/Nallantli
Email parkbenjamin2@gmail.com
Discord nallantli

ROSSA

https://github.com/Nallantli/Rossa

A high-level scripting language developed for fun. Always a work in progress.

#TPK f(ref x : Number) => (math.abs(x) ** (1/2)) * x ** 3; alloc(11) .map((x) => input.token() -> Number) .map((x, i) => { if (y := f(x)) > 400 then { return "{0} TOO LARGE" & [i]; } else { return "{0} {1}" & [i, y]; }}) .reverse() .map(putln);

Amőba

https://github.com/Nallantli/amoeba

The classic game I played in high school on graph paper. May not reflect your high school experience.

glfw-glhf

https://github.com/Nallantli/glfw-glhf

I blame Minecraft for my interest in terrain generation.