From d6b11f0855a75b7667b07973765ba43e45fd58b5 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Wed, 5 Sep 2018 22:20:49 -0400 Subject: [PATCH] Updated Dst Wiki (markdown) --- Dst-Wiki.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dst-Wiki.md b/Dst-Wiki.md index aec0a7b..5a47005 100644 --- a/Dst-Wiki.md +++ b/Dst-Wiki.md @@ -1,6 +1,6 @@ -Dst is a dynamic, lightweight programming language with strong functional +Janet is a dynamic, lightweight programming language with strong functional capabilities as well as support for imperative programming. It to be used for short lived scripts as well as for building real programs. It can also be extended with native code (C modules) for better performance and interfacing with -existing software. Dst takes ideas from Lua, Scheme, Racket, Clojure, Smalltalk, Erlang, and +existing software. Janet takes ideas from Lua, Scheme, Racket, Clojure, Smalltalk, Erlang, and a whole bunch of other dynamic languages.