From 4bc1ec1cf46fe31a2723383314bf886df545e9c0 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Thu, 17 Apr 2025 21:25:17 +0200 Subject: [PATCH] Sync feature list with readme The readme on Github says this, might be an incomplete update --- content/index.mdz | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/index.mdz b/content/index.mdz index 9a8c8da..b8f8bdc 100644 --- a/content/index.mdz +++ b/content/index.mdz @@ -29,7 +29,8 @@ such as threading, networking, an event loop, subprocess handling, regex-like li @li{Lexical scoping} @li{REPL and interactive debugger} @li{Parsing Expression Grammars built in to the core library} - @li{500+ functions and macros in the core library} + @li{600+ functions and macros in the core library} + @li{Erlang-style supervision trees that integrate with the event loop} @li{Export your projects to standalone executables with a companion build tool, jpm} @li{Add to a project with just @code`janet.c` and @code`janet.h`}}