Skip to content

Sync feature list with readme #298

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/index.mdz
Original file line number Diff line number Diff line change
Expand Up @@ -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`}}

Expand Down