]> Repositorios git - scryer-prolog.git/commitdiff
Update website to mention 0.9.2 and playground
authorAdrián Arroyo Calle <[email protected]>
Sun, 10 Sep 2023 21:12:10 +0000 (23:12 +0200)
committerAdrián Arroyo Calle <[email protected]>
Sun, 10 Sep 2023 21:12:10 +0000 (23:12 +0200)
INDEX.dj

index c7cf6a118d41080da76dc818c11b711828c98397..fcea18de23bb764ec7d9d35c0cec430f4953d7e1 100644 (file)
--- a/INDEX.dj
+++ b/INDEX.dj
@@ -26,9 +26,13 @@ Some of the Scryer Prolog features are:
 * Compact string representation
 * Network libraries ([TCP sockets](/sockets.html), [HTTP server](/http/http_server.html), [HTTP client](/http/http_open.html), ...)
 * [Cryptographical predicates](/crypto.html)
+* [Foreign Function Interface](/ffi.html)
+* WebAssembly support
 * WAM based engine, cross-platform made in Rust
 * _and more..._
 
+Try Scryer Prolog without any installation! Use [Scryer Playground](https://play.scryer.pl), which uses the WASM version of Scryer Prolog.
+
 ## What is Prolog?
 
 Prolog is a logic programming language created by [Alain Colmerauer](https://en.wikipedia.org/wiki/Alain_Colmerauer) and [Robert Kowalski](https://en.wikipedia.org/wiki/Robert_Kowalski) in 1972.
@@ -57,9 +61,13 @@ the builtin Prolog modules and libraries in Scryer, check the documentation site
 
 ## Downloads
 
-The latest version of Scryer Prolog is *0.9.1*. And it's already useful for lots of tasks.
+The latest version of Scryer Prolog is *0.9.2*. And it's already useful for lots of tasks.
+
+| Windows | [Download](https://github.com/mthom/scryer-prolog/releases/download/v0.9.2/scryer-prolog_windows-latest.zip) |
+| macOS (Intel) | [Download](https://github.com/mthom/scryer-prolog/releases/download/v0.9.2/scryer-prolog_macos-11.zip) |
+| Linux | [Download](https://github.com/mthom/scryer-prolog/releases/download/v0.9.2/scryer-prolog_ubuntu-20.04.zip) |
 
-Scryer Prolog can be compiled from source, instructions are on the [GitHub README](https://github.com/mthom/scryer-prolog). It runs on Linux, macOS and Windows. Other operating systems may work but they're not regularly tested.
+Scryer Prolog can also be compiled from source, instructions are on the [GitHub README](https://github.com/mthom/scryer-prolog). It runs on Linux, macOS and Windows. Other operating systems may work but they're not regularly tested.
 
 If you're in Linux, maybe your distribution already has an Scryer Prolog package.