From 54227ebff1e3bf0be60e52bf76dafd483c875703 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 17 Feb 2019 14:00:15 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e79a668..0d0d0d4d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ **Janet** is a functional and imperative programming language and bytecode interpreter. It is a modern lisp, but lists are replaced by other data structures with better utility and performance (arrays, tables, structs, tuples). -The language also bridging bridging to native code written in C, meta-programming with macros, and bytecode assembly. +The language also supports bridging to native code written in C, meta-programming with macros, and bytecode assembly. There is a repl for trying out the language, as well as the ability to run script files. This client program is separate from the core runtime, so