From f1cb3ce352736ea0c47bd21c67482c99794b42f2 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 14 Oct 2022 00:04:54 +1100 Subject: [PATCH] Tweaked Roadmap --- roadmap.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/roadmap.md b/roadmap.md index 578e35c..fe1138f 100644 --- a/roadmap.md +++ b/roadmap.md @@ -19,12 +19,14 @@ This is probably the easiest goal to accomplish, but also the least urgent. The Some things I'd like to add in the future include: * A fully featured standard library -* An external script runner utility +* An external script runner utility library +* A threading library +* A random generation library (numbers, perlin noise, wave function collapse?) * Multiple return values from functions * Ternary operator * interpolated strings -These have always been planned, but were sidelined or are incomplete for one reason or another. +Some of these have always been planned, but were sidelined or are incomplete for one reason or another. ## Nope Features