diff --git a/README.md b/README.md index fb9f3188..c466dac6 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,7 @@ [![Build Status](https://travis-ci.org/bakpakin/janet.svg?branch=master)](https://travis-ci.org/bakpakin/janet) [![Appveyor Status](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true)](https://ci.appveyor.com/project/bakpakin/janet) -

- Janet logo -

Logo by honix

-

+Janet logo Janet is a functional and imperative programming language and bytecode interpreter. It is a modern lisp, but lists are replaced @@ -18,6 +15,8 @@ to run script files. This client program is separate from the core runtime, so janet could be embedded into other programs. Try janet in your browser at [https://janet-lang.org](https://janet-lang.org). +# + Implemented in mostly standard C99, janet runs on Windows, Linux and macOS. The few features that are not standard C (dynamic library loading, compiler specific optimizations), are fairly straight forward. Janet can be easily ported to new platforms. diff --git a/assets/janet-w200.png b/assets/janet-w200.png new file mode 100644 index 00000000..ee9b9923 Binary files /dev/null and b/assets/janet-w200.png differ