From fa3c99f550e5d9b06f56c7a76168ff48284cbc83 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Wed, 21 Dec 2016 16:59:26 -0800 Subject: [PATCH] Add a back-pointer to master, because GitHub shows the rust branch by default. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35b8bfa2..42ef7246 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Datomish is a persistent, embedded knowledge base. It draws heavily on [DataScript](https://github.com/tonsky/datascript) and [Datomic](http://datomic.com). -The first version of Datomish was written in ClojureScript, targeting both Node (on top of `promise_sqlite`) and Firefox (on top of `Sqlite.jsm`). It also works in pure Clojure on the JVM on top of `jdbc-sqlite`. +The first version of Datomish [was written in ClojureScript](https://github.com/mozilla/datomish/tree/master), targeting both Node (on top of `promise_sqlite`) and Firefox (on top of `Sqlite.jsm`). It also works in pure Clojure on the JVM on top of `jdbc-sqlite`. This branch is for rewriting Datomish in Rust, giving us a smaller compiled output, better performance, more type safety, better tooling, and easier deployment into Firefox and mobile platforms.